comparison css/mpiwg.css @ 112:3b0955d8a87e

more sliders.
author casties
date Tue, 28 May 2013 14:07:55 +0200
parents 7f651bf040c4
children 28145eeb2e3c
comparison
equal deleted inserted replaced
111:7f651bf040c4 112:3b0955d8a87e
62 a.email { 62 a.email {
63 background: url(../images/email.png) center left no-repeat; 63 background: url(../images/email.png) center left no-repeat;
64 padding-left: 23px; 64 padding-left: 23px;
65 } 65 }
66 66
67 /* old blue mail link */
68 a.maillink {
69 color: #3b4186 !important;
70 }
71
72 h1 { 67 h1 {
73 color: #3b4186; 68 color: #3b4186;
74 font-size: 20px; 69 font-size: 20px;
75 font-weight: normal; 70 font-weight: normal;
76 margin: 0.5em 0; 71 margin: 0.5em 0;
140 135
141 div.row { 136 div.row {
142 display: table-row; 137 display: table-row;
143 } 138 }
144 139
145 div.row>div.col { 140 div.row > div.col {
146 display: table-cell; 141 display: table-cell;
147 vertical-align: top; 142 vertical-align: top;
148 } 143 }
149 144
150 div.row>div.col:first-child { 145 div.row > div.col:first-child {
151 /* first block has no left margin */ 146 /* first block has no left margin */
152 padding-left: 0 !important; 147 padding-left: 0;
148 /* padding-left: 0 !important; */
153 } 149 }
154 150
155 /* 151 /*
156 * page wrapper and header 152 * page wrapper and header
157 */ 153 */
361 357
362 div.main div.row>div.col { 358 div.main div.row>div.col {
363 /* col default padding */ 359 /* col default padding */
364 padding-left: 20px; 360 padding-left: 20px;
365 } 361 }
366 362 div.main div.row>div.col:first-child {
363 /* first col has no left-padding */
364 padding-left: 0;
365 }
367 div.main div.center { 366 div.main div.center {
368 /* make sure center does not collapse */ 367 /* make sure center does not collapse */
369 min-width: 460px; 368 min-width: 460px;
370 } 369 }
371 370
387 div.main.home div.row.triple>div.col { 386 div.main.home div.row.triple>div.col {
388 /* frontpage col width */ 387 /* frontpage col width */
389 width: 286px; 388 width: 286px;
390 padding-left: 21px; 389 padding-left: 21px;
391 } 390 }
392 391 div.main.home div.row.triple>div.col:first-child {
392 /* first col has no left-padding */
393 padding-left: 0;
394 }
393 div.box h2, 395 div.box h2,
394 h2.line { 396 h2.line {
395 /* more-links in title are right */ 397 /* more-links in title are right */
396 position: relative; 398 position: relative;
397 } 399 }
749 width: 120px; 751 width: 120px;
750 } 752 }
751 753
752 div.slider.row.quintuple > div.col { 754 div.slider.row.quintuple > div.col {
753 /* slider needs space for buttons */ 755 /* slider needs space for buttons */
754 padding-left: 16px; 756 padding-left: 10px;
755 } 757 }
756 758
757 div.row.quintuple > div.col > div.mini div.thumb img { 759 div.row.quintuple > div.col > div.mini div.thumb img {
758 width: 120px; 760 width: 120px;
759 height: 75px; 761 height: 75px;
846 display: none; 848 display: none;
847 } 849 }
848 850
849 div.slider.row > div.col:first-child { 851 div.slider.row > div.col:first-child {
850 /* space for slidebuttons */ 852 /* space for slidebuttons */
851 padding-left: 20px !important; 853 padding-left: 20px;
852 } 854 }
853 855
854 /* 856 /*
855 * paragraph with line 857 * paragraph with line
856 */ 858 */