Update of /cvsroot/popfile/engine/skins/smallgrey
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17385/smallgrey
Modified Files:
Tag: b0_22_2
style.css
Log Message:
Update remaining skins from HEAD (some changes need porting back to HEAD).
Index: style.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/smallgrey/style.css,v
retrieving revision 1.3.6.1
retrieving revision 1.3.6.2
diff -C2 -d -r1.3.6.1 -r1.3.6.2
*** style.css 14 Sep 2005 19:24:30 -0000 1.3.6.1
--- style.css 4 Dec 2007 11:33:16 -0000 1.3.6.2
***************
*** 15,31 ****
table.head {
- font-weight: normal;
width: 100%;
- background-color: #eeeeee;
- color: #666666;
}
! .shutdownLink {
color: #990000;
- background-color: inherit;
text-decoration: none;
}
! .shutdownLink:hover {
text-decoration: underline;
}
--- 15,31 ----
table.head {
width: 100%;
}
! .headShutdown {
! font-size: 80%;
! }
!
! .headShutdown a {
color: #990000;
text-decoration: none;
}
! .shutdownLink:hover, .logoutLink:hover {
text-decoration: underline;
}
***************
*** 36,40 ****
}
! .head, td.head {
font-weight: bold;
font-size: 140%;
--- 36,40 ----
}
! .head {
font-weight: bold;
font-size: 140%;
***************
*** 66,70 ****
.menu {
! font-size: 120%;
font-weight: normal;
width: 100%;
--- 66,70 ----
.menu {
! font-size: 140%;
font-weight: normal;
width: 100%;
***************
*** 78,90 ****
background-color: #cccccc;
color: #000000;
! font-size: 123%;
! font-weight: normal;
text-decoration: none;
}
! td.menuSelected {
! border-left: 2px solid #000000;
! border-right: 2px solid #000000;
! border-top: 2px solid #000000;
padding-left: 2px;
padding-right: 2px;
--- 78,88 ----
background-color: #cccccc;
color: #000000;
! font-weight: bold;
text-decoration: none;
}
! .menuSelected {
! border: 2px solid #cccccc;
! border-bottom: 0;
padding-left: 2px;
padding-right: 2px;
***************
*** 97,102 ****
background-color: #efefef;
color: #0000ff;
! font-size: 123%;
! font-weight: normal;
text-decoration: none;
}
--- 95,99 ----
background-color: #efefef;
color: #0000ff;
! font-weight: bold;
text-decoration: none;
}
***************
*** 146,158 ****
}
- .bucketsTable td {
- border-top: 1px solid #ffffff;
- border-bottom: 1px solid #ffffff;
- }
-
- table.bucketsTable {
- margin: 3px;
- }
-
.lineImg {
width: 4px;
--- 143,146 ----
***************
*** 234,241 ****
font-weight: bold;
font-style: normal;
! background-color: #ffffcc;
}
! .historyLabel a:hover {
text-decoration: underline;
}
--- 222,229 ----
font-weight: bold;
font-style: normal;
! background-color: #f7f7f7;
}
! .historyLabel :hover {
text-decoration: underline;
}
***************
*** 294,300 ****
background-color: #eeeeee;
color: #666666;
! border-left: 2px solid #cccccc;
! border-right: 2px solid #cccccc;
! border-bottom: 2px solid #cccccc;
}
--- 282,287 ----
background-color: #eeeeee;
color: #666666;
! border: 2px solid #cccccc;
! border-top: 0;
}
***************
*** 387,396 ****
}
div.helpMessage {
background-color: #f7f7f7;
border: 1px solid #cccccc;
padding: 0.3em;
! padding-bottom: 0;
}
.menuLink {
--- 374,391 ----
}
+ optgroup {
+ font-size: inherit; /* fix Moz 1.0 bug with % font sizes */
+ }
+
div.helpMessage {
background-color: #f7f7f7;
border: 1px solid #cccccc;
padding: 0.3em;
!
}
+ div.helpMessage form {
+ margin: 0;
+ }
+
.menuLink {
***************
*** 398,399 ****
--- 393,408 ----
width: 100%;
}
+
+ .historyMagnetUsed {
+ overflow: hidden;
+ white-space: nowrap;
+ vertical-align: middle;
+ }
+
+ .historyMagnetUsed img {
+ vertical-align: bottom;
+ }
+
+ .historyMagnetUsed span {
+ font-size:90%;
+ vertical-align: middle;
\ No newline at end of file
|