summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rw-r--r--static/css/ChatBubble-simple.css152
-rwxr-xr-xstatic/css/browser.css2
-rw-r--r--static/css/directory.css2
-rwxr-xr-xstatic/css/dump.css2
-rwxr-xr-xstatic/css/header.css5
-rw-r--r--static/css/log.css2
-rwxr-xr-xstatic/css/profile.css2
-rw-r--r--static/css/register.css184
8 files changed, 343 insertions, 8 deletions
diff --git a/static/css/ChatBubble-simple.css b/static/css/ChatBubble-simple.css
new file mode 100644
index 0000000..0e3c319
--- /dev/null
+++ b/static/css/ChatBubble-simple.css
@@ -0,0 +1,152 @@
+/* Copyright(c)2006 TikiRobot. Software license GPL version 2.
+
+ChatBubble is based on "Even more rounded corners with CSS":
+http://www.schillmania.com/content/projects/even-more-rounded-corners/
+*/
+
+#questions{
+position:absolute;
+padding-left:300;
+}
+
+#table{
+position:fixed;
+top:20;
+left:20;
+}
+div.CBmsg {
+ display: table;
+ margin-bottom: 0.5em;
+}
+
+
+div.CBmsgR {
+ float: right;
+ text-align: right;
+ }
+
+div.CBmsgL .CBcontent {
+ padding-left: 12px;
+}
+
+.rm { display: none;}
+
+div.CBtxt {
+ display: table-cell;
+ position: relative;
+ margin: 0px auto;
+ min-width: 8em;
+ max-width: 760px;
+ z-index: 1;
+ margin-left: 12px;
+ }
+
+div.CBiconL {
+ display: table-cell;
+ vertical-align: bottom;
+ padding-right: 22px; /* 10+12 */
+
+ }
+
+div.CBiconR {
+ display: table-cell;
+ vertical-align: bottom;
+ padding-left: 10px;
+ }
+
+div.CBiconR > img {
+ padding: 0px;
+ width: 32px;
+ height: 32px;
+ }
+
+div.CBiconL > img {
+ padding: 0px;
+ width: 32px;
+ height: 32px;
+ }
+
+.CBblueL .CBcontent,
+.CBblueL .CBt,
+.CBblueL .CBb,
+.CBblueL .CBb div {
+ background:transparent url(BubbleBlueL800x1600.png) no-repeat top right;
+}
+
+.CBblueR .CBcontent,
+.CBblueR .CBt,
+.CBblueR .CBb,
+.CBblueR .CBb div {
+ background:transparent url(/static/img/BubbleBlueR800x1600.png) no-repeat top right;
+}
+
+.CBpinkL .CBcontent,
+.CBpinkL .CBt,
+.CBpinkL .CBb,
+.CBpinkL .CBb div {
+ background:transparent url(/static/img/BubblePinkL800x1600.png) no-repeat top right;
+}
+
+.CBpinkR .CBcontent,
+.CBpinkR .CBt,
+.CBpinkR .CBb,
+.CBpinkR .CBb div {
+ background:transparent url(/static/img/BubblePinkR800x1600.png) no-repeat top right;
+}
+
+.CBltgreyL .CBcontent,
+.CBltgreyL .CBt,
+.CBltgreyL .CBb,
+.CBltgreyL .CBb div {
+ background:transparent url(/static/img/BubbleLtGreyL800x1600.png) no-repeat top right;
+}
+
+.CBltgreyR .CBcontent,
+.CBltgreyR .CBt,
+.CBltgreyR .CBb,
+.CBltgreyR .CBb div {
+ background:transparent url(/static/img/BubbleLtGreyR800x1600.png) no-repeat top right;
+}
+
+.CBtxt .CBcontent {
+ position:relative;
+ zoom:1;
+ _overflow-y:hidden;
+ padding:5px 12px 0px 0px;
+}
+
+
+.CBtxt .CBt {
+ /* top+left vertical slice */
+ position:absolute;
+ left:0px;
+ top:0px;
+ width:12px; /* top slice width */
+ margin-left:-12px;
+ height:100%;
+ _height:1600px; /* arbitrary long height, IE 6 */
+ background-position:top left;
+}
+
+.CBtxt .CBb {
+ /* bottom */
+ position:relative;
+ width:100%;
+}
+
+.CBtxt .CBb,
+.CBtxt .CBb div {
+ height:10px; /* height of bottom cap/shade */
+ font-size:1px;
+}
+
+.CBtxt .CBb {
+ background-position:bottom right;
+}
+
+.CBtxt .CBb div {
+ position:relative;
+ width:12px; /* bottom corner width */
+ margin-left:-12px;
+ background-position:bottom left;
+} \ No newline at end of file
diff --git a/static/css/browser.css b/static/css/browser.css
index fcf48f2..ce5600a 100755
--- a/static/css/browser.css
+++ b/static/css/browser.css
@@ -391,7 +391,7 @@ background-color:#f3f3f3;
min-width:72px;
line-height:15px;
background-color:#F2F2F2;
- background-image:/static/footer.png;
+ background-image:/static/img/footer.png;
background-position:bottom;
border:solid 1px #0f1e31;
z-index:4;
diff --git a/static/css/directory.css b/static/css/directory.css
index 0ca097d..2a4d5f1 100644
--- a/static/css/directory.css
+++ b/static/css/directory.css
@@ -31,7 +31,7 @@ margin-bottom:15;
#logavatar{
margin-left:-85;
height:25;
-background-image:url(/static/leftarrow.png);
+background-image:url(/static/img/leftarrow.png);
width:70;
background-repeat:no-repeat;
background-position:59 4;
diff --git a/static/css/dump.css b/static/css/dump.css
index e09c539..6adbc77 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -67,7 +67,7 @@ bottom:68;
z-index:1111;
right:38;
font-size:15;
-color:#000;
+color:#999;
text-shadow: #000 1px 1px 1px;
}
diff --git a/static/css/header.css b/static/css/header.css
index e3a3653..2e6a3e6 100755
--- a/static/css/header.css
+++ b/static/css/header.css
@@ -35,7 +35,7 @@ margin-right:80%;
}
#header7{
- background-image:url(/static/dblue2.png);
+ background-image:url(/static/img/dblue2.png);
background-attachment:inherit;
margin: 0px auto -1px auto;
top: 0px;
@@ -157,7 +157,6 @@ color:#fff;
top:0px;
position:absolute;
font-family: Arial, Helvetica, sans-serif;
- background-image:url(/static/20bar7.ng);
font-size: 12px;
height:30;
word-spacing:2;
@@ -257,7 +256,7 @@ font-weight:bold;
#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;
+background-image:url(/static/img/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;
diff --git a/static/css/log.css b/static/css/log.css
index 8d3f5d5..aad2b60 100644
--- a/static/css/log.css
+++ b/static/css/log.css
@@ -31,7 +31,7 @@ margin-bottom:15;
#logavatar{
margin-left:-85;
height:25;
-background-image:url(/static/leftarrow.png);
+background-image:url(/static/img/leftarrow.png);
width:70;
background-repeat:no-repeat;
background-position:59 4;
diff --git a/static/css/profile.css b/static/css/profile.css
index a4d75f9..751d452 100755
--- a/static/css/profile.css
+++ b/static/css/profile.css
@@ -64,7 +64,7 @@ margin-bottom:15;
#logavatar{
margin-left:-49;
height:22;
-background-image:url(/static/leftarrow.png);
+background-image:url(/static/img/leftarrow.png);
background-repeat:no-repeat;
background-position:22 1;
margin-top:-22;
diff --git a/static/css/register.css b/static/css/register.css
new file mode 100644
index 0000000..c6ed8ff
--- /dev/null
+++ b/static/css/register.css
@@ -0,0 +1,184 @@
+
+
+<!--
+
+
+<!--
+.white a:link {
+ text-decoration: none;
+ text-shadow: -1px 1px 1px #ccc;
+ color: #504F61;
+}
+.white a:visited {
+ text-decoration: none;
+ text-shadow: -1px 1px 1px #ccc;
+ color: #504F61;
+}
+.white a:hover {
+ text-decoration: none;
+ text-shadow: -1px 1px 1px #ccc;
+ background-color:#e3e3e3;
+
+ color: #fff;
+}
+.white a:active {
+ text-decoration: none;
+ text-shadow: -1px 1px 1px #ccc;
+ color: #504F61;
+}
+#main {
+ background-position:center;
+ width:460px;
+ margin: 0px auto -1px auto;
+padding:25;
+padding-top:5;
+ z-index:2;
+ opacity:0.9;
+ border-top-left-radius:10px;
+ border-top-right-radius:10px;
+ -webkit-border-top-left-radius:10px;
+ -webkit-border-top-right-radius:10px;
+ -moz-border-radius-topleft:10px;
+ -moz-border-radius-topright:10px;
+ border-bottom-left-radius:10px;
+ border-bottom-right-radius:10px;
+ -webkit-border-bottom-left-radius:10px;
+ -webkit-border-bottom-right-radius:10px;
+ -moz-border-radius-bottomleft:10px;
+ -moz-border-radius-bottomright:10px;
+ border:solid 2px #000;
+ position: relative;
+ background-color: #FFF;
+ background-position:center;
+ background-repeat:no-repeat;
+ box-shadow: 5px 5px 100px #c8cbce;
+-webkit-box-shadow: 5px 5px 100px #c8cbce;
+-moz-box-shadow: 5px 5px 100px #c8cbce;
+}
+#main img{margin-left:100;
+
+}
+#logout7{
+ top:5px;
+ position:relative;
+ font-size:13px;
+ margin-right: 10px;
+ float:right;
+ z-index: 999;
+ font-family: "Times New Roman", Times, serif;
+}
+#logo7{
+ top:20px;
+ margin-left: 10%;
+ margin-right: 10%;
+ z-index:1000;
+ float:left;
+}
+#rapper7{
+ top: 0px;
+ left:0px;
+ position:absolute;
+ width: 100%;
+ height: 78px;
+ z-index: 1000;
+}
+#bottombar{
+ top: 69px;
+ left:0px;
+ position:absolute;
+ width: 100%;
+ height: 20px;
+ z-index: 1000;
+}
+p {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 24px;
+}
+td {
+ font-family: Arial, Helvetica, sans-serif;
+ letter-spacing:-1px;
+ font-size: 12px;
+ color: #000000;
+}
+.btnav { border: 0px #000000 solid;}
+body {
+ background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x;
+ background-repeat:repeat-x;
+ background-position:top;
+ overflow:hidden;
+margin:8%;
+}
+body a{border:0;
+text-decoration:none;
+}
+.submit {
+
+
+ text-shadow: -1px 1px 1px #ccc;
+
+ font-size:15px;
+}
+.field {
+ 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: 1px;
+line-height:1;
+ text-shadow:0px 1px 50px #999;
+ color:#000;
+ font-size:19px;
+}
+#nickInput {color:#000;
+}
+.no-cursor { cursor: none; }
+.invisible { display: none !important; }
+#cursor-big { position: absolute; z-index: 1000; }
+
+#submit {
+
+
+ display:inline-block;
+ width:300px;
+height:35px;
+margin-top:-5;
+font-size:14px;
+background-image:url(/static/img/btngrad1.png);
+margin-left:140;
+top:15px;
+ text-align:center;
+ z-index:100;
+ font-size:18px;
+ color:#fff;
+ text-shadow:1px 1px 1px rgba(0,0,0,1);
+ border-top-left-radius:5px;
+ border-top-right-radius:5px;
+ -webkit-border-top-left-radius:5px;
+ -webkit-border-top-right-radius:5px;
+ -moz-border-radius-topleft:5px;
+ -moz-border-radius-topright:5px;
+ border-bottom-left-radius:5px;
+ border-bottom-right-radius:5px;
+ -webkit-border-bottom-left-radius:5px;
+ -webkit-border-bottom-right-radius:5px;
+ -moz-border-radius-bottomleft:5px;
+ -moz-border-radius-bottomright:5px;
+ border:solid 1px #fff;
+}
+
+-->