- Timestamp:
- 5 Apr 2013, 18:52:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ngrentheme/trunk/waeup/ngrentheme/skins/waeup_ngrentheme_styles/ploneCustom.css.dtml
r10056 r10062 1 1 table.footer { 2 margin-top: 5px; 3 margin-bottom: 5px; 2 4 margin-left: auto; 3 5 margin-right: auto; … … 6 8 table.footer th, 7 9 table.footer td { 8 padding: 0. 1em 3em;10 padding: 0.0em 3em; 9 11 vertical-align: top; 10 12 text-align: left; … … 12 14 } 13 15 16 table.footer td.border, table.footer th.border{ 17 border-left: 1px solid white; 18 } 19 14 20 table.footer th { 15 padding-bottom: 0.5em; 21 padding-bottom: 0.3em; 22 color: red; 16 23 } 17 24 … … 59 66 } 60 67 61 #portal-logo {62 margin: 0.2em 0;63 position: absolute;64 }65 66 68 h1, h2, h3, h4, h5, h6 { 67 69 font-weight: normal; … … 92 94 margin: 0 0 1em 0; 93 95 } 94 95 #portal-globalnav {96 border-top: 0em solid white;97 margin: 9em 0 0 0;98 }99 100 96 101 97 #portal-globalnav li a { … … 242 238 } 243 239 #portal-footer { 244 background: # EEEEEE;240 background: #36895f; 245 241 line-height: 1em; 246 242 padding-top: 0.5em; 247 243 padding-bottom: 0.5em; 244 color: white; 248 245 } 249 246 #portal-sitemap > li {
Note: See TracChangeset for help on using the changeset viewer.