summaryrefslogtreecommitdiff
path: root/static/pichat.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/pichat.css')
-rw-r--r--static/pichat.css95
1 files changed, 44 insertions, 51 deletions
diff --git a/static/pichat.css b/static/pichat.css
index 2d099d8..9c337e1 100644
--- a/static/pichat.css
+++ b/static/pichat.css
@@ -6,26 +6,7 @@ body {
}
-a {
- font-size: 12px;
- color: #000;
-}
-a:link {
- text-decoration: none;
-}
-a:visited {
- text-decoration: none;
- color: #000;
-}
-a:hover {
- text-decoration: underline;
- color:#000;
-
-}
-a:active {
- text-decoration: none;
- color: #000;
-}
+
#content{
z-index: 3;
@@ -45,7 +26,7 @@ a:active {
#footerc
{
text-align:center;
- position:absolute;
+ position:fixed;
width:100%;
bottom:0px;
line-height:2.5;
@@ -55,6 +36,22 @@ height:28px;
color: #000;
}
+#footerc a {
+ font-size: 11px;
+ color: #000;
+}
+#footerc a:link {
+ text-decoration: none;
+ font-size: 11px;
+color:000;
+}
+
+#footerc a:hover {
+ text-decoration:none;
+ font-size: 11px;
+ color: #f0e;
+}
+
#messagePane {
border: 2px solid #c8cbce;
@@ -113,22 +110,11 @@ bottom:5px;
height:36px;
font-size:20px;
min-width:500px;
- 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;
- box-shadow: 2px 3px 4px #c8cbce;
--webkit-box-shadow: 2px 3px 4px #c8cbce;
--moz-box-shadow: 2px 3px 4px #c8cbce;
-filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY=4, positive=true);
+
+ box-shadow: 2px 3px 4px #eee;
+-webkit-box-shadow: 2px 3px 4px #eee;
+-moz-box-shadow: 2px 3px 4px #eee;
+filter: progid:DXImageTransform.Microsoft.dropShadow(color=#eee, offX=3, offY=4, positive=true);
}
.msgInput {
min-width:500px;
@@ -185,7 +171,7 @@ top:15px;
min-width: 150px;
width:11%;
float:right;
- right: 5%;
+ right: 6%;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:420;
@@ -373,19 +359,7 @@ background-color:#f3f3f3;
margin: 0;
padding-bottom:105px;
}
-#footerc
-{
- text-align:center;
- position:absolute;
- width:100%;
- bottom:0px;
- font-size:7px;
- font-family:"Times New Roman", Times, serif;
- background-image:url(/static/footer.png);
- background-repeat:repeat-x;
- background-position:top;
- color: #000;
-}
+
#log
{
border: 2px #F1F1F1;
@@ -492,6 +466,25 @@ p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7px;
}
+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;
+}
td {
font-family: Arial, Helvetica, sans-serif;
letter-spacing:-1px;