Update of /cvsroot/popfile/engine/skins/simplyblue
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26239
Modified Files:
Tag: b0_22_2
style.css
Log Message:
Some improvements to SimplyBlue.
Index: style.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/simplyblue/style.css,v
retrieving revision 1.3.6.2
retrieving revision 1.3.6.3
diff -C2 -d -r1.3.6.2 -r1.3.6.3
*** style.css 4 Dec 2007 11:33:15 -0000 1.3.6.2
--- style.css 4 Dec 2007 13:26:51 -0000 1.3.6.3
***************
*** 7,11 ****
font-family: sans-serif;
font-size: 100%;
- margin: 10px 20px 20px 20px;
}
--- 7,10 ----
***************
*** 46,55 ****
}
- td.naked {
- padding: 0px;
- margin: 0px;
- border: none
- }
-
table.head {
width: 100%;
--- 45,48 ----
***************
*** 66,72 ****
--- 59,72 ----
td.footerBody {
+ width:33%;
text-align: center;
}
+ td.naked {
+ padding: 0;
+ margin: 0;
+ border: 0;
+ }
+
td.logo2menuSpace {
height: 0.8em;
***************
*** 100,103 ****
--- 100,107 ----
}
+ .menuIndent {
+ width: 8%;
+ }
+
.menuLink {
display: block;
***************
*** 105,112 ****
}
- .menuIndent {
- width: 8%;
- }
-
/*********************************************************/
/* Table Settings */
--- 109,112 ----
***************
*** 124,152 ****
}
- td.openMessageCloser {
- text-align: right;
- }
-
td.openMessageBody {
text-align: left;
}
tr.rowEven {
- background-color: #bcd5ea;
color: #000000;
}
tr.rowOdd {
- background-color: #88b5dd;
color: #000000;
}
tr.rowHighlighted {
- background-color: #29abff;
color: #eeeeee;
! }
!
! table.lookupResultsTable {
! border: 3px solid #88b5dd;
}
--- 124,148 ----
}
td.openMessageBody {
text-align: left;
}
+ td.openMessageCloser {
+ text-align: right;
+ }
+
tr.rowEven {
color: #000000;
+ background-color: #bcd5ea;
}
tr.rowOdd {
color: #000000;
+ background-color: #88b5dd;
}
tr.rowHighlighted {
color: #eeeeee;
! background-color: #29abff;
}
***************
*** 155,158 ****
--- 151,158 ----
}
+ table.lookupResultsTable {
+ border: 3px solid #88b5dd;
+ }
+
/*********************************************************/
/* Graphics */
***************
*** 178,185 ****
/*********************************************************/
/* Form Labels */
! .historyLabel {
! font-weight: normal;
}
--- 178,210 ----
/*********************************************************/
+ /* Messages */
+
+ div.error01 {
+ background-color: transparent;
+ color: red;
+ font-size: larger;
+ }
+
+ div.error02 {
+ background-color: transparent;
+ color: red;
+ }
+
+ div.helpMessage {
+ background-color: #88b5dd;
+ border: 2px #ffffff groove;
+ padding: 0.4em;
+ }
+
+ div.helpMessage form {
+ margin: 0;
+ }
+
+ /*********************************************************/
/* Form Labels */
! th.historyLabel {
! text-align: left;
! font-weight: bold;
}
***************
*** 244,283 ****
}
! td.historyNavigatorTop {
text-align: right;
}
! td.historyNavigatorBottom {
! text-align: right;
}
! /*********************************************************/
! /* Errors */
!
! div.error01 {
! background-color: transparent;
! color: red;
! font-size: larger;
}
! div.error02 {
! background-color: transparent;
! color: red;
}
! div.helpMessage {
! background-color: #88b5dd;
! border: 2px #ffffff groove;
! padding: 0.4em;
!
}
!
! div.helpMessage form {
! margin: 0;
}
!
! .menuLink {
! display: block;
! width: 100%;
}
--- 269,298 ----
}
! .historyNavigatorTop, .historyNavigatorBottom {
text-align: right;
+ vertical-align: top;
}
! .historyNavigatorTop form, .historyNavigatorBottom form {
! display:inline;
}
! .refreshLink {
! margin-top: 0.5em;
}
! .magnetsTable caption {
! text-align: left;
}
! h2.history, h2.buckets, h2.magnets, h2.users {
! margin-top: 0;
! margin-bottom: 0.3em;
}
! .removeButtonsTop {
! padding-bottom: 1em;
}
! .viewHeadings {
! display: inline;
}
|