Changeset 259
- Timestamp:
- 11/17/06 17:13:58 (2 years ago)
- Files:
-
- branches/250/core/dev/dev.css (modified) (1 diff)
- branches/250/core/layouts/base.css (modified) (1 diff)
- branches/250/sites/test/css/screen.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/250/core/dev/dev.css
r247 r259 20 20 /*COLORS*/ 21 21 body { background: gray;} 22 #bd { background: white }22 .bd { background: white } 23 23 .g { background: yellow;} 24 24 .u { background: #cc00ff;} branches/250/core/layouts/base.css
r252 r259 18 18 */ 19 19 20 /*BODY*/ 21 body.center { text-align: center;} 22 body.center .pg { text-align: left; margin: auto } 23 24 /*PG*/ 25 .pg1 { width: 750px;} 26 .pg2 { width: 46.875em;} 27 28 /*BD*/ 29 .bd:after, 30 .g:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden} 31 .bd, 32 .g { *height: 1%} 33 34 .bd21>div { float: left; clear: left} 35 .bd21>.main { float: right;} 36 .bd21>div { width: 24%;} 37 .bd21>.main { width: 74%;} 38 39 .bd22>div { float: right; clear: right} 40 .bd22>div.main { float: left;} 41 .bd22>div { width: 24%;} 42 .bd22>div.main { width: 74%;} 43 44 /*G*/ 45 .g>.u, 46 .g>.g { float: right;} 47 .g>.pri { float: left;} 48 49 .g1>.u, 50 .g1>.g { width: 100% } 51 52 .g21>.u, 53 .g21>.g { width:49%;} 54 55 .g22>.u, 56 .g22>.g { width: 74.5%;} 57 .g22>.pri { width: 24.5%;} 20 58 21 59 60 .g23>.u, 61 .g23>.g { width:24%;} 62 .g23>.pri { width:74%;} 22 63 64 /*navh*/ 65 .navh { width: 100% !important} 66 .navh .u { width: 100% } 67 .navh ul { list-style: none; margin: 0; padding: 0; } 68 .navh ul { overflow: hidden; *overflow: visible; *height: 1%;} 69 .navh li { float: left; margin: 0 1em; } 23 70 71 /*top*/ 72 .bd { position: relative;} 73 .top { position: absolute; top: 0; left:0;} 74 .top>.u { position: absolute; bottom: 0; } 24 75 25 26 /*GRIDS*/ 27 .u, .g { width: 100%; overflow-x: hidden} 28 .g { float: left;} 29 .g .u, .g .g { float: right;} 30 31 /*variants*/ 32 .g .u { margin-left: 1%;} 33 .g .pri { float: left; margin-left: 0;} 34 35 /*widths*/ 36 .g0>.u, 37 .g0>.g { width: 100%; margin-left: 0;} 38 .g0>.pri { width: 100%;} 39 40 .g1>.u, 41 .g1>.g { width: 49%;} 42 .g1>.pri { width: 49%;} 43 44 .g21>.u, 45 .g21>.g { width: 24%;} 46 .g21>.pri { width: 74%;} 47 48 .g22>.u, 49 .g22>.g { width: 74.5%;} 50 .g22>.pri { width: 24.5%;} 76 /*COLS-EQUAL*/ 77 .cols_eq1, 78 .cols_eq2 { overflow: hidden; position: relative} 79 .cols_eq1>div { padding-bottom: 10000px; margin-bottom: -10000px; position: relative} 80 .cols_eq2 div { padding-bottom: 10000px; margin-bottom: -10000px; position: relative} 51 81 52 53 54 /*PG*/55 .pg1 {}56 body { text-align: center;}57 .pg2 { width: 46.875em; max-width: 100%; min-width:750px; margin: auto;}58 .pg3 { width: 750px; margin: auto;}59 60 /*BD*/61 .pg .bd1 {}62 .pg .bd1>.u,63 .pg .bd1>.g {}64 .pg .bd2 #main { float: right; width: 75%;}65 .pg .bd2>.u,66 .pg .bd2>.g { width: 24.5%; float: left;}67 .pg .bd3 #main { float: left; width: 75%;}68 .pg .bd3>.u,69 .pg .bd3>.g { width: 24.5%; float: right;}70 71 /*TOTOP*/72 73 /*prerequisites*/74 .bd { position: relative; *height: 1%;}75 .bd:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}76 77 /*totop1*/78 .totop1,79 .totop2 { position: absolute; top: 0; left:0; width: 100%; *clear: both; margin: 0; padding: 0;}80 81 /*totop2*/82 .totop2 .w { list-style: none; margin: 0; padding: 0;}83 .totop2 .w { position: absolute; bottom: 0; width: 100%;}84 85 /*NAVH*/86 .navh ul { list-style: none; margin: 0; padding: 0;}87 .navh ul { float: left; width: 100%;}88 .navh li { float: left; margin-right: 5px;}89 90 /*COLS-EQUAL*/91 .cols_eq .g .u,92 .cols_eq .g .g { padding-bottom: 10000px; margin-bottom: -10000px;}93 .cols_eq #main,94 .cols_eq .g { overflow: hidden;}95 .cols_eq .u,96 .cols_eq .g { position: relative;} /* bugfix for firefox (avoid some elements hidden by above elements) */branches/250/sites/test/css/screen.css
r258 r259 4 4 5 5 /*MODULES*/ 6 /*@import "../../../core/typo/reset.css"; /**/7 /*@import "../../../core/layouts/base.css"; /**/6 @import "../../../core/typo/reset.css"; /**/ 7 @import "../../../core/layouts/base.css"; /**/ 8 8 @import "../../../core/dev/dev.css"; /**/ 9 9 … … 12 12 */ 13 13 14 /*TEMP*/15 .bd { background: white}16 17 /*BODY*/18 body.center { text-align: center;}19 body.center .pg { text-align: left; margin: auto }20 21 /*PG*/22 .pg1 { width: 750px;}23 .pg2 { width: 46.875em;}24 25 /*BD*/26 .bd:after,27 .g:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden}28 .bd,29 .g { *height: 1%}30 31 .bd21>div { float: left; clear: left}32 .bd21>.main { float: right;}33 .bd21>div { width: 24%;}34 .bd21>.main { width: 74%;}35 36 .bd22>div { float: right; clear: right}37 .bd22>div.main { float: left;}38 .bd22>div { width: 24%;}39 .bd22>div.main { width: 74%;}40 41 /*G*/42 .g>.u,43 .g>.g { float: right;}44 .g>.pri { float: left;}45 46 .g1>.u,47 .g1>.g { width: 100% }48 49 .g21>.u,50 .g21>.g { width:49%;}51 52 .g22>.u,53 .g22>.g { width: 74.5%;}54 .g22>.pri { width: 24.5%;}55 56 57 .g23>.u,58 .g23>.g { width:24%;}59 .g23>.pri { width:74%;}60 61 /*navh*/62 .navh,63 .navh .u { width: 100% !important}64 .navh ul { list-style: none; margin: 0; padding: 0; }65 .navh ul { overflow: hidden; *overflow: visible; *height: 1%;}66 .navh li { float: left; margin: 0 1em; }67 68 /*top*/69 .bd { position: relative;}70 .top { position: absolute; top: 0; left:0;}71 .top>.u { position: absolute; bottom: 0; }72 73 /*COLS-EQUAL*/74 .cols_eq1,75 .cols_eq2 { overflow: hidden; position: relative}76 .cols_eq1>div { padding-bottom: 10000px; margin-bottom: -10000px; position: relative}77 .cols_eq2 div { padding-bottom: 10000px; margin-bottom: -10000px; position: relative}78