Commit 08bce90932e52b256022f27a6feca25c2e047972
1 parent
5f2eb0b2
Exists in
master
and in
9 other branches
Page software version 01
Showing
2 changed files
with
99 additions
and
0 deletions
Show diff stats
| ... | ... | @@ -0,0 +1,95 @@ |
| 1 | +/*Static block for box3*/ | |
| 2 | +#content .box-3 .statistics-block .block-inner-2 .block-title{ | |
| 3 | + font-size: 0px; | |
| 4 | + border-top: none; | |
| 5 | + background: none; | |
| 6 | + border-bottom: none; | |
| 7 | + padding: 0px; | |
| 8 | + margin-top:-11px; | |
| 9 | +} | |
| 10 | +#content .box-3 .statistics-block .block-inner-2 .statistics-block-data{ | |
| 11 | + font-size: 12px; | |
| 12 | +} | |
| 13 | + | |
| 14 | +/*Software Information block*/ | |
| 15 | + | |
| 16 | +#software-information-block-table :hover | |
| 17 | +#col-profile-big-image :hover, | |
| 18 | +#col-software-name :hover { | |
| 19 | + background-color: none; | |
| 20 | +} | |
| 21 | + | |
| 22 | +#col-software-name h1 { | |
| 23 | + text-align: left; | |
| 24 | +} | |
| 25 | +#col-software-name { | |
| 26 | + font-style: normal; | |
| 27 | + vertical-align:top; !important; | |
| 28 | +} | |
| 29 | + | |
| 30 | + | |
| 31 | +/* | |
| 32 | +.box-3.statistics-block{ | |
| 33 | +border: none; | |
| 34 | + | |
| 35 | +}*/ | |
| 36 | + | |
| 37 | +#download_spb{ | |
| 38 | + text-align: left; | |
| 39 | + border:1px solid #c0c1c1; | |
| 40 | + border-radius: 8px; | |
| 41 | + width: 90%; | |
| 42 | + padding:10px; | |
| 43 | +} | |
| 44 | + | |
| 45 | +span.req_spb{ | |
| 46 | + padding:5px; | |
| 47 | +} | |
| 48 | +span.nov_spb { | |
| 49 | + padding: 5px; | |
| 50 | +} | |
| 51 | + | |
| 52 | +/*Static block for box3*/ | |
| 53 | +#content .box-1 .tags-block .block-inner-2 .block-title{ | |
| 54 | + font-size: 15px; | |
| 55 | + border-top: none; | |
| 56 | + background: none; | |
| 57 | + border-bottom: none; | |
| 58 | + padding: 0px; | |
| 59 | + margin-top:-11px; | |
| 60 | +} | |
| 61 | +#content .box-1 .tags-block .block-inner-2 .tag_cloud{ | |
| 62 | + font-size: 12px; | |
| 63 | + margin-top:-11px; | |
| 64 | + text-align: left; | |
| 65 | + margin-top: -28px; | |
| 66 | + margin-left: 35px; | |
| 67 | + | |
| 68 | +} | |
| 69 | + | |
| 70 | +#content .box-1 .tags-block .block-inner-2 .tag_cloud a{ | |
| 71 | + border:1px solid #c0c1c1; | |
| 72 | + border-radius:8px; | |
| 73 | + background-color:#c0c1c1; | |
| 74 | + padding:3px 6px; | |
| 75 | +} | |
| 76 | + | |
| 77 | +#content .box-1 .tags-block .block-footer-content a{ | |
| 78 | + background: none; | |
| 79 | + border: none; | |
| 80 | + border-radius: none; | |
| 81 | +} | |
| 82 | + | |
| 83 | +#content .box-1 .tags-block .block-footer-content { | |
| 84 | + margin-top: -25px; | |
| 85 | +} | |
| 86 | + | |
| 87 | + | |
| 88 | +/* | |
| 89 | +.tag_cloud { | |
| 90 | +text-align: left; | |
| 91 | +margin-top: -27px; | |
| 92 | +margin-left: 35px; | |
| 93 | +border: | |
| 94 | + | |
| 95 | +*/ | ... | ... |
style.css
| ... | ... | @@ -22,6 +22,10 @@ |
| 22 | 22 | /****************** Block Agenda ********************/ |
| 23 | 23 | @import url(agenda.css); |
| 24 | 24 | |
| 25 | +/****************** pagina de software ********************/ | |
| 26 | +@import url(pagina_software.css); | |
| 27 | + | |
| 28 | + | |
| 25 | 29 | /****************** Block Redes Sociais ********************/ |
| 26 | 30 | @import url(redes_sociais.css); |
| 27 | 31 | ... | ... |