summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rwxr-xr-xstatic/css/browser.css83
-rw-r--r--static/css/directory.css10
-rwxr-xr-xstatic/css/dump.css23
-rw-r--r--static/css/dumpnewuser.css2
-rwxr-xr-xstatic/css/header.css264
-rw-r--r--static/css/index.css231
-rw-r--r--static/css/log.css12
-rw-r--r--static/css/pages.css14
-rwxr-xr-xstatic/css/profile.css18
-rw-r--r--static/css/win.css4
10 files changed, 548 insertions, 113 deletions
diff --git a/static/css/browser.css b/static/css/browser.css
index d2edaf0..fcf48f2 100755
--- a/static/css/browser.css
+++ b/static/css/browser.css
@@ -4,7 +4,7 @@
font-size:13;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
margin:2%;
- background:#EEF2FF url(/static/fade-blue.png) top center repeat-x;
+ background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x;
background-repeat:repeat-x;
background-position:top;
@@ -21,7 +21,7 @@
}
#description {display:none;width:790px;}
#description div, .post, .result {}
- #description p > p,#description p {margin:0;line-height:1;width:800;}
+ #description p > p,#description p {margin:0;line-height:1;width:auto;}
#description img {float:left;margin:0 12px 12px 0;}
table.search{font-family:Verdana,Arial,Helvetica,sans-serif;text-align:left;font-size:11px;color:#333}
.gsc-trailing-more-results,.gsc-resultsHeader,
@@ -31,11 +31,10 @@ table.search{font-family:Verdana,Arial,Helvetica,sans-serif;text-align:left;font
.gsc-control{width:600;height:30;padding:0px;padding-left:0;}select, label{font:bold 11px Arial,Helvetica,sans-serif;color:#003;text-transform:uppercase;margin-right:5px;}
input#q{width:400;height:25px;font:bold Arial,Helvetica,sans-serif;color:#F00;}
input#submit{
-
width:100px;
height:28px;
font-size:20px;
-background-image:url(/static/bg-btn-blue.png);
+background-image:url(/static/img/bg-btn-blue.png);
text-align:center;
z-index:100;
cursor:pointer;
@@ -55,7 +54,7 @@ border:1px solid #f0e0d6;
-webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde;
-moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde;
background-color:#ffffee;
- background-image:url(/static/chanbg.png);
+ background-image:url(/static/img/chanbg.png);
background-repeat:repeat-x;
border-top-left-radius:15px;
border-top-right-radius:15px;
@@ -172,7 +171,7 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#eee, offX=3, offY=4,
height:35px;
right:0px;
font-size:20px;
-background-image:url(/static/bg-btn-blue.png);
+background-image:url(/static/img/bg-btn-blue.png);
top:15px;
text-align:center;
z-index:100;
@@ -259,7 +258,7 @@ text-decoration:none;
display:block;
width:100%;
height:100%;
-background-image:url(/static/moverc.png);
+background-image:url(/static/img/moverc.png);
background-repeat:repeat-x;
color:#fff;
text-decoration:none;
@@ -327,76 +326,6 @@ background-color:#f3f3f3;
}
-#binfo {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 11px;
- bottom
- #chatrap{
- top: 105px;
- left:0px;
- position:absolute;
- width: 100%;
- padding-bottom:20px;
-}
-#chatrap{
- top: 105px;
- left:0px;
- position:absolute;
- width: 100%;
- padding-bottom:20px;
-}
-
-#input {
- padding-right:15px;
- line-height:22px;
- font-size: 12px;
-}
- #loghead {
- border-bottom:0px;
- padding-left: -50px;
- margin-right:60%;
- width:70%;
- letter-spacing:-3px;
- color:#504F61;
- height:28px;
- font-size:33px;
- font-family:Arial, Helvetica, sans-serif;
- font-weight:bold;
- text-transform:capitalize;
- text-shadow: -6px 4px 4px #ccc;
- padding-bottom:12px;
- left: -40px;
- background-color: #FFF;
- top: 80px;
- position: fixed;
- }
-
-#logc
-{
- margin-right:10%;
- margin-left:10%;
- background-color:#FFF;
- padding-left: 40px;
- padding-bottom: 30px;
- padding-top: 15px;
-}
-
-
- #profile {
- float: right;
- border:1px solid #000;
- padding: 20px;
- width: 180px;
- margin-right:15%;
- background-color:#FFF;
- background-image:url(/static/cloudbg2.png);
- background-position:center;
- z-index:10;
- border-top-right-radius:5px;
- -webkit-border-top-right-radius:5px;
- -moz-border-radius-topright:5px;
- min-height:600px;
- }
#chatrap{
top: 105px;
left:0px;
diff --git a/static/css/directory.css b/static/css/directory.css
index d9be85b..0ca097d 100644
--- a/static/css/directory.css
+++ b/static/css/directory.css
@@ -112,7 +112,7 @@ color:fff;
text-shadow: 1px 1px 1px #000;
padding-right:8;
text-transform:uppercase;
- background-image:url(/static/upload.png);
+ background-image:url(/static/img/upload.png);
margin-top:-54;
text-indent:5;
}
@@ -136,7 +136,7 @@ text-indent:6;
-moz-border-radius-bottomright:5px;
height:32;
text-transform:capitalize;
- background-image:url(/static/upload.png);
+ background-image:url(/static/img/upload.png);
}
@@ -170,7 +170,7 @@ width:73;
height:32;
padding:2;
border:1px;
- background-image:url(/static/upload.png);
+ background-image:url(/static/img/upload.png);
border-top-left-radius:5px;
border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
@@ -362,13 +362,13 @@ font-size:60%;
}
#headerbar{
top:80;
- background-image:url(/static/welcomebar.gif);
+ background-image:url(/static/img/welcomebar.gif);
}
.invisible { display: none !important; }
body,td,th {
font-family: Arial, Helvetica, sans-serif;
background-color:#ffffee;
- background-image:url(/static/chanbg.png);
+ background-image:url(/static/img/chanbg.png);
background-repeat:repeat-x;
background-position:top;
background-attachment:fixed;
diff --git a/static/css/dump.css b/static/css/dump.css
index 36f3231..36739a4 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -2,7 +2,7 @@
body {
-background:#EEF2FF url(/static/fade-blue.png) top center repeat-x;
+background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x;
margin:0;
background-repeat:repeat-x;
@@ -61,6 +61,16 @@ right:2;
bottom:30;
}
+#effects-msg{
+position:fixed;
+bottom:68;
+z-index:1111;
+right:38;
+font-size:15;
+color:#000;
+text-shadow: #000 1px 1px 1px;
+
+}
#footerc
{
text-align:center;
@@ -159,7 +169,7 @@ margin-right:374;
height:35px;
right:260px;
font-size:20px;
-background-image:url(/static/urlbutton.png);
+background-image:url(/static/img/urlbutton.png);
text-indent:27;
top:15px;
@@ -194,7 +204,8 @@ text-indent:28;
background-color:#0c8fff;
font-size:12px;
color:#fff;
-background-image:url(/static/cambutton.png);
+
+background-image:url(/static/img/cambutton.png);
text-shadow:1px 1px 3px rgba(0,0,0,1);
}
@@ -220,7 +231,7 @@ padding-bottom:4;
background-color:yellow;
font-size:17px;
color:#fff;
-background-image:url(/static/bg-btn-red.png);
+background-image:url(/static/img/bg-btn-red.png);
text-shadow:1px 1px 3px rgba(0,0,0,1);
}
#webcam-button-snap.blink{
@@ -285,7 +296,7 @@ text-indent:24;
background-color:#0c8fff;
font-size:12px;
color:#fff;
-background-image:url(/static/upbutton.png);
+background-image:url(/static/img/upbutton.png);
text-shadow:1px 1px 3px rgba(0,0,0,1);
}
@@ -363,7 +374,7 @@ text-decoration:none;
display:block;
width:100%;
height:100%;
-background-image:url(/static/moverc.png);
+background-image:url(/static/img/moverc.png);
background-repeat:repeat-x;
color:#fff;
text-decoration:none;
diff --git a/static/css/dumpnewuser.css b/static/css/dumpnewuser.css
index 313c228..492b4ac 100644
--- a/static/css/dumpnewuser.css
+++ b/static/css/dumpnewuser.css
@@ -2,7 +2,7 @@
body {
-background:#EEF2FF url(/static/fade-blue.png) top center repeat-x;
+background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x;
margin:0;
background-repeat:repeat-x;
diff --git a/static/css/header.css b/static/css/header.css
new file mode 100755
index 0000000..e3a3653
--- /dev/null
+++ b/static/css/header.css
@@ -0,0 +1,264 @@
+.share-buttons{
+cursor:pointer;
+width:100;
+}
+
+.white a:link {
+ text-decoration: none;
+ font-size:14px;
+
+ color: #fff;
+}
+.white a:visited {
+ text-decoration: none;
+ font-size:14px;
+ color: #fff;
+}
+#strapline{position:absolute;
+top:-775;
+right:0;
+opacity:0.0;
+margin-right:80%;
+
+}
+.white a:hover {
+ text-decoration: none;
+ text-shadow: 1px 1px 1px #000;
+
+ color: #fff;
+}
+.white a:active {
+ text-decoration: none;
+
+
+ color: #fff;
+}
+
+#header7{
+ background-image:url(/static/dblue2.png);
+ background-attachment:inherit;
+ margin: 0px auto -1px auto;
+ top: 0px;
+height:49;
+ position:fixed;
+background-position:7 -14;
+background-repeat:repeat-x;
+ width:100%;
+ left: 0px;
+
+}
+#bar7{
+ top:8px;
+ position:absolute;
+ word-spacing:-1;
+ font-size: 16px;
+height:22;
+width:455;
+color:#fff;
+text-indent:14;
+line-height:1.9;
+font-weight:bold;
+ left: 140px;
+ margin-left: 1.1%;
+ margin-right: 8%;
+ letter-spacing:.2px;
+ z-index: 999;
+}
+#bar7 img{
+margin-top:4;
+ vertical-align: top;
+}
+#bar7 a{
+ text-decoration: none;
+ text-shadow: 1px 1px 1px #000;
+ font-size:13;
+padding:6;
+ color: #fff;
+}
+#bar7 a:hover{
+ text-decoration: none;
+ text-shadow: 1px 1px 1px #000,2px 2px 1px #f0e;
+padding:6;
+background-image:url(/static/img/upload.png);
+ color: #fff;
+
+}
+#logout7{
+ top:-1px;
+ position:relative;
+ font-size:12px;
+ margin-right: 5px;
+ float:right;
+ z-index: 9999999999999999;
+
+ font-family: Arial, Helvetica, sans-serif;
+ font-weight: normal;
+}
+#logout7 a{font-size:11px;
+}
+#logout7 a:hover{font-size:11px;
+color:#fff;
+text-shadow: 0px 0px 0.3px #fff;
+}
+a {
+ font-size: 12px;
+ color: #000;
+}
+a:link {
+ text-decoration: none;
+}
+a:visited {
+ text-decoration: none;
+ color: #000;
+}
+a:hover {
+ text-decoration: none;
+ color: #00F;
+}
+a:active {
+ text-decoration: none;
+ color: #000;
+}
+.white a:link {
+ text-decoration: none;
+ font-size:14px;
+
+ color: #fff;
+}
+.white a:visited {
+ text-decoration: none;
+ font-size:14px;
+ color: #fff;
+}
+#logo7{
+ margin-left: 3px;
+ margin-right: 10%;
+ z-index:1050;
+ float:left;
+ margin-top: -4px;
+}
+#logo7 a{font-size:42;
+font-weight:bold;
+
+
+
+ text-shadow: 2px 3px 1px #f0e, 3px 3px 1px #fff;
+letter-spacing:-4;
+color:#fff;
+
+}
+#logo7 a:hover{
+
+ text-shadow: 1px 1px 1px #000, 2px 3px 1px #f0e;
+color:#fff;
+}
+
+#vippp{
+ top:0px;
+ position:absolute;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image:url(/static/20bar7.ng);
+ font-size: 12px;
+height:30;
+word-spacing:2;
+color:#fff;
+text-indent:14;
+line-height:1.8;
+ text-shadow: -1px 1px 0px #;
+ right:65px;
+text-transform:capatalize;
+ margin-right:0;
+ letter-spacing:.2px;
+ z-index: 999;
+}
+#vippp a{color:fff;font-size:11;
+}
+#vippp a:hover{color:fff;
+text-shadow: 0px 0px 0.3px #fff;
+}
+#rapper7{
+ top: 0px;
+ left:0px;
+ position:absolute;
+ width: 100%;
+ height: 62px;
+ z-index: 1000;
+}
+#logoicons{
+width:auto;
+
+}
+#landscape{
+position:absolute;
+width:auto;
+display:none;
+margin-left:55%;
+top:-38;
+opacity:0.8;
+z-index:2;
+}
+#welcomeinternet{
+position:absolute;
+width:auto;
+left:190;
+margin-left:29%;
+top:-19;
+display:none;
+z-index:3;
+}
+
+#topnav {
+ padding:10px 0px 12px;
+ font-size:11px;
+ line-height:23px;
+ text-align:right;
+}
+#topnav a.signin {
+ background:#88bbd4;
+ padding:4px 6px 6px;
+ text-decoration:none;
+ font-weight:bold;
+ color:#fff;
+ -webkit-border-radius:4px;
+ -moz-border-radius:4px;
+ border-radius:4px;
+ *background:transparent url("images/signin-nav-bg-ie.png") no-repeat 0 0;
+ *padding:4px 12px 6px;
+}
+#topnav a.signin:hover {
+ background:#59B;
+ *background:transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
+ *padding:4px 12px 6px;
+}
+#topnav a.signin, #topnav a.signin:hover {
+ *background-position:0 3px!important;
+}
+#register{
+ top:-5px;
+ position:absolute;
+ font-size: 16px;
+height:22;
+
+word-spacing:2;
+width:365;
+color:#fff;
+text-indent:14;
+line-height:1.9;
+font-weight:bold;
+ left: -140;
+ margin-left: 1.2%;
+ margin-right: 8%;
+ letter-spacing:.2px;
+ z-index: 999;
+}
+
+.no-cursor { cursor: none; }
+.invisible { display: none !important; }
+#cursor-big { position: absolute; z-index: 1000; }
+
+#iesucks{
+background-image:url(/static/ieburnbtn.gif); font-size:40;color:white;height:100%;width:100%;z-index:1000000000000000000000000000000;padding-top:100;
+padding-right:400;padding-left:50;
+font-weight:bold;
+
+} \ No newline at end of file
diff --git a/static/css/index.css b/static/css/index.css
new file mode 100644
index 0000000..680fe8a
--- /dev/null
+++ b/static/css/index.css
@@ -0,0 +1,231 @@
+
+
+
+body {
+ background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x;
+ background-repeat:repeat-x;
+ background-position:top;
+ margin:6%;
+}
+#preload {
+ position: absolute;
+ left: 0px;
+ top: 0px;
+}
+#main {
+ width:460px;
+ margin: 0 auto 0 auto;
+ padding: 19px 0;
+ border-radius: 15px;
+ -webkit-border-radius: 15px;
+ -moz-border-radius: 15px;
+ border:solid 2px #000;
+ position: relative;
+ box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde;
+ -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde;
+ -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde;
+}
+#logo-and-text {
+ position: relative;
+ z-index: 20;
+ padding-bottom: 20px;
+}
+
+#horse {
+ position: absolute;
+ z-index: 10;
+ top: 12px;
+ left: 140px;
+}
+#remember{
+
+}
+#customer {
+ position: absolute;
+ left: -90px;
+ top: -75px;
+ z-index: 10;
+
+}
+#info {
+ width:420px;
+ margin: 11px auto -1px auto;
+opacity:0.9;
+height:30;
+ vertical-align: bottom;
+}
+#dumpednow{
+position:absolute;
+height:50px;
+width:420px;
+top:0px;
+}
+
+p {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 24px;
+}
+
+.btnav { border: 0px #000 solid;}
+
+.submit {
+
+ text-shadow: -1px 1px 1px #ccc;
+ font-size:15px;
+}
+
+input {
+ height:40px;
+ width:300px;
+ border:3px #000;
+ background:#e3e3e3;
+ margin:10px;
+ color:#000;
+ font-size:30px;
+
+}
+.txt {
+ font-family:Arial, Helvetica, sans-serif;
+ font-size:14px;
+line-height:1.2;
+ text-shadow:1px 1px 0.5px #ccc;
+ word-spacing: 3px;
+}
+ .line {
+ font-family:Arial, Helvetica, sans-serif;
+ letter-spacing:0px;
+line-height:-1;
+ color:#000;
+ font-size:17px;
+}
+
+.no-cursor { cursor: none; }
+.invisible { display: none !important; }
+#cursor-big { position: absolute; z-index: 1000; }
+
+#signin-submit {
+ display:inline-block;
+ width:300px;
+ height:33px;
+ font-size:20px;
+ background-image:url(/static/img/btngrad1.png);
+ font-weight:bold;
+ word-spacing:7;
+ margin-top:12px;
+ text-align:center;
+ z-index:100;
+ font-size:16px;
+ color:#fff;
+ text-shadow:1px 1px 3px #000;
+ border-radius: 5px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;*/
+ border:solid 1px #eee;
+}
+
+#remembermeInput {
+ width: 15px;
+ height: 15px;
+ margin: 1px;
+}
+
+label {
+ display: block;
+ width: 300px;
+ text-align: right;
+ font-size: 16px;
+ color: #222;
+}
+
+/*_____________________________________________ Start - Projects - jCarouselLite _____________________________________________*/
+
+#jCarouselLite .carousel {
+ padding: 10px 0 0 0;
+ margin: 0 0 20px 10px;
+ position: relative;
+}
+ #jCarouselLite .digg {
+ position: absolute;
+ left: 610px;
+ top: 110px;
+ }
+ #jCarouselLite .main {
+ margin-left: 40px;
+ }
+
+ #jCarouselLite .demo em {
+ color: #FF3300;
+ font-weight: bold;
+ font-size: 60%;
+ font-style: normal;
+ }
+ #jCarouselLite .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
+ float: left;
+ }
+ #jCarouselLite .carousel a.prev, #jCarouselLite .carousel a.next {
+ display: block;
+ float: left;
+ width: 30px;
+ height: 143px;
+ text-decoration: none;
+ background: url("/image/imageNavLeft.gif") left 60px no-repeat;
+ }
+ #jCarouselLite .carousel a.next {
+ background: url("/image/imageNavRight.gif") right 60px no-repeat;
+ }
+ #jCarouselLite .carousel a.next:hover {
+ background-image: url("/image/imageNavRightHover.gif");
+ }
+ #jCarouselLite .carousel a.prev:hover {
+ background-image: url("/image/imageNavLeftHover.gif");
+ }
+ #jCarouselLite .carousel a:hover, #jCarouselLite .carousel a:active {
+ border: none;
+ outline: none;
+ }
+ #jCarouselLite .carousel .jCarouselLite {
+ border: 1px solid black;
+ float: left;
+ background-color: #dfdfdf;
+
+ /* Needed for rendering without flicker */
+ position: relative;
+ visibility: hidden;
+ left: -5000px;
+ }
+ #jCarouselLite .carousel ul {
+ margin: 0;
+ }
+ #jCarouselLite .carousel li img,
+ #jCarouselLite .carousel li p {
+ background-color: #fff;
+ width: 150px;
+ height: 118px;
+ margin: 10px;
+ }
+
+ #jCarouselLite .widget img {
+ cursor: pointer;
+ }
+ #jCarouselLite .mid {
+ margin-left: 80px;
+ width: 400px;
+ height: 300px;
+ }
+ #jCarouselLite .vertical {
+ margin-left: 170px;
+ }
+ #jCarouselLite .vertical .jCarouselLite { /* so that in IE 6, the carousel div doesnt expand to fill the space */
+ width: 170px;
+ }
+ #jCarouselLite .imageSlider li img,
+ #jCarouselLite .imageSlider li p,
+ #jCarouselLite .imageSliderExt li img ,
+ #jCarouselLite .imageSliderExt li p {
+ width: 400px;
+ height: 300px;
+ }
+
+/*_____________________________________________ End - Projects - jCarouselLite _____________________________________________*/
+
+
diff --git a/static/css/log.css b/static/css/log.css
index ea052a9..94acd19 100644
--- a/static/css/log.css
+++ b/static/css/log.css
@@ -76,7 +76,7 @@ margin-left:22;
margin-right: auto ;
#cats{
-background-image:url(/static/dumpcats2.png);
+background-image:url(/static/img/dumpcats2.png);
}
@@ -112,7 +112,7 @@ text-indent:6;
-moz-border-radius-bottomright:5px;
height:32;
text-transform:capitalize;
- background-image:url(/static/upload.png);
+ background-image:url(/static/img/upload.png);
}
@@ -126,7 +126,7 @@ width:96;
height:32;
padding:2;
border:1px;
- background-image:url(/static/upload.png);
+ background-image:url(/static/img/upload.png);
border-top-left-radius:5px;
border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
@@ -342,7 +342,7 @@ height:auto;
margin-top:-100px;
width:600;
- background-image:url(/static/dumpcats2.png);
+ background-image:url(/static/img/dumpcats2.png);
margin-left:40}
#newuser a{font-size:28;
@@ -401,13 +401,13 @@ font-size:60%;
}
#headerbar{
top:80;
- background-image:url(/static/welcomebar.gif);
+ background-image:url(/static/img/welcomebar.gif);
}
.invisible { display: none !important; }
body,td,th {
font-family: Arial, Helvetica, sans-serif;
background-color:#ffffee;
- background-image:url(/static/chanbg.png);
+ background-image:url(/static/img/chanbg.png);
background-repeat:repeat-x;
background-position:top;
background-attachment:fixed;
diff --git a/static/css/pages.css b/static/css/pages.css
index c5fcf3a..a24e102 100644
--- a/static/css/pages.css
+++ b/static/css/pages.css
@@ -10,7 +10,7 @@ top:150;
margin-right: auto ;
#cats{
-background-image:url(/static/dumpcats2.png);
+background-image:url(/static/img/dumpcats2.png);
}
@@ -21,7 +21,7 @@ display:inline-block;
width:181px;
height:33px;
font-size:20px;
- background-image:url(/static/btngrad1.png);
+ background-image:url(/static/img/btngrad1.png);
font-weight:bold;
word-spacing:7;
margin-top:0;
@@ -69,7 +69,7 @@ text-indent:6;
-moz-border-radius-bottomright:5px;
height:32;
text-transform:capitalize;
- background-image:url(/static/upload.png);
+ background-image:url(/static/img/upload.png);
}
@@ -83,7 +83,7 @@ width:96;
height:32;
padding:2;
border:1px;
- background-image:url(/static/upload.png);
+ background-image:url(/static/img/upload.png);
border-top-left-radius:5px;
border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
@@ -296,7 +296,7 @@ height:auto;
margin-top:-100px;
width:600;
- background-image:url(/static/dumpcats2.png);
+ background-image:url(/static/img/dumpcats2.png);
margin-left:40}
#newuser a{font-size:28;
@@ -337,12 +337,12 @@ font-size:60%;
}
#headerbar{
top:80;
- background-image:url(/static/welcomebar.gif);
+ background-image:url(/static/img/welcomebar.gif);
}
.invisible { display: none !important; }
body{
background-color:#ffffee;
- background-image:url(/static/chanbg.png);
+ background-image:url(/static/img/chanbg.png);
background-repeat:repeat-x;
background-position:top;
background-attachment:fixed;
diff --git a/static/css/profile.css b/static/css/profile.css
index 25a0eaa..a4d75f9 100755
--- a/static/css/profile.css
+++ b/static/css/profile.css
@@ -3,7 +3,7 @@ position:absolute;
top:0;
right:0;
height:auto;
-background-image:url(/static/upload.png);
+background-image:url(/static/img/upload.png);
width:auto;
padding:2;
text-align:center;
@@ -89,7 +89,7 @@ margin-top:0;
margin-right: auto ;
#cats{
-background-image:url(/static/dumpcats2.png);
+background-image:url(/static/img/dumpcats2.png);
}
@@ -100,7 +100,7 @@ display:inline-block;
width:181px;
height:33px;
font-size:20px;
- background-image:url(/static/btngrad1.png);
+ background-image:url(/static/img/btngrad1.png);
font-weight:bold;
word-spacing:7;
margin-top:0;
@@ -148,7 +148,7 @@ text-indent:6;
-moz-border-radius-bottomright:5px;
height:32;
text-transform:capitalize;
- background-image:url(/static/upload.png);
+ background-image:url(/static/img/upload.png);
}
@@ -162,7 +162,7 @@ width:96;
height:32;
padding:2;
border:1px;
- background-image:url(/static/upload.png);
+ background-image:url(/static/img/upload.png);
border-top-left-radius:5px;
border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
@@ -376,7 +376,7 @@ height:auto;
margin-top:-100px;
width:600;
- background-image:url(/static/dumpcats2.png);
+ background-image:url(/static/img/dumpcats2.png);
margin-left:40}
#newuser a{font-size:28;
@@ -420,14 +420,14 @@ font-size:60%;
}
#headerbar{
top:80;
- background-image:url(/static/welcomebar.gif);
+ background-image:url(/static/img/welcomebar.gif);
}
.invisible { display: none !important; }
body,td,th {
font-family: Arial, Helvetica, sans-serif;
background-color:#ffffee;
- background-image:url(/static/chanbg.png);
- background-repeat:repeat-x;
+ background-image:url(/static/img/chanbg.png);
+ background-repeat:repeat-x;
background-position:top;
background-attachment:fixed;
margin: 0;
diff --git a/static/css/win.css b/static/css/win.css
index 9bf2f90..6b59e51 100644
--- a/static/css/win.css
+++ b/static/css/win.css
@@ -4,7 +4,7 @@
body {
font-family: Arial, Helvetica, sans-serif;
background-color:#ffffee;
- background-image:url(/static/chanbg.png);
+ background-image:url(/static/img/chanbg.png);
background-repeat:repeat-x;
background-position:1 10;
background-attachment:fixed;
@@ -47,7 +47,7 @@ ul {
height: 24px;
padding:0;
background-color:#fff;
-background-image:url(/static/upload.png);
+background-image:url(/static/img/upload.png);
border:1px solid #999;
cursor:move;
box-shadow:0px 0px 10px #100;