diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-23 23:05:37 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-23 23:05:37 -0400 |
| commit | 557e5795e9f5f2503072b3becd48dc75e364faf6 (patch) | |
| tree | dc59b402350ce02ec756b971ea9ecb881238839d /static/css | |
| parent | 3bd4fd4b55c4c520c16219ab5ae8b6679482c4a3 (diff) | |
sostler prod commit
Diffstat (limited to 'static/css')
| -rwxr-xr-x | static/css/dump.css | 45 | ||||
| -rw-r--r-- | static/css/pages.css | 8 |
2 files changed, 23 insertions, 30 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 3f0dea9..aa393c4 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -1,7 +1,7 @@ /* reset.css From http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */ - + html, body, div, span, applet, object, iframe, @@ -173,9 +173,10 @@ margin-top:4; vertical-align: top; } #bar7 a{ - text-decoration: none; + text-decoration: none; font-family: Monaco, "Courier New", Courier, monospace; + font-size:13; -padding:6px; +padding:4px; cursor:pointer; color: #000; @@ -183,7 +184,7 @@ cursor:pointer; } #bar7 a:hover{ text-decoration: none; -padding:6px;background-color:#fff; +padding:4px;background-color:#fff; color: #000; } @@ -225,8 +226,8 @@ margin-left:-15px; } .toolsmenu{ -width:80px; -color:#000;font-family:verdana;background-color:#ffffff; +width:80px;margin-left:4px; +color:#000;font-family:verdana;background-color:#ffffff; font-family: Monaco, "Courier New", Courier, monospace; } .white a:link { text-decoration: none; @@ -647,7 +648,7 @@ bottom:76; #footerc { text-align:center; - position:fixed; + position:fixed; font-family: Monaco, "Courier New", Courier, monospace; width:100%; bottom:-8px; line-height:1.6; @@ -659,7 +660,7 @@ height:28px; } #footerc a { font-size: 11px; - color: #000; + color: #000;font-family: Monaco, "Courier New", Courier, monospace; } #footerc a:link { text-decoration: none; @@ -675,7 +676,7 @@ color:000; #footerp { text-align:center; - position:fixed; + position:fixed; font-family: Monaco, "Courier New", Courier, monospace; width:100%; bottom:0px; @@ -688,7 +689,7 @@ height:28px; } #footerp a { font-size: 11px; text-decoration: none; - color: #000; + color: #000; font-family: Monaco, "Courier New", Courier, monospace; } #footerp a:link { text-decoration: none; @@ -1516,10 +1517,6 @@ background-color:#fff; width:16px; height:16px; } -/* don't show permalink button on permalink pages */ -body.permalink .buttons .permalink { - display: none; -} #pnav a { @@ -2137,12 +2134,12 @@ text-align: justify; text-justify: newspaper height: auto; padding: 20px; position: absolute; - left: 0; + line-height: 1em; right: 0; text-align: center; left:50%; - margin-left: -250px; + margin-left: -260px; width:460px; /*top: 547px;*/ z-index: 8; @@ -2158,18 +2155,6 @@ text-align: justify; text-justify: newspaper } #dis_content a:hover { text-decoration: underline; } -.divDragTitle { - border: 1px solid #CCC; - border-top: 1px solid #666; - left:50%!important; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; - margin-left: -250px!important; -} -.divDragContent { - - left:50%!important; - margin-left: -250px!important; - -} #dissearchbox { top: 20px; @@ -2197,3 +2182,7 @@ background-color:#fff; #dislogout7 a:hover{font-size:10px; color:#000; text-shadow: 0px 1px 0px #fff; } +#pwreset a{ +margin-left:23px; +font-size:11px; +}
\ No newline at end of file diff --git a/static/css/pages.css b/static/css/pages.css index db5a056..7dbdc8d 100644 --- a/static/css/pages.css +++ b/static/css/pages.css @@ -182,8 +182,8 @@ background-attachment:fixed; #content { font-family: Arial, Helvetica, sans-serif; background-color:#fff; - background-repeat:repeat-x; - background-position:1 10; + background-repeat:repeat-x;overflow:hidden; + background-position:1 10;text-align: justify; text-justify: newspaper; background-attachment:fixed; margin: 0; @@ -307,6 +307,10 @@ font-weight:normal; text-shadow: 1px 1px 1px #fff; } +#content h5{ +overflow:hidden; +text-align: justify; +} #content a { color:#333; font-size:14; |
