From: Joseph C. <tex...@us...> - 2007-12-02 12:58:39
|
Update of /cvsroot/popfile/engine/skins/oceanblue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25903/oceanblue Modified Files: Tag: b0_22_2 common-bottom.thtml common-middle.thtml common-top.thtml style.css Log Message: Port more HEAD skin changes. Index: common-top.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/common-top.thtml,v retrieving revision 1.1.6.1 retrieving revision 1.1.6.2 diff -C2 -d -r1.1.6.1 -r1.1.6.2 *** common-top.thtml 7 Feb 2006 02:35:59 -0000 1.1.6.1 --- common-top.thtml 2 Dec 2007 12:58:41 -0000 1.1.6.2 *************** *** 4,8 **** <title><TMPL_VAR NAME="Localize_Header_Title"></title> <link rel="icon" href="favicon.ico"> ! <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">style.css" title="POPFile-Style"> <!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">ie6.css"><![endif]--> </head> --- 4,9 ---- <title><TMPL_VAR NAME="Localize_Header_Title"></title> <link rel="icon" href="favicon.ico"> ! <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">style.css" title="POPFile"> <!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">ie6.css"><![endif]--> + <TMPL_INCLUDE NAME="common-javascript.thtml"> </head> Index: common-middle.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/common-middle.thtml,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** common-middle.thtml 13 Aug 2004 04:12:47 -0000 1.1 --- common-middle.thtml 2 Dec 2007 12:58:41 -0000 1.1.6.1 *************** *** 1,3 **** ! <body dir="<TMPL_VAR NAME="Localize_LanguageDirection">"> <table class="shellTop" align="center" width="100%" summary=""> <tr class="shellTopRow"> --- 1,3 ---- ! <body dir="<TMPL_VAR NAME="Localize_LanguageDirection">" onLoad="OnLoadHandler()"> <table class="shellTop" align="center" width="100%" summary=""> <tr class="shellTopRow"> Index: common-bottom.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/common-bottom.thtml,v retrieving revision 1.1 retrieving revision 1.1.6.1 diff -C2 -d -r1.1 -r1.1.6.1 *** common-bottom.thtml 13 Aug 2004 04:12:46 -0000 1.1 --- common-bottom.thtml 2 Dec 2007 12:58:41 -0000 1.1.6.1 *************** *** 12,23 **** <ul> <li class="footerBody"> ! <a class="bottomLink" href="http://popfile.sourceforge.net/"><TMPL_VAR NAME="Localize_Footer_HomePage"></a> ! </li> ! <li class="footerBody"> ! <a class="bottomLink" href="http://popfile.sourceforge.net/manual/<TMPL_VAR NAME="Localize_ManualLanguage">/manual.html"> ! <TMPL_VAR NAME="Localize_Footer_Manual"></a> </li> <li class="footerBody"> ! <a class="bottomLink" href="http://popfile.sourceforge.net/cgi-bin/wiki.pl"> <TMPL_VAR NAME="Localize_Footer_Wiki"></a> </li> --- 12,23 ---- <ul> <li class="footerBody"> ! <a class="bottomLink" href="http://getpopfile.org/"><TMPL_VAR NAME="Localize_Footer_HomePage"></a> </li> + + + + <li class="footerBody"> ! <a class="bottomLink" href="http://getpopfile.org/wiki"> <TMPL_VAR NAME="Localize_Footer_Wiki"></a> </li> Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/style.css,v retrieving revision 1.3.4.3 retrieving revision 1.3.4.4 diff -C2 -d -r1.3.4.3 -r1.3.4.4 *** style.css 15 Feb 2006 07:13:40 -0000 1.3.4.3 --- style.css 2 Dec 2007 12:58:41 -0000 1.3.4.4 *************** *** 22,36 **** } - html { - /* color the scroll bars in IE -- I can't stand this feature but it was requested */ - scrollbar-face-color:#2175bc; - scrollbar-arrow-color:white; - scrollbar-track-color:#1958b7; - scrollbar-shadow-color:#2175bc; - scrollbar-highlight-color:#2175bc; - scrollbar-3dlight-color:white; - scrollbar-darkshadow-Color:white; - } - .shell { font-size: 1em; --- 22,25 ---- *************** *** 96,100 **** } ! .head { color: white; font-weight: bold; --- 85,89 ---- } ! table.head { color: white; font-weight: bold; *************** *** 288,291 **** --- 277,284 ---- } + .historyNavigatorTop form, .historyNavigatorBottom form { + padding-top: 0.3em; + margin: 0; + } .historyWidgetsTop { border-top: none; *************** *** 298,301 **** --- 291,297 ---- margin-bottom: 0.3em; } + .removeButtonsTop { + padding-bottom: 1em; + } .historyTable { border-top: none; *************** *** 349,353 **** border: 1px solid black; padding: 0.4em; ! padding-bottom: 0; } --- 345,351 ---- border: 1px solid black; padding: 0.4em; ! } ! div.helpMessage form { ! margin: 0; } *************** *** 382,383 **** --- 380,396 ---- display: inline; } + + .historyMagnetUsed { + overflow: hidden; + white-space: nowrap; + vertical-align: middle; + } + + .historyMagnetUsed img { + vertical-align: bottom; + } + + .historyMagnetUsed span { + font-size:80%; + vertical-align: middle; + } |