|
From: Benjamin C. <bc...@us...> - 2004-10-25 12:07:48
|
Update of /cvsroot/phpbt/phpbt/styles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28250/styles Modified Files: default.css print.css Log Message: Merging in htmltemplates branch to HEAD Index: default.css =================================================================== RCS file: /cvsroot/phpbt/phpbt/styles/default.css,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- default.css 12 Jun 2003 12:17:43 -0000 1.4 +++ default.css 25 Oct 2004 12:07:02 -0000 1.5 @@ -3,6 +3,7 @@ font-size: 12px; color: #000000; background: #ffffff; + margin: 0px; } a:link { text-decoration: none; color: #006699; } @@ -24,13 +25,14 @@ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif"; font-size: 12px; color: #000000; - background-color: #eeeeee; + background-color: #ffc; } th.selected { font-weight: bold; text-align: center; - background-color: #bbbbbb; + background-color: #ffc; + font-style: italic; } select { @@ -59,22 +61,6 @@ font-size: 12px; } -.navfont { - font-family: "Verdana","Arial","Helvetica","MS Sans Serif","Sans-Serif"; - font-size: 10px; - } - -.login-box { - vertical-align: text-bottom; - font-size: 10px; - } - -input[type="text"].login-box { - padding-top: 0.1em; - padding-left: 0.2em; - padding-right: 0.2em; - } - .banner { text-align: center; font-weight: bold; @@ -96,11 +82,6 @@ padding-bottom: 0.1em; } -a.sidenavlink { - color: #000000; - text-decoration: none; - } - .nav { vertical-align: middle; background: #9999ff; @@ -110,44 +91,6 @@ font-weight: bold; } -.navtitlebar { - background: #99f; - } - -.navborder { - background: #000; - } - -.navbotspacer { - background: #fff; - } - -.navinput { - vertical-align: middle; - background: #ffffff; - color: #00000; - font-family: "Arial", sans-serif; - font-size: 12px; - } - -.sidenav { - vertical-align: top; - background: #9999ff; - color: #ffffff; - font-family: "Verdana", "Tahoma", "Helvetica", sans-serif; - font-size: 14px; - font-weight: bold; - } - -.bottomnav { - vertical-align: middle; - background: #ffffcc; - color: #000000; - font-family: "Arial", sans-serif; - font-size: 10px; - font-weight: bold; - } - .bottomnavinput { vertical-align: middle; color: #00000; @@ -155,51 +98,6 @@ font-size: 10px; } -.topnavbox { - vertical-align: middle; - background: #9999ff; - color: #ffffff; - font-family: "Arial", sans-serif; - font-size: 14px; - font-weight: bold; - border-width: 1px 0px 1px 0px; - border-color: #ffffff; - border-style: solid; - padding: 5px; - cursor: pointer; - cursor: hand; - } - -.navbox { - vertical-align: middle; - background: #9999ff; - color: #ffffff; - font-family: "Arial", sans-serif; - font-size: 14px; - font-weight: bold; - border-width: 0px 0px 1px 0px; - border-color: #ffffff; - border-style: solid; - padding: 5px; - cursor: pointer; - cursor: hand; - } - -.navboxselected { - vertical-align: middle; - background: #ffffcc; - color: #ffffff; - font-family: "Arial", sans-serif; - font-size: 14px; - font-weight: bold; - border-width: 0px 0px 1px 0px; - border-color: #ffffff; - border-style: solid; - padding: 5px; - cursor: pointer; - cursor: hand; - } - .maincontent { vertical-align: top; background: #ffffff; @@ -223,13 +121,79 @@ .header-col { font-weight: bold; } .center-col { text-align: center; } -a.navlink, a.navlink:link, a.navlink:visited, a.navlink:active { - color: #FFFFFF; - text-decoration: none; - font-family: Arial, Helvetica, sans-serif; - font-weight: bold; - } +.bordertable { + width: 90%; +} + +.bordertable, .bordertable td { + border: 1px solid #666666; + border-collapse: collapse; +} + +.bordertable td { + padding: 2px 4px; +} + +.pagination { + padding: 5px; +} + +a.closed_bug_number { + text-decoration: line-through; +} + +.header_image { + height: 55px; +} + +.header_search { + position: absolute; + top: 10px; + right: 0px; + height: 40px; +} + +#tabnav { + height: 22px; + margin: 0; + padding-left: 6px; +} -a.navlink:hover { +#tabnav li { + margin: 0; + padding: 0; + display: inline; + list-style-type: none; +} + +#tabnav a:link, #tabnav a:visited { + float: left; + font-size: 12px; + line-height: 14px; + font-weight: bold; + padding: 2px 5px 2px 0px; + margin-right: 4px; + /* border-left: 1px solid #000; */ + text-decoration: none; + color: #fff; +} + +#tabnav a:hover { text-decoration: underline; } + +.personalarea { + /* position: absolute; + top: 77px; */ + width: 100%; + /* height: 50px; */ + background: #ffc; + color: #000000; + font-size: 10px; + font-weight: bold; + border-top: 1px solid #000; + border-bottom: 1px solid #000; +} + + + Index: print.css =================================================================== RCS file: /cvsroot/phpbt/phpbt/styles/print.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- print.css 13 Sep 2002 19:10:32 -0000 1.1 +++ print.css 25 Oct 2004 12:07:03 -0000 1.2 @@ -59,23 +59,6 @@ font-size: 12px; } -.navfont { - font-family: "Verdana","Arial","Helvetica","MS Sans Serif","Sans-Serif"; - font-size: 10px; - } - -.login-box { - vertical-align: text-bottom; - font-size: 10px; - display: none; - } - -input[type="text"].login-box { - padding-top: 0.1em; - padding-left: 0.2em; - padding-right: 0.2em; - } - .banner { text-align: center; font-weight: bold; @@ -97,11 +80,6 @@ padding-bottom: 0.1em; } -a.sidenavlink { - color: #000000; - text-decoration: none; - } - .nav { vertical-align: middle; background: #9999ff; @@ -112,32 +90,6 @@ display: none; } -.navinput { - vertical-align: middle; - background: #ffffff; - color: #00000; - font-family: "Arial", sans-serif; - font-size: 12px; - } - -.sidenav { - vertical-align: top; - background: #9999ff; - color: #ffffff; - font-family: "Verdana", "Tahoma", "Helvetica", sans-serif; - font-size: 14px; - font-weight: bold; - } - -.bottomnav { - vertical-align: middle; - background: #ffffcc; - color: #000000; - font-family: "Arial", sans-serif; - font-size: 10px; - font-weight: bold; - } - .bottomnavinput { vertical-align: middle; color: #00000; @@ -145,53 +97,6 @@ font-size: 10px; } -.topnavbox { - vertical-align: middle; - background: #9999ff; - color: #ffffff; - font-family: "Arial", sans-serif; - font-size: 14px; - font-weight: bold; - border-width: 1px 0px 1px 0px; - border-color: #ffffff; - border-style: solid; - padding: 5px; - cursor: pointer; - cursor: hand; - display: none; - } - -.navbox { - vertical-align: middle; - background: #9999ff; - color: #ffffff; - font-family: "Arial", sans-serif; - font-size: 14px; - font-weight: bold; - border-width: 0px 0px 1px 0px; - border-color: #ffffff; - border-style: solid; - padding: 5px; - cursor: pointer; - cursor: hand; - display: none; - } - -.navboxselected { - vertical-align: middle; - background: #ffffcc; - color: #ffffff; - font-family: "Arial", sans-serif; - font-size: 14px; - font-weight: bold; - border-width: 0px 0px 1px 0px; - border-color: #ffffff; - border-style: solid; - padding: 5px; - cursor: pointer; - cursor: hand; - } - .maincontent { vertical-align: top; background: #ffffff; @@ -222,6 +127,6 @@ font-weight: bold; } -.bugdisplaylinks { +.bugdisplaylinks, .noprint { display: none; -} \ No newline at end of file +} |