Commit fb143086fef5fd12fee2c79b51656dbdf12547ac
1 parent
0bf6e385
Exists in
master
and in
9 other branches
Just correct indentation and spaces on style file
Showing
1 changed file
with
105 additions
and
107 deletions
Show diff stats
style.css
| 1 | 1 | /*** Noosfero Base Theme ***/ |
| 2 | 2 | @import url(../profile-base/style.css); |
| 3 | + | |
| 4 | +/*** Icon Resources***/ | |
| 3 | 5 | @import url(../../icons/tango/style.css); |
| 6 | +@import url(font-awesome.min.css); | |
| 4 | 7 | |
| 5 | 8 | /*** SPB Theme section styles ***/ |
| 6 | 9 | @import url(css/overwriting-base-theme.css); |
| ... | ... | @@ -14,122 +17,117 @@ |
| 14 | 17 | @import url(css/article-page.css); |
| 15 | 18 | @import url(css/software-pages.css); |
| 16 | 19 | @import url(css/community-pages.css); |
| 20 | +@import url(css/use-report.css); | |
| 17 | 21 | @import url(css/news-page.css); |
| 18 | 22 | @import url(css/search-pages.css); |
| 19 | 23 | @import url(css/software-catalog-page.css); |
| 20 | -/* | |
| 21 | -@import url(css/use-report.css); | |
| 22 | -@import url(css/tooltips.css); | |
| 23 | -*/ | |
| 24 | - | |
| 25 | -@import url(font-awesome.min.css); | |
| 26 | -/*@import url(http://fonts.googleapis.com/css?family=Open+Sans);*/ | |
| 27 | - | |
| 28 | - | |
| 29 | -@font-face { | |
| 30 | -font-weight: normal; | |
| 31 | -font-style: normal; | |
| 32 | -font-family: "open_sanslight"; | |
| 33 | -src: url("fonts/opensans-300-webfont.eot"); | |
| 34 | -src: url("fonts/opensans-300-webfont.eot?#iefix") format("embedded-opentype"), | |
| 35 | -url("fonts/opensans-300-webfont.woff") format("woff"), | |
| 36 | -url("fonts/opensans-300-webfont.ttf") format("truetype"), | |
| 37 | -url("fonts/opensans-300-webfont.svg#open_sanslight") format("svg"); | |
| 38 | -} | |
| 39 | - | |
| 40 | -@font-face { | |
| 41 | -font-weight: normal; | |
| 42 | -font-style: normal; | |
| 43 | -font-family: "open_sansregular"; | |
| 44 | -src: url("fonts/opensans-400-webfont.eot"); | |
| 45 | -src: url("fonts/opensans-400-webfont.eot?#iefix") format("embedded-opentype"), | |
| 46 | -url("fonts/opensans-400-webfont.woff") format("woff"), | |
| 47 | -url("fonts/opensans-400-webfont.ttf") format("truetype"), | |
| 48 | -url("fonts/opensans-400-webfont.svg#open_sansregular") format("svg"); | |
| 49 | -} | |
| 50 | - | |
| 51 | -@font-face { | |
| 52 | -font-weight: normal; | |
| 53 | -font-style: normal; | |
| 54 | -font-family: "open_sanssemibold"; | |
| 55 | -src: url("fonts/opensans-600-webfont.eot"); | |
| 56 | -src: url("fonts/opensans-600-webfont.eot?#iefix") format("embedded-opentype"), | |
| 57 | -url("fonts/opensans-600-webfont.woff") format("woff"), | |
| 58 | -url("fonts/opensans-600-webfont.ttf") format("truetype"), | |
| 59 | -url("fonts/opensans-600-webfont.svg#open_sanssemibold") format("svg"); | |
| 60 | -} | |
| 61 | -@font-face { | |
| 62 | -font-weight: normal; | |
| 63 | -font-style: normal; | |
| 64 | -font-family: "open_sansbold"; | |
| 65 | -src: url("fonts/opensans-700-webfont.eot"); | |
| 66 | -src: url("fonts/opensans-700-webfont.eot?#iefix") format("embedded-opentype"), | |
| 67 | -url("fonts/opensans-700-webfont.woff") format("woff"), | |
| 68 | -url("fonts/opensans-700-webfont.ttf") format("truetype"), | |
| 69 | -url("fonts/opensans-700-webfont.svg#open_sansbold") format("svg"); | |
| 70 | -} | |
| 71 | - | |
| 72 | -@font-face { | |
| 73 | -font-weight: normal; | |
| 74 | -font-style: normal; | |
| 75 | -font-family: "open_sansextrabold"; | |
| 76 | -src: url("fonts/opensans-800-webfont.eot"); | |
| 77 | -src: url("fonts/opensans-800-webfont.eot?#iefix") format("embedded-opentype"), | |
| 78 | -url("fonts/opensans-800-webfont.woff") format("woff"), | |
| 79 | -url("fonts/opensans-800-webfont.ttf") format("truetype"), | |
| 80 | -url("fonts/opensans-800-webfont.svg#open_sansextrabold") format("svg"); | |
| 24 | +@import url(css/tooltip.css); | |
| 25 | + | |
| 26 | +@font-face{ | |
| 27 | + font-weight: normal; | |
| 28 | + font-style: normal; | |
| 29 | + font-family: "open_sanslight"; | |
| 30 | + src: url("fonts/opensans-300-webfont.eot"); | |
| 31 | + src: url("fonts/opensans-300-webfont.eot?#iefix") format("embedded-opentype"), | |
| 32 | + url("fonts/opensans-300-webfont.woff") format("woff"), | |
| 33 | + url("fonts/opensans-300-webfont.ttf") format("truetype"), | |
| 34 | + url("fonts/opensans-300-webfont.svg#open_sanslight") format("svg"); | |
| 35 | +} | |
| 36 | + | |
| 37 | +@font-face{ | |
| 38 | + font-weight: normal; | |
| 39 | + font-style: normal; | |
| 40 | + font-family: "open_sansregular"; | |
| 41 | + src: url("fonts/opensans-400-webfont.eot"); | |
| 42 | + src: url("fonts/opensans-400-webfont.eot?#iefix") format("embedded-opentype"), | |
| 43 | + url("fonts/opensans-400-webfont.woff") format("woff"), | |
| 44 | + url("fonts/opensans-400-webfont.ttf") format("truetype"), | |
| 45 | + url("fonts/opensans-400-webfont.svg#open_sansregular") format("svg"); | |
| 46 | +} | |
| 47 | + | |
| 48 | +@font-face{ | |
| 49 | + font-weight: normal; | |
| 50 | + font-style: normal; | |
| 51 | + font-family: "open_sanssemibold"; | |
| 52 | + src: url("fonts/opensans-600-webfont.eot"); | |
| 53 | + src: url("fonts/opensans-600-webfont.eot?#iefix") format("embedded-opentype"), | |
| 54 | + url("fonts/opensans-600-webfont.woff") format("woff"), | |
| 55 | + url("fonts/opensans-600-webfont.ttf") format("truetype"), | |
| 56 | + url("fonts/opensans-600-webfont.svg#open_sanssemibold") format("svg"); | |
| 57 | +} | |
| 58 | + | |
| 59 | +@font-face{ | |
| 60 | + font-weight: normal; | |
| 61 | + font-style: normal; | |
| 62 | + font-family: "open_sansbold"; | |
| 63 | + src: url("fonts/opensans-700-webfont.eot"); | |
| 64 | + src: url("fonts/opensans-700-webfont.eot?#iefix") format("embedded-opentype"), | |
| 65 | + url("fonts/opensans-700-webfont.woff") format("woff"), | |
| 66 | + url("fonts/opensans-700-webfont.ttf") format("truetype"), | |
| 67 | + url("fonts/opensans-700-webfont.svg#open_sansbold") format("svg"); | |
| 68 | +} | |
| 69 | + | |
| 70 | +@font-face{ | |
| 71 | + font-weight: normal; | |
| 72 | + font-style: normal; | |
| 73 | + font-family: "open_sansextrabold"; | |
| 74 | + src: url("fonts/opensans-800-webfont.eot"); | |
| 75 | + src: url("fonts/opensans-800-webfont.eot?#iefix") format("embedded-opentype"), | |
| 76 | + url("fonts/opensans-800-webfont.woff") format("woff"), | |
| 77 | + url("fonts/opensans-800-webfont.ttf") format("truetype"), | |
| 78 | + url("fonts/opensans-800-webfont.svg#open_sansextrabold") format("svg"); | |
| 81 | 79 | } |
| 82 | 80 | |
| 83 | 81 | /*********** General Rules ************/ |
| 84 | 82 | |
| 85 | 83 | * { |
| 86 | -margin: 0; | |
| 87 | -padding: 0; | |
| 88 | -list-style: none; | |
| 89 | -vertical-align: baseline; | |
| 84 | + margin: 0; | |
| 85 | + padding: 0; | |
| 86 | + list-style: none; | |
| 87 | + vertical-align: baseline; | |
| 90 | 88 | } |
| 91 | 89 | |
| 92 | 90 | body { |
| 93 | - background-color: #fff; | |
| 94 | - color: #172738; | |
| 95 | - font-size: 12px; | |
| 96 | - font-family: "open_sansregular", Arial, Helvetica, sans-serif; | |
| 91 | + background-color: #fff; | |
| 92 | + color: #172738; | |
| 93 | + font-size: 12px; | |
| 94 | + font-family: "open_sansregular", Arial, Helvetica, sans-serif; | |
| 97 | 95 | } |
| 98 | 96 | |
| 99 | 97 | * :link,:visited { |
| 100 | - text-decoration: none; | |
| 98 | + text-decoration: none; | |
| 101 | 99 | } |
| 102 | 100 | |
| 103 | 101 | * ul,ol { |
| 104 | - list-style: none; | |
| 102 | + list-style: none; | |
| 105 | 103 | } |
| 106 | 104 | |
| 107 | 105 | * h1,h2,h3,h4,h5,h6 { |
| 108 | - color: inherit; | |
| 109 | - font-family: Arial; | |
| 110 | - font-weight: 700; | |
| 111 | - margin-top: 20px; | |
| 112 | - margin-bottom: 10px; | |
| 106 | + color: inherit; | |
| 107 | + font-family: Arial; | |
| 108 | + font-weight: 700; | |
| 109 | + margin-top: 20px; | |
| 110 | + margin-bottom: 10px; | |
| 113 | 111 | } |
| 114 | 112 | |
| 115 | 113 | * h1{ |
| 116 | - font-size: 34px; | |
| 117 | - line-height: 37px; | |
| 114 | + font-size: 34px; | |
| 115 | + line-height: 37px; | |
| 118 | 116 | } |
| 119 | 117 | |
| 120 | 118 | * h2{ |
| 121 | - font-size:22px; | |
| 122 | - line-height: 21px; | |
| 119 | + font-size: 22px; | |
| 120 | + line-height: 21px; | |
| 123 | 121 | } |
| 124 | 122 | |
| 125 | 123 | * h3{ |
| 126 | - font-size:18px; | |
| 127 | - line-height: 21px; | |
| 124 | + font-size: 18px; | |
| 125 | + line-height: 21px; | |
| 128 | 126 | } |
| 129 | 127 | |
| 130 | 128 | * h4,h5,h6 { |
| 131 | - font-size: 16px; | |
| 132 | - line-height: 21px; | |
| 129 | + font-size: 16px; | |
| 130 | + line-height: 21px; | |
| 133 | 131 | } |
| 134 | 132 | |
| 135 | 133 | #content h1, #content h2, #content h3, #content h4, #content h5, #content h6{ |
| ... | ... | @@ -156,54 +154,54 @@ body { |
| 156 | 154 | font-weight: 700; |
| 157 | 155 | } |
| 158 | 156 | |
| 159 | -#content h4, content h5, #content h6 { | |
| 157 | +#content h4, content h5, #content h6{ | |
| 160 | 158 | font-size: 16px; |
| 161 | 159 | line-height: 21px; |
| 162 | 160 | } |
| 163 | 161 | |
| 164 | -p { | |
| 162 | +p{ | |
| 165 | 163 | margin: 0px 0px 10px 0px; |
| 166 | 164 | line-height: 21px; |
| 167 | 165 | font-size: 15px; |
| 168 | 166 | } |
| 169 | 167 | |
| 170 | 168 | |
| 171 | -* a img,:link img,:visited img { | |
| 172 | - border:none | |
| 169 | +* a img,:link img,:visited img{ | |
| 170 | + border: none | |
| 173 | 171 | } |
| 174 | 172 | |
| 175 | -a { | |
| 176 | - outline: none; | |
| 173 | +a{ | |
| 174 | + outline: none; | |
| 177 | 175 | } |
| 178 | -a:link, #content a:link, dl.portlet a:link { | |
| 179 | - color: #172738; | |
| 180 | - /*border-bottom: none;*/ | |
| 176 | +a:link, #content a:link, dl.portlet a:link{ | |
| 177 | + color: #172738; | |
| 181 | 178 | } |
| 182 | 179 | |
| 183 | -a:visited, #content a:visited, dl.portlet a:visited { | |
| 184 | - color:#2c66ce; /*#2c67cd;*/ | |
| 180 | +a:visited, #content a:visited, dl.portlet a:visited{ | |
| 181 | + color:#2c66ce; | |
| 185 | 182 | } |
| 186 | 183 | |
| 187 | -a:focus { | |
| 188 | - outline: 2px solid #f1ca7f; | |
| 184 | +a:focus{ | |
| 185 | + outline: 2px solid #f1ca7f; | |
| 189 | 186 | } |
| 190 | 187 | |
| 191 | 188 | /* Remove in all td gray backgroung hover */ |
| 192 | -tr:hover td { | |
| 193 | - background-color: transparent; | |
| 189 | +tr:hover td{ | |
| 190 | + background-color: transparent; | |
| 194 | 191 | } |
| 195 | 192 | |
| 196 | -#content a:hover, dl.portlet a:hover { | |
| 197 | - color: #000; | |
| 193 | +#content a:hover, dl.portlet a:hover{ | |
| 194 | + color: #000; | |
| 198 | 195 | } |
| 199 | -table { | |
| 200 | - border-spacing: 0; | |
| 196 | + | |
| 197 | +table{ | |
| 198 | + border-spacing: 0; | |
| 201 | 199 | } |
| 202 | 200 | |
| 203 | -img { | |
| 204 | - vertical-align: text-bottom; | |
| 201 | +img{ | |
| 202 | + vertical-align: text-bottom; | |
| 205 | 203 | } |
| 206 | 204 | |
| 207 | -iframe { | |
| 208 | - border-width: 0; border-style:none; | |
| 205 | +iframe{ | |
| 206 | + border-width: 0; border-style:none; | |
| 209 | 207 | } | ... | ... |