Mercurial > hg > MPIWGWeb
comparison css/mpiwg.css @ 167:9e4001404792
styles for sidebox
author | casties |
---|---|
date | Fri, 07 Jun 2013 11:31:31 +0200 |
parents | 2662a043391d |
children | 07beb979e7e4 |
comparison
equal
deleted
inserted
replaced
165:2662a043391d | 167:9e4001404792 |
---|---|
1316 border-top: 3px solid #dccbae; | 1316 border-top: 3px solid #dccbae; |
1317 background-color: white; | 1317 background-color: white; |
1318 padding: 20px 10px 20px 0; | 1318 padding: 20px 10px 20px 0; |
1319 } | 1319 } |
1320 | 1320 |
1321 div.sideblock h2 { | 1321 /* like sidebar inside main */ |
1322 div.sidebox { | |
1323 width: 220px; | |
1324 padding: 0 0 20px 0; | |
1325 } | |
1326 | |
1327 div.sideblock h2, | |
1328 div.sidebox h2 { | |
1322 position: relative; | 1329 position: relative; |
1323 font-size: 12px; | 1330 font-size: 12px; |
1324 margin-top: 20px; | 1331 margin-top: 20px; |
1325 padding-bottom: 5px; | 1332 padding-bottom: 5px; |
1326 border-bottom: 3px solid #dccbae; | 1333 border-bottom: 3px solid #dccbae; |
1327 margin-bottom: 0; | 1334 margin-bottom: 0; |
1328 } | 1335 } |
1329 | 1336 |
1330 div.sideblock:first-child h2 { | 1337 div.sideblock:first-child h2, |
1338 div.sidebox:first-child h2 { | |
1331 margin-top: 0; | 1339 margin-top: 0; |
1332 } | 1340 } |
1333 | 1341 |
1334 div.sideblock h3 { | 1342 div.sideblock h3 { |
1335 font-size: 12px; | 1343 font-size: 12px; |
1336 margin-top: 5px; | 1344 margin-top: 5px; |
1337 padding-bottom: 5px; | 1345 padding-bottom: 5px; |
1338 border-bottom: 1px solid #dccbae; | 1346 border-bottom: 1px solid #dccbae; |
1339 } | 1347 } |
1340 | 1348 |
1341 /* like sidebar without line */ | |
1342 div.sidebox { | |
1343 width: 220px; | |
1344 padding: 0 0 20px 0; | |
1345 } | |
1346 | 1349 |
1347 /* | 1350 /* |
1348 * project sidebars | 1351 * project sidebars |
1349 */ | 1352 */ |
1350 div.sideblock h2 .proj_state, | 1353 div.sideblock h2 .proj_state, |