Update of /cvsroot/php-blog/serendipity/templates/idea
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3712
Modified Files:
style.css
Log Message:
Persuade IE to render better (s/thin/1px/), a few minor cosmetic tweaks, and fix the parts that referred to fantasy elements.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/idea/style.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- style.css 7 Aug 2004 16:33:52 -0000 1.5
+++ style.css 31 Aug 2004 22:56:23 -0000 1.6
@@ -28,12 +28,13 @@
padding: 0;
}
-input,
-button,
-submit,
+input[type="text"],
+input[type="password"],
+input[type="button"],
+input[type="submit"],
select,
textarea {
- border: thin #999 solid;
+ border: 1px #999 solid;
background-color: white;
color: #333;
}
@@ -53,7 +54,7 @@
}
blockquote {
- border: thin #999 dashed;
+ border: 1px #999 dashed;
background-image: url(templates/idea/img/quote.gif);
background-repeat: no-repeat;
background-position: 0.5em 0.5em;
@@ -68,6 +69,14 @@
padding-left: 1em;
}
+::-moz-selection {
+ background: #eee;
+}
+
+::selection {
+ background: #eee;
+}
+
/* Banner */
#serendipity_banner {
@@ -86,7 +95,7 @@
#serendipity_banner h2 {
margin-left: 140px;
font-size: small;
- border-bottom: thin #999 dashed;
+ border-bottom: 1px #999 dashed;
}
a.homelink1,
@@ -110,9 +119,8 @@
table.serendipity_calendar a,
table.serendipity_calendar a:link,
table.serendipity_calendar a:visited {
- color: #999;
font-weight: bold;
- border: thin #001122 dotted;
+ font-style: italic;
}
table.serendipity_calendar a:hover {
@@ -158,11 +166,11 @@
}
#serendipityRightSideBar * .serendipitySideBarTitle {
- border-left: thin #666 dashed;
+ border-left: 1px #666 dashed;
}
#serendipityLeftSideBar * .serendipitySideBarTitle {
- border-right: thin #666 dashed;
+ border-right: 1px #666 dashed;
}
div.serendipitySideBarItem {
@@ -172,7 +180,7 @@
.serendipitySideBarContent {
color: #333;
- border-top: thin #666 dashed;
+ border-top: 1px #666 dashed;
font-size: x-small;
padding-top: 0.5em;
padding-left: 1em;
@@ -180,11 +188,11 @@
}
#serendipityRightSideBar * .serendipitySideBarContent {
- border-right: thin #666 dashed;
+ border-right: 1px #666 dashed;
}
#serendipityLeftSideBar * .serendipitySideBarContent {
- border-left: thin #666 dashed;
+ border-left: 1px #666 dashed;
}
/* Entries */
@@ -199,7 +207,7 @@
font-weight: bold;
text-transform: lowercase;
margin-bottom: 0.7em;
- border-bottom: thin #999 dashed;
+ border-bottom: 1px #999 dashed;
text-align: right;
background-image: url(templates/idea/img/clock_face_messy_paint_runs.jpg);
@@ -322,6 +330,7 @@
img.serendipity_entryIcon {
float: right;
border: 0px;
+ padding: 0.3em;
}
.serendipity_admin_list_item_even {
|