Revision: 60144
Updated Code
at October 23, 2012 23:34 by vanseijen
Updated Code
/* 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; }
Revision: 60143
Updated Code
at October 23, 2012 23:29 by vanseijen
Updated Code
/* 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; }
Revision: 60142
Updated Code
at October 23, 2012 20:35 by vanseijen
Updated Code
/* 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.stretch { width: 195px; } .one-third img.stretch { width: 272px; } .one-half img.stretch { width: 426px; } .two-third img.stretch { width: 580px; } .one-whole img.stretch { width: 888px; } .main .one-fourth img.stretch { width: 118px; } .main .one-third img.stretch { width: 169px; } .main .one-half img.stretch { width: 272px; } .main .two-third img.stretch { width: 374px; } .main .one-whole img.stretch { width: 580px; } .sidebar .one-whole img.stretch { width: 272px; }
Revision: 60141
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 23, 2012 20:26 by vanseijen
Initial Code
/* 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.stretch { width: 195px; } .one-third img.stretch { width: 272px; } .one-half img.stretch { width: 426px; } .two-third img.stretch { width: 580px; } .one-whole img.stretch { width: 888px; } .main .one-fourth img.stretch { width: 118px; } .main .one-third img.stretch { width: 169px; } .main .one-half img.stretch { width: 272px; } .main .two-third img.stretch { width: 374px; } .main .one-whole img.stretch { width: 580px; } .sidebar .one-whole img.stretch { width: 272px; }
Initial URL
Initial Description
Nexus Theme fixed page layout
Initial Title
Nexus Theme fixed page layout
Initial Tags
page, layout
Initial Language
CSS