diff options
Diffstat (limited to 'css/page.css')
-rw-r--r-- | css/page.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/css/page.css b/css/page.css index cb88d34..fa4f24b 100644 --- a/css/page.css +++ b/css/page.css @@ -100,6 +100,38 @@ position:absolute;color:#333;left:25px;bottom:20px; +.adOuter {
+ margin: 4px;
+ width: 55%;
+ margin: 0px auto;
+ height: 90px;
+}
+.adBar {
+ border: 1px solid #446;
+ border-width: 1px 1px 0px 1px;
+ border-color:#446;
+ border-radius: 5px 5px 0px 0px;
+ width:500px;
+ height:20px;
+ background-color:#334;
+ padding:2px;
+}
+.adContainer {
+ border:1px solid #446;
+ border-width: 0px 1px 1px 1px;
+ border-radius: 0px 0px 5px 5px;
+ width:500px;
+ height:60px;
+ padding:2px;
+ text-align:center;
+}
+.adHidden {
+ position:fixed;
+ left:-100%;
+ display:none;
+}
+
+
@keyframes signinAnimate
{
|