/ Published in: CSS
Nexus Theme fixed page layout
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* GENERIC TEMPLATE STYLING */ .container { width: 960px; } .main { float: left; width: 652px; } .sidebar { float: right; width: 308px; } .placeholder { border-right: 36px solid transparent; } .one-fourth { width: 195px; } .one-third { width: 272px; } .one-half { width: 426px; } .two-third { width: 580px; } .one-whole { width: 888px; } .main .one-fourth { width: 118px; } .main .one-third { width: 169px; } .main .one-half { width: 272px; } .main .two-third { width: 374px; } .main .one-whole { width: 580px; } .sidebar .one-whole { width: 272px; } /* = 308 - 36 pixels */ /* IMAGES */ .one-fourth img { width: 195px; } .one-third img { width: 272px; } .one-half img { width: 426px; } .two-third img { width: 580px; } .one-whole img { width: 888px; } .main .one-fourth img { width: 118px; } .main .one-third img { width: 169px; } .main .one-half img { width: 272px; } .main .two-third img { width: 374px; } .main .one-whole img { width: 580px; } .sidebar .one-whole img { width: 272px; }