Commit 696b4956c77262c06c9b631b279e1f0bc55f53ec
1 parent
c20b0f62
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
46 additions
and
5 deletions
Show diff stats
style.css
| ... | ... | @@ -354,6 +354,7 @@ background-image: url(images/icone-flickr.png); |
| 354 | 354 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; |
| 355 | 355 | } |
| 356 | 356 | |
| 357 | +/* | |
| 357 | 358 | #content .main-block h1, |
| 358 | 359 | #not-found h1, |
| 359 | 360 | #access-denied h1 { |
| ... | ... | @@ -364,6 +365,18 @@ background-image: url(images/icone-flickr.png); |
| 364 | 365 | padding-left: 0.3em; |
| 365 | 366 | border-bottom: 1px solid #CCCCCC; |
| 366 | 367 | border-top: 2px solid #172838; |
| 368 | +}*/ | |
| 369 | + | |
| 370 | +#content .main-block h1, | |
| 371 | +#not-found h1, | |
| 372 | +#access-denied h1 { | |
| 373 | + color: #444; | |
| 374 | + font-size: 2.5em; | |
| 375 | + padding: 7px 0; | |
| 376 | + margin-left: 0 !important; | |
| 377 | + padding-left: 0.3em; | |
| 378 | + border-bottom: 1px solid #CCCCCC; | |
| 379 | + border-top: 2px solid #172838; | |
| 367 | 380 | } |
| 368 | 381 | |
| 369 | 382 | #content .title { |
| ... | ... | @@ -371,13 +384,18 @@ background-image: url(images/icone-flickr.png); |
| 371 | 384 | padding-right: 70px; |
| 372 | 385 | } |
| 373 | 386 | |
| 374 | -#content .main-block h1 { | |
| 387 | +/*#content .main-block h1 { | |
| 375 | 388 | font-size: 2.3em !important; |
| 376 | 389 | font-weight: bold !important; |
| 390 | +}*/ | |
| 391 | + | |
| 392 | +#content .main-block h1 { | |
| 393 | + font-size: 3.3em !important; | |
| 394 | + font-weight: bold !important; | |
| 377 | 395 | } |
| 378 | 396 | |
| 379 | 397 | #content .main-block h2 { |
| 380 | - font-size: 1.8em !important; | |
| 398 | + font-size: 2.5em !important; | |
| 381 | 399 | min-height: 48px; |
| 382 | 400 | } |
| 383 | 401 | |
| ... | ... | @@ -1271,9 +1289,6 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1271 | 1289 | |
| 1272 | 1290 | |
| 1273 | 1291 | |
| 1274 | - | |
| 1275 | - | |
| 1276 | - | |
| 1277 | 1292 | .track_list .item_card .track_stats { |
| 1278 | 1293 | padding: 5px; |
| 1279 | 1294 | /*overflow: hidden;*/ |
| ... | ... | @@ -1303,6 +1318,32 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1303 | 1318 | width: 40%; |
| 1304 | 1319 | } |
| 1305 | 1320 | |
| 1321 | +/*track list - páginas internas - main content*/ | |
| 1322 | +.track_list .track_content { | |
| 1323 | + display: inline-block; | |
| 1324 | +} | |
| 1325 | +.track_list .item .track_content .lead { | |
| 1326 | + width: 30%; | |
| 1327 | +} | |
| 1328 | +.track_list .item .track_content .steps { | |
| 1329 | + width: 60%; | |
| 1330 | +} | |
| 1331 | + | |
| 1332 | +.track_list .item .track_content .steps h3{ | |
| 1333 | + font-size: 14px; | |
| 1334 | + font-weight: normal; | |
| 1335 | + text-transform: uppercase; | |
| 1336 | +} | |
| 1337 | + | |
| 1338 | +.track_list .item .track_content .steps .position { | |
| 1339 | + background-color: #397941; | |
| 1340 | + border-radius: 50% 50% 50% 50%; | |
| 1341 | + color: white; | |
| 1342 | + font-size: 20px; | |
| 1343 | + padding: 14px; | |
| 1344 | + text-align: center; | |
| 1345 | +} | |
| 1346 | + | |
| 1306 | 1347 | /*Artigos em Destaque*/ |
| 1307 | 1348 | |
| 1308 | 1349 | /*Posicionamento dos artigos e pessoas ao centro*/ | ... | ... |