web/data/cubicweb.css
changeset 9291 4894bb92558a
parent 8871 7d1ccaac5ae3
child 9379 b0b1148b6963
equal deleted inserted replaced
9290:fcce1ff81561 9291:4894bb92558a
    14   font-size: %(defaultSize)s;
    14   font-size: %(defaultSize)s;
    15   line-height: %(defaultLineHeight)s;
    15   line-height: %(defaultLineHeight)s;
    16   color: %(defaultColor)s;
    16   color: %(defaultColor)s;
    17 }
    17 }
    18 h1, h2, h3 { margin-top:0; margin-bottom:0; }
    18 h1, h2, h3 { margin-top:0; margin-bottom:0; }
    19 
       
    20 /* got rhythm ? beat of 12*1.25 = 15 px */
       
    21 .rhythm_bg { background: url("%(baseRhythmBg)s") repeat ! important; }
       
    22 
    19 
    23 h1,
    20 h1,
    24 .vtitle {
    21 .vtitle {
    25   font-size: %(h1FontSize)s;
    22   font-size: %(h1FontSize)s;
    26   border-bottom: %(h1BorderBottomStyle)s;
    23   border-bottom: %(h1BorderBottomStyle)s;
   295   padding-left: %(defaultLayoutMargin)s;
   292   padding-left: %(defaultLayoutMargin)s;
   296 }
   293 }
   297 
   294 
   298 div#pageContent {
   295 div#pageContent {
   299   clear: both;
   296   clear: both;
   300   /* margin-top:-1px; *//* enable when testing rhythm */
       
   301   background: %(pageContentBgColor)s;
   297   background: %(pageContentBgColor)s;
   302   border: 1px solid %(pageContentBorderColor)s;
   298   border: 1px solid %(pageContentBorderColor)s;
   303   padding: 0 %(pageContentPadding)s %(pageContentPadding)s;
   299   padding: 0 %(pageContentPadding)s %(pageContentPadding)s;
   304 }
   300 }
   305 
   301