Commit 77e3aa53e0c2ea3579226889a7e29388761136c5
1 parent
32eff40a
Exists in
master
and in
9 other branches
Delete css backup folder
Showing
22 changed files
with
0 additions
and
8142 deletions
Show diff stats
css-bkp/agenda.css
| ... | ... | @@ -1,21 +0,0 @@ |
| 1 | -.agenda-item a { | |
| 2 | - color: black; | |
| 3 | -} | |
| 4 | -.agenda-item a:visited { | |
| 5 | - color: black; | |
| 6 | - font-weight: normal; | |
| 7 | -} | |
| 8 | -.agenda-item a:hover { | |
| 9 | - color: black; | |
| 10 | - text-decoration: underline !important; | |
| 11 | -} | |
| 12 | - | |
| 13 | -/************** event *************/ | |
| 14 | - | |
| 15 | -li.event-dates { | |
| 16 | - background: url("/images/icons-mime/event.png") no-repeat scroll 100% 50% white; | |
| 17 | - | |
| 18 | - float: none; | |
| 19 | - padding: 5px 32px 5px 5px; | |
| 20 | - text-align: right; | |
| 21 | -} |
css-bkp/article-page.css
| ... | ... | @@ -1,453 +0,0 @@ |
| 1 | -/*tamanho da fonte dentro dos artigos*/ | |
| 2 | -.article-body p{ | |
| 3 | - font-size:15px; | |
| 4 | - line-height:21px; | |
| 5 | - font-family: Arial, Helvetica, sans-serif; | |
| 6 | -} | |
| 7 | - | |
| 8 | -/* Numeracao dentro de artigos */ | |
| 9 | -.article-body ul { | |
| 10 | - list-style-position: inside; | |
| 11 | - list-style-type: disc; | |
| 12 | -} | |
| 13 | - | |
| 14 | -.article-body ol { | |
| 15 | - list-style-position: inside; | |
| 16 | - list-style-type: decimal; | |
| 17 | -} | |
| 18 | - | |
| 19 | -.article-body li { | |
| 20 | - list-style: inherit; | |
| 21 | -} | |
| 22 | - | |
| 23 | -/* fim tamanho da fonte dentro dos artigos*/ | |
| 24 | - | |
| 25 | - | |
| 26 | -#article-hits { | |
| 27 | - display:none !important; | |
| 28 | - | |
| 29 | -} | |
| 30 | - | |
| 31 | -.main-block #article-header H1.title{ | |
| 32 | - font-size: 34px !important; | |
| 33 | - line-height: 37px !important; | |
| 34 | - margin-bottom: 10px !important; | |
| 35 | -} | |
| 36 | - | |
| 37 | -#content .main-block .article-body { | |
| 38 | - line-height: 21px; | |
| 39 | - font-family: arial ; | |
| 40 | - font-size: 15px; | |
| 41 | -} | |
| 42 | - | |
| 43 | -#content .main-block h2, #content .main-block h3 { | |
| 44 | - min-height: 0 !important; | |
| 45 | -} | |
| 46 | - | |
| 47 | -#content .main-block .article-body h2 { | |
| 48 | - font-size: 16px !important; | |
| 49 | - font-weight: bold; | |
| 50 | - line-height: 21px; | |
| 51 | - margin-bottom: 20px; | |
| 52 | - font-family: arial; | |
| 53 | -} | |
| 54 | - | |
| 55 | -#content .main-block .article-body h3 { | |
| 56 | - font-size: 15px !important;; | |
| 57 | - line-height: 21px; | |
| 58 | - font-weight: bold; | |
| 59 | - margin-bottom: 20px; | |
| 60 | - font-family: arial; | |
| 61 | -} | |
| 62 | - | |
| 63 | -#content .main-block .article-body P { | |
| 64 | - margin-bottom: 20px; | |
| 65 | - font-family: arial; | |
| 66 | -} | |
| 67 | - | |
| 68 | -#content .main-block .article-body img { | |
| 69 | - display: block; | |
| 70 | -} | |
| 71 | - | |
| 72 | -#content .main-block .article-body .img-credit, | |
| 73 | -#content .main-block .article-body .img-credit a { | |
| 74 | - padding:0; | |
| 75 | - font-size: 11px; | |
| 76 | - line-height: 16px; | |
| 77 | - color: #172938; | |
| 78 | -} | |
| 79 | - | |
| 80 | -#content .main-block .article-body P strong { | |
| 81 | - font-size: 16px; | |
| 82 | -} | |
| 83 | - | |
| 84 | - | |
| 85 | -#content .main-block .article-body .zoomable-image { | |
| 86 | - overflow: auto; | |
| 87 | - display: block; | |
| 88 | - margin-bottom: 10px; | |
| 89 | -} | |
| 90 | - | |
| 91 | -.article-body ul.lista-ajuda { | |
| 92 | - padding-top: 20px; | |
| 93 | - margin-top: 45px; | |
| 94 | - margin-bottom: 20px; | |
| 95 | - border-top: 1px solid #ddd; | |
| 96 | - font-size: 15px; | |
| 97 | -} | |
| 98 | - | |
| 99 | -.article-body ul.lista-ajuda li { | |
| 100 | - list-style-position: inside; | |
| 101 | - margin-bottom: 2px; | |
| 102 | -} | |
| 103 | - | |
| 104 | -.article-body ul.etapas-publicacao { | |
| 105 | - margin-bottom: 20px; | |
| 106 | -} | |
| 107 | - | |
| 108 | -.article-body ul.etapas-publicacao li { | |
| 109 | - list-style: none; | |
| 110 | - list-style-position: inside; | |
| 111 | - margin-bottom: 10px; | |
| 112 | -} | |
| 113 | - | |
| 114 | -.article-body ul.etapas-publicacao li strong { | |
| 115 | - background: #333; | |
| 116 | - padding: 2px 8px; | |
| 117 | - border-radius: 50%; | |
| 118 | - color: #fff; | |
| 119 | - float: left; | |
| 120 | - margin-right: 6px; | |
| 121 | -} | |
| 122 | - | |
| 123 | -.article-body .etapas-publicacao-2{ | |
| 124 | - font-weight: bold; | |
| 125 | -} | |
| 126 | - | |
| 127 | -#content .main-block .created-at { | |
| 128 | - font-family: arial !important; | |
| 129 | - border-top: 1px solid #D7D7D7; | |
| 130 | - padding-top: 25px; | |
| 131 | - margin-top: 25px; | |
| 132 | - font-size: 12px; | |
| 133 | - color: #2C66CE; | |
| 134 | -} | |
| 135 | - | |
| 136 | -#content .main-block .created-at a { | |
| 137 | - color: #2C66CE; | |
| 138 | -} | |
| 139 | - | |
| 140 | -#content .main-block .txt-credit { | |
| 141 | - font-size: 12px; | |
| 142 | - color: #172938; | |
| 143 | -} | |
| 144 | - | |
| 145 | -#content .main-block .txt-credit a { | |
| 146 | - color: #2C66CE; | |
| 147 | -} | |
| 148 | - | |
| 149 | -#content .main-block #article-cat { | |
| 150 | - font-size: 21px !important; | |
| 151 | -} | |
| 152 | - | |
| 153 | -#content .main-block #article-cat h4 { | |
| 154 | - font-size: 1.3em; | |
| 155 | - min-height: 0px; | |
| 156 | -} | |
| 157 | - | |
| 158 | -#article-tags a:link { | |
| 159 | - clear: both; | |
| 160 | - display: inline-block; | |
| 161 | - margin-bottom: 1.5em; | |
| 162 | - color: white; | |
| 163 | - padding: 3px 5px; | |
| 164 | -} | |
| 165 | - | |
| 166 | -#article-tags a:hover { | |
| 167 | - background-color: #000; | |
| 168 | - color: white; | |
| 169 | -} | |
| 170 | - | |
| 171 | -.page-comment-form { | |
| 172 | - padding: 10px 0; | |
| 173 | -} | |
| 174 | - | |
| 175 | -hr { | |
| 176 | - border: 0; | |
| 177 | - height: 0; | |
| 178 | - border-top: 1px solid rgba(0, 0, 0, 0.1); | |
| 179 | - border-bottom: 1px solid rgba(255, 255, 255, 0.3); | |
| 180 | - margin: 30px 0; | |
| 181 | -} | |
| 182 | - | |
| 183 | -ol li { | |
| 184 | - margin-bottom: 5px; | |
| 185 | -} | |
| 186 | - | |
| 187 | -div#article-parent { | |
| 188 | - display: block; | |
| 189 | - position: relative; | |
| 190 | - right: 0px; | |
| 191 | - top: 0px; | |
| 192 | -} | |
| 193 | - | |
| 194 | -.ancor { | |
| 195 | - text-decoration: none !important; | |
| 196 | - border-bottom: 1px dotted; | |
| 197 | - margin-right: 5px; | |
| 198 | -} | |
| 199 | - | |
| 200 | -.ancor:hover { | |
| 201 | - border-bottom: 1px solid; | |
| 202 | -} | |
| 203 | - | |
| 204 | -#article-hits { | |
| 205 | - display:none !important; | |
| 206 | - | |
| 207 | -} | |
| 208 | - | |
| 209 | -.main-block #article-header H1.title{ | |
| 210 | - font-size: 34px !important; | |
| 211 | - line-height: 37px !important; | |
| 212 | - margin-bottom: 10px !important; | |
| 213 | -} | |
| 214 | - | |
| 215 | -.article-body { | |
| 216 | - line-height: 21px; | |
| 217 | - font-family: arial; | |
| 218 | - font-size: 15px; | |
| 219 | -} | |
| 220 | - | |
| 221 | -/* Pagina Ultimas noticias */ | |
| 222 | - | |
| 223 | -.title_top { | |
| 224 | - color: #F91461; | |
| 225 | - text-transform: uppercase; | |
| 226 | - font-size: 16px; | |
| 227 | - padding-bottom: 25px; | |
| 228 | - padding-left: 1px; | |
| 229 | - font-family:"open_sansregular", Arial; | |
| 230 | - | |
| 231 | -} | |
| 232 | - | |
| 233 | -.news_principal_block { | |
| 234 | - padding-bottom: 5px; | |
| 235 | -} | |
| 236 | - | |
| 237 | -.news_principal_block hr { | |
| 238 | - margin: 23px 0 23px 0; | |
| 239 | -} | |
| 240 | - | |
| 241 | -.news_principal_date { | |
| 242 | - padding-bottom: 5px; | |
| 243 | -} | |
| 244 | - | |
| 245 | -.news_principal_title { | |
| 246 | - font-size: 33px; | |
| 247 | - font-weight: bold; | |
| 248 | - padding-bottom: 14px; | |
| 249 | - line-height: 39px; | |
| 250 | - font-family: Arial, Helvetica, sans-serif; | |
| 251 | -} | |
| 252 | - | |
| 253 | -.news_principal_image { | |
| 254 | - padding-bottom: 10px; | |
| 255 | -} | |
| 256 | - | |
| 257 | -.news_principal_image img { | |
| 258 | - /*width: 750px;*/ | |
| 259 | - max-width: 750px; | |
| 260 | - max-height: 320px; | |
| 261 | - border: 0px solid #c0c1c1; | |
| 262 | - border-radius: 8px; | |
| 263 | -} | |
| 264 | - | |
| 265 | -.news_principal_text { | |
| 266 | - font-size: 14px; | |
| 267 | - line-height: 21px; | |
| 268 | - font-family: "open_sansregular", Arial, Helvetica, sans-serif; | |
| 269 | - padding-bottom: 3px; | |
| 270 | -} | |
| 271 | -.news_small_block { | |
| 272 | - /*height: 300px;*/ | |
| 273 | - width: 750px; | |
| 274 | -} | |
| 275 | -.news_small_item { | |
| 276 | - width: 230px; | |
| 277 | - border: 0px solid #c0c1c1; | |
| 278 | - float: left; | |
| 279 | - position: relative; | |
| 280 | - padding-bottom: 20px; | |
| 281 | - padding-right: 30px; | |
| 282 | -} | |
| 283 | - | |
| 284 | -.news_small_block .news_small_item:last-child { | |
| 285 | - padding-right: 0px; | |
| 286 | -} | |
| 287 | - | |
| 288 | -.news_small_image { | |
| 289 | - padding-bottom: 13px; | |
| 290 | -} | |
| 291 | - | |
| 292 | - | |
| 293 | -.news_small_image img { | |
| 294 | - max-width: 230px; | |
| 295 | - height: 136px; | |
| 296 | - border: 0px solid #c0c1c1; | |
| 297 | - border-radius: 5px; | |
| 298 | -} | |
| 299 | - | |
| 300 | -.news_small_date { | |
| 301 | - padding-bottom: 10px; | |
| 302 | -} | |
| 303 | -.news_small_title { | |
| 304 | - font-size: 15px; | |
| 305 | - font-weight: bold; | |
| 306 | - padding-bottom: 5px; | |
| 307 | -} | |
| 308 | -.news_small_text { | |
| 309 | - font-size: 14px; | |
| 310 | - padding-bottom: 15px; | |
| 311 | -} | |
| 312 | - | |
| 313 | -.profile-homepage #content .block.display-content-block .block-title { | |
| 314 | -border-top: 0px solid #643C67; | |
| 315 | -border-bottom: 1px solid gray; | |
| 316 | -background: transparent; | |
| 317 | -color: #F91461; | |
| 318 | -} | |
| 319 | - | |
| 320 | - | |
| 321 | -/* Pagina de visualizar noticia */ | |
| 322 | - | |
| 323 | -#content .view_news { | |
| 324 | - margin-right: 36px; | |
| 325 | - margin-left: 0px; | |
| 326 | -} | |
| 327 | - | |
| 328 | -#content .view_news .published-at { | |
| 329 | - font-family: open_sansregular, Arial, Helvetica, sans-serif; | |
| 330 | - font-size: 12px; | |
| 331 | - margin-bottom: 22px; | |
| 332 | -} | |
| 333 | - | |
| 334 | -#content .view_news hr { | |
| 335 | - margin: 25px 0 15px 0; | |
| 336 | -} | |
| 337 | - | |
| 338 | -#content .view_news .image { | |
| 339 | - float: left; | |
| 340 | - height: 194px; | |
| 341 | - width: 230px; | |
| 342 | - margin: 3px 29px 0 0; | |
| 343 | -} | |
| 344 | - | |
| 345 | -#content .view_news .image img { | |
| 346 | - max-width: 230px; | |
| 347 | -} | |
| 348 | - | |
| 349 | -#content .main-block .article-body .view_news .zoomable-image { | |
| 350 | - overflow: hidden; | |
| 351 | - margin-bottom: 5px; | |
| 352 | -} | |
| 353 | - | |
| 354 | -#content .main-block .article-body .view_news P { | |
| 355 | - line-height: 22px; | |
| 356 | - margin-left: 2px; | |
| 357 | -} | |
| 358 | - | |
| 359 | -#content .main-block .article-body .view_news .img-credit { | |
| 360 | - margin: 0 0 0 2px; | |
| 361 | -} | |
| 362 | - | |
| 363 | -#content .main-block .view_news .txt-credit a { | |
| 364 | - font-size: 12px; | |
| 365 | - color: #172938; | |
| 366 | - text-decoration: none; | |
| 367 | -} | |
| 368 | - | |
| 369 | -/* Events */ | |
| 370 | - | |
| 371 | -.event-card { | |
| 372 | - border-top: 1px dotted #D3D6D3; | |
| 373 | - background-repeat: no-repeat; | |
| 374 | - width: 494px; | |
| 375 | - height: 116px; | |
| 376 | - margin-bottom: 30px; | |
| 377 | -} | |
| 378 | - | |
| 379 | -.event-image { | |
| 380 | - border-right: 1px dotted #D3D6DE; | |
| 381 | -} | |
| 382 | - | |
| 383 | -.about-event > span { | |
| 384 | - font-family: arial; | |
| 385 | - line-height: 13px; | |
| 386 | -} | |
| 387 | - | |
| 388 | -.about-event .event-date { | |
| 389 | - font-weight: bold; | |
| 390 | - letter-spacing: 0.49px; | |
| 391 | -} | |
| 392 | - | |
| 393 | -.about-event .event-address { | |
| 394 | - margin-top: 19px; | |
| 395 | -} | |
| 396 | - | |
| 397 | -.about-event .event-address span { | |
| 398 | - margin-top: 4.4px; | |
| 399 | - line-height: 14px; | |
| 400 | - letter-spacing: 0.5px; | |
| 401 | -} | |
| 402 | - | |
| 403 | -.event-link { | |
| 404 | - letter-spacing: 0.48px; | |
| 405 | -} | |
| 406 | - | |
| 407 | -.event-link a { | |
| 408 | - text-decoration: underline; | |
| 409 | -} | |
| 410 | - | |
| 411 | -.article .article-body .event-body .event-lead p { | |
| 412 | - font-size: 16px; | |
| 413 | - font-family: Arial; | |
| 414 | - font-weight: bold; | |
| 415 | - letter-spacing: -0.4px; | |
| 416 | - line-height: 21px; | |
| 417 | -} | |
| 418 | - | |
| 419 | -.event-body .event-content p { | |
| 420 | - font-size: 15px; | |
| 421 | - font-family: Arial; | |
| 422 | - line-height: 22px; | |
| 423 | -} | |
| 424 | - | |
| 425 | -/*comments*/ | |
| 426 | - | |
| 427 | -#comments_list.comments{ | |
| 428 | - border: 1px solid #CCCCCC; | |
| 429 | - margin: 20px 0; | |
| 430 | -} | |
| 431 | - | |
| 432 | -#content .main-block #comments_list h3 { | |
| 433 | - border-bottom: 1px solid #CCCCCC; | |
| 434 | - margin: 0; | |
| 435 | - min-height: 100% !important; | |
| 436 | - padding: 14px; | |
| 437 | - color: #999; | |
| 438 | -} | |
| 439 | -#article .article-comments-list, | |
| 440 | -#article .article-comments-list ul, | |
| 441 | -#article .article-comments-list li { | |
| 442 | - list-style: none outside none; | |
| 443 | - margin: 5px 0 10px; | |
| 444 | - padding: 0; | |
| 445 | -} | |
| 446 | - | |
| 447 | -#article .article-comments-list li { | |
| 448 | - padding: 14px; | |
| 449 | -} | |
| 450 | - | |
| 451 | -.comments .comment-count-write-out { | |
| 452 | - min-height: 100%; | |
| 453 | -} |
css-bkp/cadastro.css
| ... | ... | @@ -1,992 +0,0 @@ |
| 1 | -/*cadastro de usuario e instituicao*/ | |
| 2 | -#signup-form{ | |
| 3 | - display:block; | |
| 4 | - /*background-color:#F0F0F0;*/ | |
| 5 | - /*border-left:solid 3px; | |
| 6 | - border-top:solid 1px;*/ | |
| 7 | - width: 720px; | |
| 8 | -} | |
| 9 | - | |
| 10 | -#signup-form-header { | |
| 11 | - width:90% !important; | |
| 12 | -} | |
| 13 | - | |
| 14 | -#signup-form-profile{ | |
| 15 | - width:90% !important; | |
| 16 | -} | |
| 17 | - | |
| 18 | -body #content .main-block form .icon-add{ | |
| 19 | - background-color: #2C66CE; | |
| 20 | -} | |
| 21 | - | |
| 22 | -#signup-form .formfieldline, | |
| 23 | -#signup-formfield-group { | |
| 24 | - /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/ | |
| 25 | - width:100%; | |
| 26 | - /*background: url(images/hdot2.gif) repeat-x bottom #ECECEC;*/ | |
| 27 | - margin:0px 10px 10px 0px; | |
| 28 | -} | |
| 29 | - | |
| 30 | -#signup-form .formfieldline:hover, | |
| 31 | -#signup-formfield-group:hover { | |
| 32 | - /*width:100%;*/ | |
| 33 | - /*background: url(images/hdot2.gif) repeat-x bottom #f1e5dc;*/ | |
| 34 | - margin:0px 10px 10px 0px; | |
| 35 | -} | |
| 36 | - | |
| 37 | -.action-account-signup #content { | |
| 38 | - text-align: left; | |
| 39 | -} | |
| 40 | - | |
| 41 | -.required-field label.formlabel { | |
| 42 | -font-weight: normal; | |
| 43 | -color: #4A4A4A; | |
| 44 | -/*float: left;*/ | |
| 45 | -} | |
| 46 | - | |
| 47 | -#signup-form select, | |
| 48 | -#signup-form textarea, | |
| 49 | -#signup-form input { | |
| 50 | -/*padding: 7px 7% 10px 3%; */ | |
| 51 | -/*height: 30px !important;*/ | |
| 52 | - width: 50%; | |
| 53 | - /*center:float;*/ | |
| 54 | - margin:3px 2px 3px 0px; | |
| 55 | -} | |
| 56 | - | |
| 57 | -#signup-form .formlabel{ | |
| 58 | - float:left; | |
| 59 | - padding:0px 15px 0px 0px; | |
| 60 | - width:237px; | |
| 61 | - height:30px; | |
| 62 | - margin:3px 2px 10px 0px; | |
| 63 | -} | |
| 64 | - | |
| 65 | -#signup-form .formlabel.login-box-content { | |
| 66 | - background:none; | |
| 67 | -} | |
| 68 | - | |
| 69 | -#signup-login { | |
| 70 | - width:188px; | |
| 71 | - margin-bottom:5px; | |
| 72 | -} | |
| 73 | - | |
| 74 | -#signup-form .formfield input, | |
| 75 | -#signup-form .formfield textarea { | |
| 76 | - background-color:#fff; | |
| 77 | -} | |
| 78 | - | |
| 79 | -#signup-form small#password-balloon, | |
| 80 | -#signup-form small#password-confirmation-balloon, | |
| 81 | -#signup-form small#email-balloon, | |
| 82 | -#signup-form small#name-balloon{ | |
| 83 | - left:100%; | |
| 84 | -} | |
| 85 | -/* | |
| 86 | -#signup-form a#add_new_institution { | |
| 87 | - margin-left: 252px; | |
| 88 | -} | |
| 89 | -*/ | |
| 90 | - | |
| 91 | -/*#content a.button.with-text { | |
| 92 | - line-height: 50px !important; | |
| 93 | -} Pensar outra solucao*/ | |
| 94 | - | |
| 95 | -#status-identifier{ | |
| 96 | - width:50%; | |
| 97 | - height:30px; | |
| 98 | -} | |
| 99 | -/* | |
| 100 | -#errorExplanation{ | |
| 101 | - width:720px; | |
| 102 | -}*/ | |
| 103 | - | |
| 104 | -/**** mudar para a cor do icone e link da imagem passado pela suzete | |
| 105 | - | |
| 106 | -#signup-form .invalid { | |
| 107 | -border-color: #7f0000; | |
| 108 | -background-image: url(images/alerta-cadastro16.jpg); | |
| 109 | -box-shadow: 0 0 7px red; | |
| 110 | - | |
| 111 | -} */ | |
| 112 | - | |
| 113 | -/**** talvez para os botoes**** | |
| 114 | -#content a.button.with-text { | |
| 115 | -line-height: 30px !important; | |
| 116 | -border: none; | |
| 117 | -float: right; | |
| 118 | -margin: 3px; | |
| 119 | -border-radius: 8px; | |
| 120 | -} *****/ | |
| 121 | - | |
| 122 | - | |
| 123 | - | |
| 124 | -/**************************MODAL Instituicao***************************/ | |
| 125 | - | |
| 126 | -#institution_dialog select, | |
| 127 | -#institution_dialog textarea, | |
| 128 | -#institution_dialog input{ | |
| 129 | - width: 60%; | |
| 130 | - float:center; | |
| 131 | - height: 25px; | |
| 132 | - margin:3px 2px 13px 0px; | |
| 133 | -} | |
| 134 | - | |
| 135 | -/* | |
| 136 | -input#type_PublicInstitution, | |
| 137 | -input#type_PrivateInstitution{ | |
| 138 | -width: 10%; | |
| 139 | -margin:10px; | |
| 140 | -} | |
| 141 | -*/ | |
| 142 | -/*flutuar menu | |
| 143 | -#institution_dialog .formlabel{ | |
| 144 | - float:left; | |
| 145 | - padding:0px 15px 0px 0px; | |
| 146 | - width:180px; | |
| 147 | -} | |
| 148 | -/* | |
| 149 | -#institution_dialog .formfield.type-text, | |
| 150 | -#institution_dialog .formfield.type-select | |
| 151 | -#institution_dialog .formfield.type-radio{ | |
| 152 | - width:100%; | |
| 153 | - /*margin:0px 10px 10px 0px; | |
| 154 | -}*/ | |
| 155 | -/* | |
| 156 | -#edit_institution_page .formfield type-radio{ | |
| 157 | - width:10% | |
| 158 | -}*/ | |
| 159 | - | |
| 160 | -#institution_form select, | |
| 161 | -#institution_form textarea, | |
| 162 | -#institution_form input { | |
| 163 | - width: 40%; | |
| 164 | - height: 25px; | |
| 165 | - float:center; | |
| 166 | - margin:3px 2px 15px 0px; | |
| 167 | -} | |
| 168 | - | |
| 169 | -#institution_form .button.with-text.icon-save.submit{ | |
| 170 | - width: 60px !important; | |
| 171 | -} | |
| 172 | - | |
| 173 | -#institutions_type_PublicInstitution, | |
| 174 | -#institutions_type_PrivateInstitution, | |
| 175 | -#institutions_sisp_false, | |
| 176 | -#institutions_sisp_true { | |
| 177 | - width: 5% !important; | |
| 178 | - height: 15px !important; | |
| 179 | - padding: 15px !important; | |
| 180 | -} | |
| 181 | - | |
| 182 | - | |
| 183 | - | |
| 184 | -/* cadastro de software */ | |
| 185 | - | |
| 186 | -/* | |
| 187 | -#content #main-content-wrapper-1 form, | |
| 188 | -#content .main-block .block-inner-1 form { | |
| 189 | - font-family: arial, verdana, helvetica; | |
| 190 | -} | |
| 191 | - | |
| 192 | -#content #main-content-wrapper-1 h1, | |
| 193 | -#content .main-block .block-inner-1 h1 { | |
| 194 | - font-size: 34px !important; | |
| 195 | - border-bottom: 1px solid #D7D7D7 !important; | |
| 196 | - color: #172738; | |
| 197 | - padding-bottom: 10px !important; | |
| 198 | - margin-bottom: 30px !important; | |
| 199 | -} | |
| 200 | - | |
| 201 | -#content #main-content-wrapper-1 form .required-field .pseudoformlabel, | |
| 202 | -#content #main-content-wrapper-1 form .mandatory:after, | |
| 203 | -#content #main-content-wrapper-1 form .required-field label.formlabel:after { | |
| 204 | - color: #4562b1; | |
| 205 | -} | |
| 206 | - | |
| 207 | -#content #main-content-wrapper-1 form p > .required-field:before, | |
| 208 | -#content #main-content-wrapper-1 form #template-options label a:before, | |
| 209 | -#content #main-content-wrapper-1 form #errorExplanation h2:before, | |
| 210 | -#content .main-block .block-inner-1 form p > .required-field:before, | |
| 211 | -#content .main-block .block-inner-1 form #errorExplanation h2:before { | |
| 212 | - font-family: FontAwesome; | |
| 213 | - font-style: normal; | |
| 214 | - font-weight: normal; | |
| 215 | - text-decoration: inherit; | |
| 216 | - position: absolute; | |
| 217 | -} | |
| 218 | - | |
| 219 | -#content #main-content-wrapper-1 form p > .required-field, | |
| 220 | -#content .main-block .block-inner-1 form p > .required-field { | |
| 221 | - margin-bottom: 40px; | |
| 222 | - display: block; | |
| 223 | - position: relative; | |
| 224 | - padding-left: 27px; | |
| 225 | - background: #ECEDF1; | |
| 226 | - padding: 15px 15px 15px 35px; | |
| 227 | - font-size: 16px; | |
| 228 | - border: 1px dotted #4562b1; | |
| 229 | - border-left: 4px solid #4562b1; | |
| 230 | -} | |
| 231 | - | |
| 232 | -#content #main-content-wrapper-1 form #errorExplanation, | |
| 233 | -#content .main-block .block-inner-1 form #errorExplanation { | |
| 234 | - display: block; | |
| 235 | - position: relative; | |
| 236 | - padding-left: 27px; | |
| 237 | - background: #ECEDF1; | |
| 238 | - padding: 15px 15px 15px 38px; | |
| 239 | - font-size: 16px; | |
| 240 | - border: 1px dotted #C0392B; | |
| 241 | - border-left: 4px solid #C0392B; | |
| 242 | - margin: 0 0 30px 0; | |
| 243 | - font-family: arial, verdana, helvetica ; | |
| 244 | -} | |
| 245 | - | |
| 246 | -#content #main-content-wrapper-1 form #errorExplanation h2, | |
| 247 | -#content .main-block .block-inner-1 form #errorExplanation h2 { | |
| 248 | - background: none; | |
| 249 | - font-size: 18px !important; | |
| 250 | - color: #C0392B; | |
| 251 | - margin: 0 0 10px 0; | |
| 252 | - padding: 0; | |
| 253 | - text-align: left; | |
| 254 | - font-weight: 700; | |
| 255 | - | |
| 256 | -} | |
| 257 | - | |
| 258 | -#content #main-content-wrapper-1 form #errorExplanation h2:before, | |
| 259 | -#content .main-block .block-inner-1 form #errorExplanation h2:before { | |
| 260 | - left: 13px; | |
| 261 | - content: "\f06a"; | |
| 262 | - font-size: 22px; | |
| 263 | -} | |
| 264 | - | |
| 265 | -#content #main-content-wrapper-1 #errorExplanation ul, | |
| 266 | -#content .main-block .block-inner-1 #errorExplanation ul { | |
| 267 | - font-size: 15px; | |
| 268 | - margin-left: 20px; | |
| 269 | -} | |
| 270 | - | |
| 271 | -#content #main-content-wrapper-1 form #errorExplanation ul li, | |
| 272 | -#content .main-block .block-inner-1 form #errorExplanation ul li { | |
| 273 | - list-style-type: disc; | |
| 274 | - margin-bottom: 3px; | |
| 275 | - color: #C0392B; | |
| 276 | -} | |
| 277 | - | |
| 278 | - | |
| 279 | -#content #main-content-wrapper-1 form p > .required-field:before, | |
| 280 | -#content .main-block .block-inner-1 form p > .required-field:before { | |
| 281 | - left: 13px; | |
| 282 | - content: "\f0a4"; | |
| 283 | - font-size: 18px; | |
| 284 | - color: #4562b1; | |
| 285 | -} | |
| 286 | - | |
| 287 | -#content #main-content-wrapper-1 form .atention { | |
| 288 | - border: 2px dotted #ccc; | |
| 289 | - background: #f4f4f4; | |
| 290 | - padding: 20px; | |
| 291 | - margin-bottom: 30px; | |
| 292 | -} | |
| 293 | - | |
| 294 | -#content #main-content-wrapper-1 form #template-options label a:before{ | |
| 295 | - right: 0; | |
| 296 | - bottom: 0; | |
| 297 | - vertical-align: middle; | |
| 298 | - font-size: 14px; | |
| 299 | - content: "\f05A"; | |
| 300 | - color: #172738; | |
| 301 | -} | |
| 302 | - | |
| 303 | -#content #main-content-wrapper-1 form label, | |
| 304 | -#content .main-block .block-inner-1 form label { | |
| 305 | - font-weight: 700; | |
| 306 | - margin-bottom: 4px; | |
| 307 | - color: #172738; | |
| 308 | - font-size: 15px; | |
| 309 | - font-style: normal; | |
| 310 | -} | |
| 311 | - | |
| 312 | -#content .main-block .block-inner-1 form h2, | |
| 313 | -#content .main-block .block-inner-1 form h3, | |
| 314 | -#content .main-block .block-inner-1 form h4 { | |
| 315 | - color: #172938 ; | |
| 316 | -} | |
| 317 | - | |
| 318 | -#content .main-block .block-inner-1 form h2 { | |
| 319 | - font-size: 18px !important; | |
| 320 | - font-weight: 700; | |
| 321 | - margin-bottom: 20px; | |
| 322 | -} | |
| 323 | - | |
| 324 | - | |
| 325 | -.controller-profile_editor #profile-data { | |
| 326 | - display: block; | |
| 327 | - width: 100%; | |
| 328 | -} | |
| 329 | - | |
| 330 | -#content #main-content-wrapper-1 form .formfield, | |
| 331 | -#content .main-block .block-inner-1 form #profile_change_picture { | |
| 332 | - margin-bottom: 20px; | |
| 333 | -} | |
| 334 | - | |
| 335 | -#content .main-block .block-inner-1 form .formfield { | |
| 336 | - margin-bottom: 5px; | |
| 337 | -} | |
| 338 | - | |
| 339 | -#content #main-content-wrapper-1 form .formfieldline, | |
| 340 | -#content #main-content-wrapper-1 form #software-name-field, | |
| 341 | -#content .main-block .block-inner-1 form .formfieldline, | |
| 342 | -#content .main-block .block-inner-1 form #software-name-field { | |
| 343 | - padding: 0; | |
| 344 | - margin-top: 0; | |
| 345 | -} | |
| 346 | - | |
| 347 | -#content #main-content-wrapper-1 form #community_name { | |
| 348 | - width: 100%; | |
| 349 | -} | |
| 350 | - | |
| 351 | -#content #main-content-wrapper-1 form input[type="text"], | |
| 352 | -#content .main-block .block-inner-1 form input[type="text"] { | |
| 353 | - width: 100%; | |
| 354 | - padding: 8px 0; | |
| 355 | - font-size: 15px; | |
| 356 | - color: #555; | |
| 357 | - background: #fff; | |
| 358 | - border: 1px solid #ccc; | |
| 359 | - border-radius: 4px; | |
| 360 | - -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); | |
| 361 | - box-shadow: inset 0 1px 1px rgba(0,0,0,.075); | |
| 362 | -} | |
| 363 | - | |
| 364 | -.formfield.type-file { | |
| 365 | - font-size: 13px; | |
| 366 | - font-style: italic; | |
| 367 | -} | |
| 368 | - | |
| 369 | -#content #main-content-wrapper-1 form .formfield.type-file input, | |
| 370 | -.formfield.type-file input { | |
| 371 | - font-size: 15px; | |
| 372 | - text-indent: 0; | |
| 373 | - padding: 0; | |
| 374 | - border: none; | |
| 375 | - color: #172738; | |
| 376 | -} | |
| 377 | - | |
| 378 | -#content #main-content-wrapper-1 form .formfield.type-file input{ | |
| 379 | - box-sizing: border-box; | |
| 380 | -} | |
| 381 | - | |
| 382 | - | |
| 383 | -#content #main-content-wrapper-1 form #create_enterprise_identifier{ | |
| 384 | - width: 50%; | |
| 385 | -} | |
| 386 | - | |
| 387 | - | |
| 388 | -#content #main-content-wrapper-1 form #community-join-before input[type="radio"], | |
| 389 | -#content #main-content-wrapper-1 form #community-join-after input[type="radio"] { | |
| 390 | - top: 3px; | |
| 391 | - position: relative; | |
| 392 | -} | |
| 393 | - | |
| 394 | -#content #main-content-wrapper-1 form #community-join-before div, | |
| 395 | -#content #main-content-wrapper-1 form #community-join-after div { | |
| 396 | - margin-left: 20px !important; | |
| 397 | -} | |
| 398 | - | |
| 399 | -#content #main-content-wrapper-1 form #community-join-before div { | |
| 400 | - margin-bottom: 8px; | |
| 401 | -} | |
| 402 | - | |
| 403 | -#content #main-content-wrapper-1 form #community-join-after div { | |
| 404 | - margin-bottom: 20px; | |
| 405 | -} | |
| 406 | - | |
| 407 | -#content #main-content-wrapper-1 form #template-options { | |
| 408 | - margin-top: 0 !important; | |
| 409 | - margin-bottom: 30px; | |
| 410 | -} | |
| 411 | - | |
| 412 | -#content #main-content-wrapper-1 form #template-options .formlabel { | |
| 413 | - padding: 0; | |
| 414 | -} | |
| 415 | - | |
| 416 | -#content #main-content-wrapper-1 form #template-options p, | |
| 417 | -#content #main-content-wrapper-1 form #template-options ul { | |
| 418 | - margin: 0 0 8px 0 !important; | |
| 419 | - padding: 0 !important; | |
| 420 | -} | |
| 421 | - | |
| 422 | -#content #main-content-wrapper-1 form #template-options ul li { | |
| 423 | - margin-bottom: 8px; | |
| 424 | - clear: both; | |
| 425 | -} | |
| 426 | - | |
| 427 | -#content #main-content-wrapper-1 form #template-options ul li label { | |
| 428 | - left: 6px; | |
| 429 | - font-weight: normal; | |
| 430 | - padding-right: 17px; | |
| 431 | - position: relative; | |
| 432 | -} | |
| 433 | - | |
| 434 | -#content #main-content-wrapper-1 form #template-options ul li input { | |
| 435 | - display: block; | |
| 436 | - float: left; | |
| 437 | - margin-top: 4px; | |
| 438 | - margin-bottom: 15px; | |
| 439 | -} | |
| 440 | - | |
| 441 | -#content #main-content-wrapper-1 form .button-bar .button.submit, | |
| 442 | -#content #main-content-wrapper-1 form .button-bar .button.with-text, | |
| 443 | -#content .main-block .block-inner-1 form .button-bar .button.submit, | |
| 444 | -#content .main-block .block-inner-1 form .button-bar .button.with-text { | |
| 445 | - margin-right: 10px; | |
| 446 | - background-image: none; | |
| 447 | - padding: 7px 12px; | |
| 448 | - border-radius: 4px; | |
| 449 | - font-size: 15px; | |
| 450 | - line-height: 20px; | |
| 451 | - height: auto; | |
| 452 | - display: block; | |
| 453 | - max-height: auto; | |
| 454 | - text-align: center; | |
| 455 | -} | |
| 456 | - | |
| 457 | -#content #main-content-wrapper-1 form .button-bar .button.submit, | |
| 458 | -#content .main-block .block-inner-1 form .button-bar .button.submit { | |
| 459 | - min-height: 36px; | |
| 460 | -} | |
| 461 | - | |
| 462 | -#content #main-content-wrapper-1 form .button-bar .button.submit:hover, | |
| 463 | -#content #main-content-wrapper-1 form .button-bar .button.with-text:hover, | |
| 464 | -#content .main-block .block-inner-1 form .button-bar .button.submit:hover, | |
| 465 | -#content .main-block .block-inner-1 form .button-bar .button.with-text:hover { | |
| 466 | - background: #5E82C6; | |
| 467 | -} | |
| 468 | - | |
| 469 | -#content #main-content-wrapper-1 form .button-bar .icon-save, | |
| 470 | -#content .main-block .block-inner-1 form .icon-save { | |
| 471 | - min-width: 100px; | |
| 472 | -} | |
| 473 | - | |
| 474 | -#content #main-content-wrapper-1 form .button-bar .icon-cancel, | |
| 475 | -#content .main-block .block-inner-1 form .icon-cancel { | |
| 476 | - min-width: 80px; | |
| 477 | -} | |
| 478 | - | |
| 479 | -#content #main-content-wrapper-1 form .button-bar .icon-save, | |
| 480 | -#content .main-block .block-inner-1 form .button-bar .icon-save { | |
| 481 | - background-color: #3867B7; | |
| 482 | - border: 1px solid #3867B7; | |
| 483 | - color: #FFF; | |
| 484 | -} | |
| 485 | - | |
| 486 | -#content .main-block .block-inner-1 form .button-bar .icon-remove { | |
| 487 | - color: #C0392B; | |
| 488 | - border: 1px solid #C0392B; | |
| 489 | -} | |
| 490 | - | |
| 491 | -#content .main-block .block-inner-1 form .button-bar .icon-remove:hover { | |
| 492 | - color: #FFF; | |
| 493 | - background: #E74C3C !important; | |
| 494 | -} | |
| 495 | - | |
| 496 | -#content #main-content-wrapper-1 form .button-bar .icon-cancel, | |
| 497 | -#content .main-block .block-inner-1 form .button-bar .icon-cancel, | |
| 498 | -#content .main-block .block-inner-1 form .button-bar .icon-back { | |
| 499 | - color: #3867B7; | |
| 500 | - border: 1px solid #3867B7; | |
| 501 | -} | |
| 502 | - | |
| 503 | -#content #main-content-wrapper-1 form .button-bar .icon-cancel:hover, | |
| 504 | -#content .main-block .block-inner-1 form .button-bar .icon-cancel:hover, | |
| 505 | -#content .main-block .block-inner-1 form .button-bar .icon-back:hover { | |
| 506 | - color: #FFF; | |
| 507 | -} | |
| 508 | - | |
| 509 | -#content #main-content-wrapper-1 form .software-step-info h3, | |
| 510 | -#content .main-block .block-inner-1 form .software-step-info h3 { | |
| 511 | - font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
| 512 | - text-transform: uppercase; | |
| 513 | - margin: 0 0 20px 0; | |
| 514 | -} | |
| 515 | - | |
| 516 | -#content #main-content-wrapper-1 form .software-step-info .current-step h3, | |
| 517 | -#content .main-block .block-inner-1 form .software-step-info .current-step h3 { | |
| 518 | - font-size: 16px !important; | |
| 519 | - color: #FF0066; | |
| 520 | -} | |
| 521 | - | |
| 522 | -#content #main-content-wrapper-1 form .software-step-info .another-step h3, | |
| 523 | -#content .main-block .block-inner-1 form .software-step-info .another-step h3 { | |
| 524 | - font-size: 12px !important; | |
| 525 | - color: rgba(0, 0, 0, 0.2); | |
| 526 | -} | |
| 527 | - | |
| 528 | - | |
| 529 | -#content #main-content-wrapper-1 form #software-hostname { | |
| 530 | - border-radius: 4px; | |
| 531 | - padding: 7px 10px; | |
| 532 | - float: left; | |
| 533 | - font-size: 15px; | |
| 534 | - vertical-align: middle; | |
| 535 | - margin-right: 10px; | |
| 536 | - line-height: 20px; | |
| 537 | - min-width: 180px; | |
| 538 | - color: #777; | |
| 539 | - background: #ECEDF1; | |
| 540 | -} | |
| 541 | - | |
| 542 | -#content #main-content-wrapper-1 form textarea { | |
| 543 | - width: 100%; | |
| 544 | - box-sizing: border-box; | |
| 545 | - border-radius: 4px; | |
| 546 | - font-size: 15px; | |
| 547 | - padding: 8px 6px; | |
| 548 | - font-family: arial, verdana, helvetica; | |
| 549 | - min-height: 150px; | |
| 550 | -} | |
| 551 | - | |
| 552 | - | |
| 553 | -#content #main-content-wrapper-1 form .formfieldline { | |
| 554 | - margin-bottom: 20px; | |
| 555 | -} | |
| 556 | - | |
| 557 | -#content #main-content-wrapper-1 form .formfieldline h4 { | |
| 558 | - margin: 0 0 5px 0; | |
| 559 | -} | |
| 560 | - | |
| 561 | -#content #main-content-wrapper-1 form .formfieldline select { | |
| 562 | - margin-bottom: 20px; | |
| 563 | -} | |
| 564 | - | |
| 565 | -#profile-is-template { | |
| 566 | - border-radius: 4px; | |
| 567 | - padding: 7px 12px 7px 10px; | |
| 568 | - font-size: 15px; | |
| 569 | - border: 1px solid #D3D6D3; | |
| 570 | - display: inline-block; | |
| 571 | - margin-bottom: 20px; | |
| 572 | -} | |
| 573 | - | |
| 574 | -#profile-is-template input { | |
| 575 | - vertical-align: middle; | |
| 576 | -} | |
| 577 | - | |
| 578 | -#profile_change_picture_title span label { | |
| 579 | - font-weight: normal !important; | |
| 580 | - margin-left: 5px; | |
| 581 | -} | |
| 582 | - | |
| 583 | -#radio-1339 { | |
| 584 | - margin-right: 5px; | |
| 585 | -} | |
| 586 | - | |
| 587 | -#category-ajax-selector { | |
| 588 | - border-radius: 4px; | |
| 589 | - padding: 7px 10px; | |
| 590 | - background: #ECEDF1; | |
| 591 | - border: 1px solid #D3D6D3; | |
| 592 | - font-family: arial, helvetica, verdana !important; | |
| 593 | - margin-bottom: 30px; | |
| 594 | - font-size: 15px; | |
| 595 | -} | |
| 596 | - | |
| 597 | -#category-ajax-selector .label { | |
| 598 | - font-size: 15px; | |
| 599 | -} | |
| 600 | -*/ | |
| 601 | - | |
| 602 | - | |
| 603 | -body #content .main-block h1 { | |
| 604 | - color: #172738; | |
| 605 | -} | |
| 606 | - | |
| 607 | -.main-block form { | |
| 608 | - font-size: 14px; | |
| 609 | - color: #231f20; | |
| 610 | - font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
| 611 | -} | |
| 612 | - | |
| 613 | -.main-block form p .required-field, | |
| 614 | -.main-block p .required-field, | |
| 615 | -.main-block .atention { | |
| 616 | - padding: 15px 20px; | |
| 617 | - margin: 20px 0 30px 0; | |
| 618 | - border: 1px dotted #ccc; | |
| 619 | - border-radius: 3px; | |
| 620 | - display: block; | |
| 621 | - background: #fff; | |
| 622 | - line-height: 20px; | |
| 623 | - font-size: 13px; | |
| 624 | -} | |
| 625 | - | |
| 626 | -.main-block form p .required-field, | |
| 627 | -.main-block p .required-field { | |
| 628 | - border-left: 5px solid #FF0366; | |
| 629 | -} | |
| 630 | - | |
| 631 | -.main-block .atention { | |
| 632 | - border-left: 5px solid #F1C40F; | |
| 633 | -} | |
| 634 | - | |
| 635 | -.main-block form .required-field .pseudoformlabel, | |
| 636 | -.main-block form .required-field label.formlabel:after { | |
| 637 | - color: #FF0366; | |
| 638 | - font-weight: 500; | |
| 639 | -} | |
| 640 | - | |
| 641 | -.main-block form .formlabel { | |
| 642 | - display: inline-block; | |
| 643 | - max-width: 100%; | |
| 644 | - margin-bottom: 5px; | |
| 645 | - color: #231f20; | |
| 646 | -} | |
| 647 | - | |
| 648 | -.main-block form input[type="text"] { | |
| 649 | - display: block; | |
| 650 | - height: 19px; | |
| 651 | - padding: 6px; | |
| 652 | - border: 1px solid #ccc; | |
| 653 | - border-radius: 4px; | |
| 654 | - width: 384px; | |
| 655 | - font-size: 15px; | |
| 656 | - font-family: arial, helvetica; | |
| 657 | - color: #585858; | |
| 658 | -} | |
| 659 | - | |
| 660 | -.main-block form .formfield input[type="file"] { | |
| 661 | - border: none; | |
| 662 | - padding: 0; | |
| 663 | - text-indent: 0; | |
| 664 | - font-size: 14px; | |
| 665 | -} | |
| 666 | - | |
| 667 | -#software_categories_fields label input{ | |
| 668 | - display: block; | |
| 669 | - padding-top: 10px; | |
| 670 | - vertical-align: middle; | |
| 671 | -} | |
| 672 | - | |
| 673 | -.main-block form #community-join-before div, | |
| 674 | -.main-block form #community-join-after div { | |
| 675 | - margin-left: 20px !important; | |
| 676 | -} | |
| 677 | - | |
| 678 | -.main-block form #community-join-before input, | |
| 679 | -.main-block form #community-join-after input { | |
| 680 | - position: relative; | |
| 681 | - top: 3px; | |
| 682 | -} | |
| 683 | - | |
| 684 | -#content .main-block form .button-bar { | |
| 685 | - margin-top: 30px; | |
| 686 | - clear: both; | |
| 687 | -} | |
| 688 | - | |
| 689 | -body #content .main-block form .button-bar input, | |
| 690 | -body #content .main-block form .button-bar a.button{ | |
| 691 | - background-image: none; | |
| 692 | - border: 0; | |
| 693 | - margin-right: 10px; | |
| 694 | - display: inline-block; | |
| 695 | - width: 100px; | |
| 696 | - text-align: center; | |
| 697 | -} | |
| 698 | - | |
| 699 | -body #content .main-block form .icon-add{ | |
| 700 | - background-image: none; | |
| 701 | - border: 0; | |
| 702 | - padding: 0 10px 0 20px; | |
| 703 | - display: inline-block; | |
| 704 | - text-align: center; | |
| 705 | - color: #fff; | |
| 706 | - position: relative; | |
| 707 | -} | |
| 708 | - | |
| 709 | -body #content .main-block form .icon-add:before { | |
| 710 | - left: 6px; | |
| 711 | - vertical-align: middle; | |
| 712 | - font-size: 12px; | |
| 713 | - content: "\f067"; | |
| 714 | - color: #fff; | |
| 715 | - width: 10px; | |
| 716 | - height: 10px; | |
| 717 | - text-align: center; | |
| 718 | -} | |
| 719 | - | |
| 720 | -.dynamic-table{ | |
| 721 | - border: none; | |
| 722 | - font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
| 723 | -} | |
| 724 | - | |
| 725 | -.dynamic-table td{ | |
| 726 | - padding: 10px 0 0 0; | |
| 727 | - vertical-align: middle; | |
| 728 | - font-size: 14px; | |
| 729 | -} | |
| 730 | - | |
| 731 | -#operating_system_fields{ | |
| 732 | - width: 50%; | |
| 733 | -} | |
| 734 | - | |
| 735 | -.formfieldline label:first-child{ | |
| 736 | - font-weight: 500; | |
| 737 | - padding-right: 10px; | |
| 738 | -} | |
| 739 | - | |
| 740 | -.formfield{ | |
| 741 | - font-weight: 500; | |
| 742 | - padding-right: 10px; | |
| 743 | -} | |
| 744 | - | |
| 745 | -.formlabel{ | |
| 746 | - padding: 10px 0 5px 0; | |
| 747 | -} | |
| 748 | - | |
| 749 | -.formfieldline .type-file .type-file .formlabel { | |
| 750 | - display: none; | |
| 751 | -} | |
| 752 | - | |
| 753 | -.formfieldline h4{ | |
| 754 | - font-weight: 500; | |
| 755 | -} | |
| 756 | - | |
| 757 | -.formfieldline .formfieldline textarea{ | |
| 758 | - border: 1px solid #ccc; | |
| 759 | - color: #585858; | |
| 760 | - font-family: arial, helvetica; | |
| 761 | - font-size: 15px; | |
| 762 | - padding: 6px; | |
| 763 | -} | |
| 764 | - | |
| 765 | -#libraries_fields{ | |
| 766 | - padding-top: 20px; | |
| 767 | -} | |
| 768 | - | |
| 769 | -#software_categories_fields{ | |
| 770 | - padding-top: 20px; | |
| 771 | -} | |
| 772 | - | |
| 773 | -#software_categories_fields label{ | |
| 774 | - line-height: 30px; | |
| 775 | - vertical-align: middle; | |
| 776 | - padding-left: 2px; | |
| 777 | -} | |
| 778 | - | |
| 779 | -#software_categories_fields input{ | |
| 780 | - vertical-align: middle; | |
| 781 | -} | |
| 782 | - | |
| 783 | -#database__database_description_id, | |
| 784 | -#language__programming_language_id, | |
| 785 | -#license_info_version, | |
| 786 | -#operating_system__operating_system_name_id{ | |
| 787 | - padding: 5px 5px 5px 5px; | |
| 788 | -} | |
| 789 | - | |
| 790 | - | |
| 791 | -body #content .main-block form .button-bar .icon-back { | |
| 792 | - width: 150px !important; | |
| 793 | -} | |
| 794 | - | |
| 795 | -#content .main-block form .button-bar input { | |
| 796 | - padding: 2px 0; | |
| 797 | - color: #FFF; | |
| 798 | - font-size: 15px; | |
| 799 | - background: #2C66CE; | |
| 800 | -} | |
| 801 | - | |
| 802 | -body #content .main-block form .icon-add:hover, | |
| 803 | -body #content .main-block form .button-bar input:hover { | |
| 804 | - background: #5E82C6; | |
| 805 | -} | |
| 806 | - | |
| 807 | -body #content .main-block form .button-bar a.button { | |
| 808 | - padding: 1px 0 0 0; | |
| 809 | - height: 0; | |
| 810 | - line-height: auto; | |
| 811 | - color: #2C66CE; | |
| 812 | - font-size: 14px; | |
| 813 | - border: 1px solid #2C66CE; | |
| 814 | - height: 29px; | |
| 815 | -} | |
| 816 | - | |
| 817 | -body #content .main-block form .button-bar a.button:hover { | |
| 818 | - background: none; | |
| 819 | - border-color: #5E82C6; | |
| 820 | - color: #5E82C6; | |
| 821 | -} | |
| 822 | - | |
| 823 | -body #content .main-block #delete-profile a { | |
| 824 | - border-color: #C0392B; | |
| 825 | - color: #C0392B; | |
| 826 | -} | |
| 827 | - | |
| 828 | -#content .main-block .errorExplanation { | |
| 829 | - padding: 20px 10px 20px 65px; | |
| 830 | - background: #fdedeb; | |
| 831 | - margin: 20px 0 30px 0; | |
| 832 | - border-radius: 4px; | |
| 833 | - color: #172738; | |
| 834 | - position: relative; | |
| 835 | - border: 1px dotted #fad9d6; | |
| 836 | -} | |
| 837 | - | |
| 838 | -#content .main-block .errorExplanation h2 { | |
| 839 | - background: none; | |
| 840 | - font-size: 16px !important; | |
| 841 | - text-align: left; | |
| 842 | - margin-bottom: 5px; | |
| 843 | - font-weight: 700; | |
| 844 | - color: #172738; | |
| 845 | -} | |
| 846 | - | |
| 847 | -#content .main-block .errorExplanation:before, | |
| 848 | -body #content .main-block form .icon-add:before { | |
| 849 | - font-family: FontAwesome; | |
| 850 | - font-style: normal; | |
| 851 | - font-weight: normal; | |
| 852 | - text-decoration: inherit; | |
| 853 | - position: absolute; | |
| 854 | -} | |
| 855 | - | |
| 856 | -#content .main-block .errorExplanation:before { | |
| 857 | - left: 20px; | |
| 858 | - top: 13px; | |
| 859 | - vertical-align: middle; | |
| 860 | - font-size: 24px; | |
| 861 | - content: "\f12a"; | |
| 862 | - color: #fff; | |
| 863 | - background: #e74c3c; | |
| 864 | - border-radius: 50%; | |
| 865 | - width: 32px; | |
| 866 | - height: 27px; | |
| 867 | - text-align: center; | |
| 868 | - padding-top: 5px; | |
| 869 | -} | |
| 870 | - | |
| 871 | -#content .main-block .errorExplanation ul li { | |
| 872 | - list-style: circle; | |
| 873 | - font-size: 14px; | |
| 874 | - margin: 0 0 4px 17px; | |
| 875 | -} | |
| 876 | - | |
| 877 | -#content .main-block .formfieldline .formfield code { | |
| 878 | - display: block; | |
| 879 | - height: 30px; | |
| 880 | - padding: 2px 6px 2px 10px; | |
| 881 | - border: 1px solid #ccc; | |
| 882 | - border-radius: 4px; | |
| 883 | - width: 70%; | |
| 884 | -} | |
| 885 | - | |
| 886 | -#content .main-block .formfieldline .formfield code * { | |
| 887 | - display: inline; | |
| 888 | -} | |
| 889 | - | |
| 890 | -#content .main-block .formfieldline .formfield code input { | |
| 891 | - width: 47%; | |
| 892 | - border: none; | |
| 893 | - padding-left: 0; | |
| 894 | -} | |
| 895 | - | |
| 896 | -#content .main-block #template-options p required-field{ | |
| 897 | - padding-left: 0 !important; | |
| 898 | - font-size: 13px; | |
| 899 | -} | |
| 900 | - | |
| 901 | -.main-block form #template-options p, | |
| 902 | -.main-block form #template-options ul { | |
| 903 | - margin-left: 0 !important; | |
| 904 | - padding-left: 0 !important; | |
| 905 | -} | |
| 906 | - | |
| 907 | -.main-block form #template-options ul li { | |
| 908 | - margin-bottom: 2px; | |
| 909 | -} | |
| 910 | - | |
| 911 | -.main-block form #template-options ul li input{ | |
| 912 | - margin-right: 5px; | |
| 913 | - position: relative; | |
| 914 | - top: 1px; | |
| 915 | -} | |
| 916 | - | |
| 917 | -.main-block form #profile-is-template { | |
| 918 | - background: none; | |
| 919 | -} | |
| 920 | - | |
| 921 | -.main-block form #profile-is-template input { | |
| 922 | - margin-right: 2px; | |
| 923 | - border: none; | |
| 924 | - padding: 0; | |
| 925 | -} | |
| 926 | - | |
| 927 | -.main-block form #profile-is-template { | |
| 928 | - border:none; | |
| 929 | - margin-bottom: 10px; | |
| 930 | -} | |
| 931 | - | |
| 932 | -.main-block form #profile-is-template input { | |
| 933 | - position: relative; | |
| 934 | - top: 2px; | |
| 935 | -} | |
| 936 | - | |
| 937 | -.main-block form #profile-is-template label { | |
| 938 | - margin-left: 2px; | |
| 939 | -} | |
| 940 | - | |
| 941 | -#content .main-block form h2 { | |
| 942 | - font-size: 18px !important; | |
| 943 | - font-weight: 700; | |
| 944 | - margin-top: 20px; | |
| 945 | -} | |
| 946 | - | |
| 947 | -#content .main-block form #profile_data_closed_true, | |
| 948 | -#content .main-block form #profile_data_closed_false { | |
| 949 | - position: relative; | |
| 950 | - top: 2px; | |
| 951 | -} | |
| 952 | - | |
| 953 | -#content .main-block form #profile_change_picture .formfieldline { | |
| 954 | - font-size: 13px; | |
| 955 | - font-style: italic; | |
| 956 | -} | |
| 957 | - | |
| 958 | -#content .main-block form #profile_change_picture { | |
| 959 | - padding: 0 15px 15px 15px; | |
| 960 | - border: 1px dotted #ddd; | |
| 961 | - margin-top: 10px; | |
| 962 | -} | |
| 963 | - | |
| 964 | -#content .main-block form #profile_change_picture .button { | |
| 965 | - padding: 3px 8px; | |
| 966 | - color: #FFF; | |
| 967 | - font-size: 14px; | |
| 968 | - background: #2C66CE; | |
| 969 | - border: 0; | |
| 970 | - font-style: normal; | |
| 971 | -} | |
| 972 | - | |
| 973 | -#content .main-block form #profile_change_picture .button:hover { | |
| 974 | - background: #5E82C6; | |
| 975 | -} | |
| 976 | - | |
| 977 | -#content .main-block form .type-img { | |
| 978 | - padding: 0; | |
| 979 | -} | |
| 980 | - | |
| 981 | -#content .main-block form #profile_change_picture br { | |
| 982 | - height: 1px; | |
| 983 | - display: block; | |
| 984 | -} | |
| 985 | - | |
| 986 | -#category-ajax-selector { | |
| 987 | - border-style: dotted; | |
| 988 | -} | |
| 989 | - | |
| 990 | -#category-ajax-selector .label { | |
| 991 | - font-size: 14px; | |
| 992 | -}e | |
| 993 | 0 | \ No newline at end of file |
css-bkp/community-page.css
| ... | ... | @@ -1,944 +0,0 @@ |
| 1 | -/*****************Nome da comunidade********************/ | |
| 2 | -#infor-community-geral{ | |
| 3 | - border-bottom: 1px solid #D3D6DE; | |
| 4 | - padding-bottom: 30px; | |
| 5 | - margin:0px 20px 0px 0px; | |
| 6 | - | |
| 7 | -} | |
| 8 | - | |
| 9 | -#infor-community-geral h1{ | |
| 10 | - text-align: left; | |
| 11 | - font-size: 23px; | |
| 12 | -} | |
| 13 | - | |
| 14 | -#infor-community-geral p{ | |
| 15 | - /*font-size: 12px;*/ | |
| 16 | -} | |
| 17 | - | |
| 18 | -#buttons-infor-community input{ | |
| 19 | - border:1px solid #D3D6DE; | |
| 20 | - border-radius:4px; | |
| 21 | - background:none; | |
| 22 | - color: #5E82C6; | |
| 23 | - margin:2px; | |
| 24 | - padding:3px 10px; | |
| 25 | - | |
| 26 | -} | |
| 27 | - | |
| 28 | -/********Bloco de informacao da comunidade********/ | |
| 29 | -.community-block{ | |
| 30 | - border:1px solid #ECEDF1; | |
| 31 | - border-radius:4px; | |
| 32 | - /*padding:10px;*/ | |
| 33 | -} | |
| 34 | - | |
| 35 | -.community-block-logo{ | |
| 36 | - border-bottom: 3px solid #3E67B1; | |
| 37 | -} | |
| 38 | -.community-block-title{ | |
| 39 | - background-color:#ECEDF1; | |
| 40 | - padding:10px; | |
| 41 | - border-bottom-right-radius: 4px; | |
| 42 | - border-bottom-left-radius: 4px; | |
| 43 | -} | |
| 44 | -.community-block-title h1{ | |
| 45 | - font-size: 14px !important; | |
| 46 | - margin-bottom:0px !important; | |
| 47 | -} | |
| 48 | -.community-block-logo{ | |
| 49 | - padding:10px; | |
| 50 | -} | |
| 51 | - | |
| 52 | -.community-block-logo img.logo{ | |
| 53 | - max-width: 170px; | |
| 54 | - height: auto; | |
| 55 | - min-width: 100px; | |
| 56 | - width: 100px; | |
| 57 | -} | |
| 58 | - | |
| 59 | -.community-block-logo a{ | |
| 60 | - display:block; | |
| 61 | - /*width: 210px;*/ | |
| 62 | - height: 100px; | |
| 63 | - overflow: hidden; | |
| 64 | - text-align: center; | |
| 65 | - | |
| 66 | -} | |
| 67 | - | |
| 68 | -/*****Bloco principal-com informacoes da comunidade*******/ | |
| 69 | -#block-infor-community ul { | |
| 70 | - /*margin:20px 20px 0;*/ | |
| 71 | - list-style:none; | |
| 72 | -} | |
| 73 | - | |
| 74 | -#block-infor-community ul li { | |
| 75 | - float:left; | |
| 76 | - border-top-right-radius: 4px; | |
| 77 | - border-top-left-radius: 4px; | |
| 78 | -} | |
| 79 | - | |
| 80 | -.itens-aba a { | |
| 81 | - float:left; | |
| 82 | - border:1px solid #FFF; | |
| 83 | - background:#ccc; | |
| 84 | - padding:10px 14px; | |
| 85 | - color:#FFF; | |
| 86 | - text-decoration:none; | |
| 87 | -} | |
| 88 | - | |
| 89 | -.itens-aba a:focus { | |
| 90 | - background:red; | |
| 91 | -} | |
| 92 | - | |
| 93 | -.abas-conteudo { | |
| 94 | - /*margin:0 20px;*/ | |
| 95 | - width:400px; | |
| 96 | - clear:both; | |
| 97 | - position:relative; | |
| 98 | -} | |
| 99 | - | |
| 100 | -.abas-conteudo div { | |
| 101 | - background:white; | |
| 102 | - border:1px solid black; | |
| 103 | - padding:10px; | |
| 104 | - width:490px; | |
| 105 | - height: 250px; | |
| 106 | - display:none; | |
| 107 | - position:absolute; | |
| 108 | -} | |
| 109 | - | |
| 110 | -.abas-conteudo div:first-child { | |
| 111 | - display:block; | |
| 112 | -} | |
| 113 | - | |
| 114 | -.abas-conteudo div:target { | |
| 115 | - display:block; | |
| 116 | -} | |
| 117 | -/******************************************************/ | |
| 118 | -/******************* Bloco Membros*********************/ | |
| 119 | -.members-block{ | |
| 120 | - background-color:#ECEDF1; | |
| 121 | - border:1px solid #D3D6DE !important; | |
| 122 | - border-radius: 4px; | |
| 123 | -} | |
| 124 | -.members-block .block-title{ | |
| 125 | - /*background-color:#ECEDF1;*/ | |
| 126 | - border-bottom:1px solid #D3D6DE !important; | |
| 127 | - border-top:none !important; | |
| 128 | - /*border-top-right-radius: 4px !important; | |
| 129 | - border-top-left-radius: 4px !important;*/ | |
| 130 | - color:#172738 !important; | |
| 131 | - font-size:14px !important; | |
| 132 | - padding:12px !important; | |
| 133 | -} | |
| 134 | - | |
| 135 | -.members-block .block-footer-content{ | |
| 136 | - background-color:#ECEDF1; | |
| 137 | - padding:8px 10px 15px 0px; | |
| 138 | - margin-right:0px !important; | |
| 139 | - border-top:1px solid #D3D6DE; | |
| 140 | -} | |
| 141 | -#content .members-block .block-footer-content a{ | |
| 142 | - padding-right: 0px !important; | |
| 143 | -} | |
| 144 | - | |
| 145 | -#content .members-block .block-footer-content a.view-all{ | |
| 146 | - background-image:none; | |
| 147 | - border:none; | |
| 148 | - text-transform: uppercase; | |
| 149 | - line-height: 21px; | |
| 150 | -} | |
| 151 | -#content .members-block .block-footer-content a.view-all::after{ | |
| 152 | -content: '>'; | |
| 153 | -padding-left: 7px; | |
| 154 | -padding-right: 4px; | |
| 155 | -color:#ffffff; | |
| 156 | -background: #3E67B1; | |
| 157 | -border-radius: 4px; | |
| 158 | -font-size: 15px; | |
| 159 | -line-height: 20px; | |
| 160 | -text-align: center; | |
| 161 | -margin-left: 5px; | |
| 162 | -position: relative; | |
| 163 | -margin-left: 5px; | |
| 164 | -top: 2px; | |
| 165 | -/*margin-right:0px;*/ | |
| 166 | -} | |
| 167 | - | |
| 168 | -/*****************************************************/ | |
| 169 | -/**********Bloco de informacoes temporarias*************/ | |
| 170 | -#temporary-alerts{ | |
| 171 | - border:1px solid #D3D6DE; | |
| 172 | - border-radius:4px; | |
| 173 | - margin:0px 20px 0px 0px; | |
| 174 | -} | |
| 175 | - | |
| 176 | -#temporary-alerts h3{ | |
| 177 | - background-color:#ECEDF1; | |
| 178 | - border-bottom:1px solid #D3D6DE; | |
| 179 | - margin:0px; | |
| 180 | - padding:10px 15px; | |
| 181 | - text-transform: uppercase; | |
| 182 | -} | |
| 183 | - | |
| 184 | -.calendar-infor-temp, | |
| 185 | -.search-infor-temp, | |
| 186 | -.chat-infor-temp{ | |
| 187 | - display:block; | |
| 188 | - border-bottom:1px dotted #D3D6DE; | |
| 189 | - border-radius: 1px; | |
| 190 | - line-height: 21px; | |
| 191 | - padding:10px 15px; | |
| 192 | -} | |
| 193 | - | |
| 194 | -#infor-temporary span:last-child { | |
| 195 | - border-bottom:none; | |
| 196 | -} | |
| 197 | -.calendar-infor-temp::before{ | |
| 198 | - content: url("images/calendar-icon.png"); | |
| 199 | - line-height: 20px; | |
| 200 | - margin-right: 10px; | |
| 201 | - margin-top: 4px; | |
| 202 | - float: left; | |
| 203 | -} | |
| 204 | -.search-infor-temp::before{ | |
| 205 | - content: url("images/docs-board-icon.png"); | |
| 206 | - line-height: 20px; | |
| 207 | - margin-right: 10px; | |
| 208 | - margin-top: 4px; | |
| 209 | - float: left; | |
| 210 | -} | |
| 211 | - | |
| 212 | -.chat-infor-temp::before{ | |
| 213 | - content: url("images/chat-icon.png"); | |
| 214 | - line-height: 20px; | |
| 215 | - margin-right: 10px; | |
| 216 | - margin-top: 4px; | |
| 217 | - float: left; | |
| 218 | -} | |
| 219 | - | |
| 220 | -/********************CSS DO BLOCO DE ABAS******************************/ | |
| 221 | - | |
| 222 | -/*********************** ABA 01 - Atividades *********************/ | |
| 223 | -#aba1{ | |
| 224 | - border: 1px solid #D3D6DE; | |
| 225 | - border-radius: 4px; | |
| 226 | - width: 450px; | |
| 227 | - | |
| 228 | -} | |
| 229 | - | |
| 230 | -#grafic{ | |
| 231 | - width: 450px; | |
| 232 | - height: 300px; | |
| 233 | -} | |
| 234 | - | |
| 235 | -#legend-grafic-ativit{ | |
| 236 | - border-top:1px solid #D3D6DE; | |
| 237 | - background-color:#ECEDF1; | |
| 238 | - padding:10px; | |
| 239 | - font-size:12px; | |
| 240 | - | |
| 241 | -} | |
| 242 | -/* | |
| 243 | -#itens-legend-grafic{ | |
| 244 | - text-align: :left; | |
| 245 | - float:right; | |
| 246 | - margin:0px; | |
| 247 | -}*/ | |
| 248 | - | |
| 249 | -ul#itens-legend-grafic{ | |
| 250 | - text-align: left; | |
| 251 | - margin: 0px; | |
| 252 | - /*padding: 50px;*/ | |
| 253 | -} | |
| 254 | - | |
| 255 | -#itens-legend-grafic li{ | |
| 256 | - list-style:none; | |
| 257 | - display: inline; | |
| 258 | - padding: 5px; | |
| 259 | -} | |
| 260 | - | |
| 261 | -.legend-itens-grafic{ | |
| 262 | - color: #172738; | |
| 263 | -} | |
| 264 | - | |
| 265 | -.members-itens-grafic{ | |
| 266 | - background-color: #FF4F38; | |
| 267 | - color:#ffffff; | |
| 268 | - border:1px solid #FF4F38; | |
| 269 | - border-radius: 4px; | |
| 270 | -} | |
| 271 | - | |
| 272 | -.emails-itens-grafic{ | |
| 273 | - background-color: #00A1F8; | |
| 274 | - color:#ffffff; | |
| 275 | - border:1px solid #00A1F8; | |
| 276 | - border-radius: 4px; | |
| 277 | -} | |
| 278 | -.commits-itens-grafic{ | |
| 279 | - background-color: #ED9941; | |
| 280 | - color:#ffffff; | |
| 281 | - border:1px solid #ED9941; | |
| 282 | - border-radius: 4px; | |
| 283 | - | |
| 284 | -} | |
| 285 | -.events-itens-grafic{ | |
| 286 | - background-color: #ffffff; | |
| 287 | - color:#C0BF5A; | |
| 288 | - border:1px solid #C0BF5A; | |
| 289 | - border-radius: 4px; | |
| 290 | - | |
| 291 | -} | |
| 292 | - | |
| 293 | -/********************** ABA02 - Discussões ***************************/ | |
| 294 | -#discussions{ | |
| 295 | - color:#172738; | |
| 296 | -} | |
| 297 | - | |
| 298 | -#discussions h3{ | |
| 299 | - font-size: 20px; | |
| 300 | - padding:25px 0px 5px 0px; | |
| 301 | - margin:0px; | |
| 302 | -} | |
| 303 | - | |
| 304 | -.tidings{ | |
| 305 | - border-top: 1px solid #D3D6DE; | |
| 306 | - padding:10px; | |
| 307 | - padding-bottom: 23px; | |
| 308 | -} | |
| 309 | - | |
| 310 | -.date-list-discussion, | |
| 311 | -.subject-list-discussion{ | |
| 312 | - display: block; | |
| 313 | - line-height: 21px; | |
| 314 | - padding: 10px 0px 0px 0px; | |
| 315 | - position: relative; | |
| 316 | -} | |
| 317 | - | |
| 318 | -.date-list-discussion { | |
| 319 | - letter-spacing: -0.1px; | |
| 320 | -} | |
| 321 | - | |
| 322 | -.subject-list-title { | |
| 323 | - line-height: 18px !important; | |
| 324 | -} | |
| 325 | - | |
| 326 | -.subject-list-discussion { | |
| 327 | - font-size: 16px; | |
| 328 | - padding-top: 3px; | |
| 329 | -} | |
| 330 | - | |
| 331 | -.date-list-discussion{ | |
| 332 | - font-size:12px; | |
| 333 | -} | |
| 334 | - | |
| 335 | -.date-list-discussion a{ | |
| 336 | - text-decoration: none; | |
| 337 | - color:#5E82C6; | |
| 338 | -} | |
| 339 | - | |
| 340 | -.see-more-discussion { | |
| 341 | - text-align: right; | |
| 342 | - padding: 15px 0px 0px 0px; | |
| 343 | - text-transform: uppercase; | |
| 344 | - line-height: 21px; | |
| 345 | - font-size: 11px; | |
| 346 | - border-top: 1px solid #D3D6DE; | |
| 347 | - margin-bottom: 2px; | |
| 348 | - letter-spacing: -0.12px; | |
| 349 | -} | |
| 350 | - | |
| 351 | -.see-more-discussion::after { | |
| 352 | - background: none repeat scroll 0 0 #3e67b1; | |
| 353 | - border-radius: 2px; | |
| 354 | - color: #ffffff; | |
| 355 | - content: url('images/left-arrow.png'); | |
| 356 | - font-size: 15px; | |
| 357 | - line-height: 20px; | |
| 358 | - margin-left: 5px; | |
| 359 | - padding: 2px 7px 1px 7px; | |
| 360 | - position: relative; | |
| 361 | - text-align: center; | |
| 362 | - top: 2px; | |
| 363 | -} | |
| 364 | - | |
| 365 | -.tidings { | |
| 366 | - padding-left: 0px; | |
| 367 | -} | |
| 368 | - | |
| 369 | -#mais-relevantes h3 { | |
| 370 | - letter-spacing: 0.2px; | |
| 371 | - padding-bottom: 16px; | |
| 372 | -} | |
| 373 | - | |
| 374 | -#mais-relevantes span { | |
| 375 | - letter-spacing: 0px; | |
| 376 | -} | |
| 377 | - | |
| 378 | -/********************** ABA03 - BLOG ********************************/ | |
| 379 | -#block-news-community{ | |
| 380 | - padding-top:20px; | |
| 381 | -} | |
| 382 | - | |
| 383 | -#block-news-community .news_principal_title{ | |
| 384 | - color:#172738; | |
| 385 | - font-size: 22px; | |
| 386 | - line-height: 23px; | |
| 387 | - font-weight: 700; | |
| 388 | -} | |
| 389 | -#block-news-community .news_principal_date{ | |
| 390 | - text-transform: uppercase; | |
| 391 | -} | |
| 392 | - | |
| 393 | -#block-news-community .news_principal_text{ | |
| 394 | - color:#172738; | |
| 395 | - margin-top:10px; | |
| 396 | -} | |
| 397 | - | |
| 398 | -#block-news-community .published-at{ | |
| 399 | - margin:0px 125px; | |
| 400 | - text-transform: uppercase; | |
| 401 | -} | |
| 402 | - | |
| 403 | -#content #block-news-community .read-more{ | |
| 404 | - background: none; | |
| 405 | - border-top: none; | |
| 406 | -} | |
| 407 | - | |
| 408 | -#content .box #block-news-community .read-more a::after{ | |
| 409 | - background:#3E67B1; | |
| 410 | -} | |
| 411 | -#content #block-news-community .read-more a:hover{ | |
| 412 | - background: none; | |
| 413 | -} | |
| 414 | - | |
| 415 | - | |
| 416 | -/********************** ABA04 - Wiki ********************************/ | |
| 417 | -#aba4 { | |
| 418 | - border-bottom: 3px solid #172738; | |
| 419 | - padding-bottom: 40px; | |
| 420 | -} | |
| 421 | - | |
| 422 | -#aba4 h3{ | |
| 423 | - color:#172738; | |
| 424 | - border-bottom: 2px solid #ECEDF1; | |
| 425 | - padding:10px 0px; | |
| 426 | -} | |
| 427 | - | |
| 428 | -#aba4 span{ | |
| 429 | - line-height: 21px; | |
| 430 | - font-size: 15px; | |
| 431 | - display: block; | |
| 432 | - padding-left: 3px; | |
| 433 | - font-weight: 400; | |
| 434 | - color: black; | |
| 435 | - padding-top: 10px; | |
| 436 | -} | |
| 437 | - | |
| 438 | - | |
| 439 | -/*********************** ABA05 - Feed do repostório *******************/ | |
| 440 | - | |
| 441 | -.information-repository-activ{ | |
| 442 | - border-bottom: 1px solid #D3D6DE; | |
| 443 | - /*padding:40px 20px 40px 20px; #D3D6DE*/ | |
| 444 | - margin: 0px; | |
| 445 | - color:#172738; | |
| 446 | -} | |
| 447 | - | |
| 448 | -.about-commit{ | |
| 449 | - font-size: 12px; | |
| 450 | - display:block; | |
| 451 | - position:absolute; | |
| 452 | - float:left; | |
| 453 | - margin-top: 27px; | |
| 454 | - border-right:1px dotted #D3D6DE; | |
| 455 | - padding: 0px 23px 13px 0px; | |
| 456 | -} | |
| 457 | - | |
| 458 | -.calendar-commit { | |
| 459 | - margin-top: 10px; | |
| 460 | -} | |
| 461 | - | |
| 462 | -.about-commit span{ | |
| 463 | - position: relative; | |
| 464 | - display: block; | |
| 465 | - line-height: 21px; | |
| 466 | - padding: 0px; | |
| 467 | -} | |
| 468 | - | |
| 469 | -.information-member-repository{ | |
| 470 | - padding-top: 28px; | |
| 471 | - margin-left: 127px; | |
| 472 | - display:block; | |
| 473 | - | |
| 474 | -} | |
| 475 | - | |
| 476 | -.name-information-repository { | |
| 477 | - font-size: 12px; | |
| 478 | -} | |
| 479 | - | |
| 480 | -.information-member-repository { | |
| 481 | - margin-bottom: 20px; | |
| 482 | -} | |
| 483 | - | |
| 484 | -.information-member-repository span{ | |
| 485 | - display:block; | |
| 486 | - position:relative; | |
| 487 | - line-height: 15px; | |
| 488 | - padding: 5px; | |
| 489 | -} | |
| 490 | - | |
| 491 | -.commit-historic::before { | |
| 492 | - content: url("images/upload-icon.png"); | |
| 493 | - /*float: left;*/ | |
| 494 | - line-height: 20px; | |
| 495 | - margin-right: 11px; | |
| 496 | - margin-top: 4px; | |
| 497 | -} | |
| 498 | - | |
| 499 | -.calendar-commit::before { | |
| 500 | - content: url("images/calendar-icon.png"); | |
| 501 | - /*float: left;*/ | |
| 502 | - line-height: 20px; | |
| 503 | - margin-right: 11px; | |
| 504 | - margin-top: 4px; | |
| 505 | -} | |
| 506 | - | |
| 507 | -.see-more-repository{ | |
| 508 | - color: black !important; | |
| 509 | - text-align: right; | |
| 510 | - padding: 15px 0px 0px 0px; | |
| 511 | - text-transform: uppercase; | |
| 512 | - line-height: 21px; | |
| 513 | - font-size: 11px; | |
| 514 | -/* border-top: 1px solid #D3D6DE; */ | |
| 515 | - margin-bottom: 2px; | |
| 516 | - letter-spacing: -0.12px; | |
| 517 | -} | |
| 518 | - | |
| 519 | -.see-more-repository::after { | |
| 520 | - background: none repeat scroll 0 0 #3e67b1; | |
| 521 | - border-radius: 2px; | |
| 522 | - color: #ffffff; | |
| 523 | - content: url('images/left-arrow.png'); | |
| 524 | - font-size: 15px; | |
| 525 | - line-height: 20px; | |
| 526 | - margin-left: 5px; | |
| 527 | - padding: 2px 7px 1px 7px; | |
| 528 | - position: relative; | |
| 529 | - text-align: center; | |
| 530 | - top: 2px; | |
| 531 | -} | |
| 532 | - | |
| 533 | - | |
| 534 | -/*********************** Página de eventos da comunidade *******************/ | |
| 535 | - | |
| 536 | -#event-card { | |
| 537 | - float: left; | |
| 538 | - border-top: 1px dotted #D3D6D3; | |
| 539 | - padding-top: 33px; | |
| 540 | - width: 494px; | |
| 541 | - height: 173px; | |
| 542 | - /*background-image: url('images/evento-teste.jpg');*/ | |
| 543 | - background-repeat: no-repeat; | |
| 544 | -} | |
| 545 | - | |
| 546 | -#event-card #event-image { | |
| 547 | - position: relative; | |
| 548 | - float: left; | |
| 549 | - content: url('images/comunidade-evento-imagem-evento.png'); | |
| 550 | - border-right:1px dotted #D3D6DE; | |
| 551 | - padding-right: 22px; | |
| 552 | -} | |
| 553 | - | |
| 554 | -.about-event { | |
| 555 | - position: relative; | |
| 556 | - float: left; | |
| 557 | - height: 160px; | |
| 558 | - width: 300px; | |
| 559 | - max-width: 300px; | |
| 560 | -} | |
| 561 | - | |
| 562 | -.about-event > span { | |
| 563 | - font-family: arial; | |
| 564 | - display: block; | |
| 565 | - max-width: inherit; | |
| 566 | - margin-left: 20px; | |
| 567 | - padding-left: 21px; | |
| 568 | - line-height: 13px; | |
| 569 | - margin-right: 11px; | |
| 570 | -} | |
| 571 | - | |
| 572 | -.about-event .event-date { | |
| 573 | - font-weight: bold; | |
| 574 | - letter-spacing: 0.49px; | |
| 575 | - margin-top: 3px; | |
| 576 | -} | |
| 577 | - | |
| 578 | -.about-event .event-address { | |
| 579 | - margin-top: 19px; | |
| 580 | -} | |
| 581 | - | |
| 582 | -.about-event .event-address span { | |
| 583 | - display: block; | |
| 584 | - margin-left: 0px; | |
| 585 | - margin-top: 4.4px; | |
| 586 | - line-height: 14px; | |
| 587 | - letter-spacing: 0.5px; | |
| 588 | -} | |
| 589 | - | |
| 590 | -/* | |
| 591 | -.event-date::before { | |
| 592 | - content: url("images/calendar-icon.png"); | |
| 593 | -} | |
| 594 | -*/ | |
| 595 | - | |
| 596 | -#community-page { | |
| 597 | - width: 494px; | |
| 598 | - height: 716px; | |
| 599 | - /*background-image: url('images/pagina-comunidade-teste.png');*/ | |
| 600 | - background-repeat: no-repeat; | |
| 601 | -} | |
| 602 | - | |
| 603 | -#community-page h1 { | |
| 604 | - margin-bottom: 17px; | |
| 605 | - text-align: left; | |
| 606 | - font-size: 32px; | |
| 607 | - line-height: 30px; | |
| 608 | - padding-left: 1px; | |
| 609 | -} | |
| 610 | - | |
| 611 | -.event-date { | |
| 612 | - background: url('images/calendar-icon.png') no-repeat left center; | |
| 613 | -} | |
| 614 | - | |
| 615 | -.event-link { | |
| 616 | - background: url('images/globe-icon.png') no-repeat left center; | |
| 617 | - margin-top: 18px; | |
| 618 | - letter-spacing: 0.48px; | |
| 619 | -} | |
| 620 | - | |
| 621 | -.event-link a { | |
| 622 | - text-decoration: underline; | |
| 623 | -} | |
| 624 | - | |
| 625 | -.event-address { | |
| 626 | - background: url('images/icone_pin.png') no-repeat left top; | |
| 627 | -} | |
| 628 | - | |
| 629 | -.event-body { | |
| 630 | - float: left; | |
| 631 | -} | |
| 632 | - | |
| 633 | -.event-body h2 { | |
| 634 | - margin-left: 2px !important; | |
| 635 | - width: 494px; | |
| 636 | - letter-spacing: -0.4px; | |
| 637 | - line-height: 26px; | |
| 638 | - margin-bottom: -3px !important; | |
| 639 | -} | |
| 640 | - | |
| 641 | -.event-body .event-content p { | |
| 642 | - font-size: 15px; | |
| 643 | - font-family: Arial; | |
| 644 | - margin-top: 20px; | |
| 645 | - width: 494px; | |
| 646 | - padding-left: 2px; | |
| 647 | - line-height: 22px; | |
| 648 | -} | |
| 649 | - | |
| 650 | -/********** event side box **********/ | |
| 651 | - | |
| 652 | -.community-side-box { | |
| 653 | - width: 100%; | |
| 654 | - height: 100%; | |
| 655 | - border: 1px solid #D3D6DE; | |
| 656 | - border-radius: 7px; | |
| 657 | - margin-bottom: 27px; | |
| 658 | - overflow: hidden; | |
| 659 | -} | |
| 660 | - | |
| 661 | -.community-logo-container { | |
| 662 | - height: 150px; | |
| 663 | - width: 200px; | |
| 664 | - border-bottom: 4px solid #3E67B1; | |
| 665 | - overflow: hidden; | |
| 666 | - text-align: center; | |
| 667 | - display: table-cell; | |
| 668 | - vertical-align: middle; | |
| 669 | -} | |
| 670 | - | |
| 671 | -.community-logo-container img { | |
| 672 | - height: auto; | |
| 673 | - width: 70%; | |
| 674 | -} | |
| 675 | - | |
| 676 | -.community-name { | |
| 677 | - font-family: Arial; | |
| 678 | - font-size: 14px; | |
| 679 | - font-weight: 700; | |
| 680 | - padding: 13px 10px 0px 10px; | |
| 681 | - text-align: center; | |
| 682 | - height: 100%; | |
| 683 | - background-color: #ECEDF1; | |
| 684 | -} | |
| 685 | - | |
| 686 | -.community-name p { | |
| 687 | - font-family: open sans; | |
| 688 | - font-size: 16px; | |
| 689 | - line-height: 17px; | |
| 690 | - letter-spacing: 0px; | |
| 691 | -} | |
| 692 | - | |
| 693 | -.community-side-box table { | |
| 694 | - background-color: #ECEDF1; | |
| 695 | -} | |
| 696 | - | |
| 697 | -.community-side-box table th { | |
| 698 | - font-weight: 700; | |
| 699 | - text-align: left; | |
| 700 | - font-family: Arial; | |
| 701 | - font-size: 16px; | |
| 702 | - text-transform: uppercase; | |
| 703 | - padding-top: 9px; | |
| 704 | - padding-left: 13px; | |
| 705 | - padding-bottom: 0px; | |
| 706 | - letter-spacing: -1px; | |
| 707 | - border-bottom: 1px solid #D3D6DE; | |
| 708 | -} | |
| 709 | - | |
| 710 | -.community-side-box table td { | |
| 711 | - text-align: left; | |
| 712 | - border-bottom: 1px solid #D3D6DE; | |
| 713 | - height: 42px; | |
| 714 | - padding-top: 9px; | |
| 715 | - padding-left: 13px; | |
| 716 | -} | |
| 717 | - | |
| 718 | -.another-events-date { | |
| 719 | - color: #2C4B6B; | |
| 720 | - font-weight: 700; | |
| 721 | -} | |
| 722 | - | |
| 723 | -.another-event { | |
| 724 | - color: #2C4B6B; | |
| 725 | -} | |
| 726 | - | |
| 727 | -/************************** PÁGINA BLOG **************************/ | |
| 728 | - | |
| 729 | -#community-blog { | |
| 730 | - width: 500px; | |
| 731 | - height: 2200px; | |
| 732 | - /*background-image: url('images/blog-teste.png');*/ | |
| 733 | - background-repeat: no-repeat; | |
| 734 | -} | |
| 735 | - | |
| 736 | -#blog-header { | |
| 737 | - width: 100%; | |
| 738 | - height: 129px; | |
| 739 | - border-bottom: 1.5px solid #D3D6DE; | |
| 740 | -} | |
| 741 | - | |
| 742 | -#blog-header > h1 { | |
| 743 | - font-family: Arial; | |
| 744 | - font-weight: 700; | |
| 745 | - font-size: 33px; | |
| 746 | - margin: 0px; | |
| 747 | - text-align: left; | |
| 748 | - padding-left: 2px; | |
| 749 | - letter-spacing: 1px; | |
| 750 | -} | |
| 751 | - | |
| 752 | -#community-blog p { | |
| 753 | - font-family: Arial; | |
| 754 | - font-size: 15px; | |
| 755 | - margin-top: 2px; | |
| 756 | - margin-left: 4px; | |
| 757 | - margin-bottom: 0px; | |
| 758 | - letter-spacing: 0.15px; | |
| 759 | -} | |
| 760 | - | |
| 761 | -#community-blog #community-action-button { | |
| 762 | - margin-left: 3px; | |
| 763 | - margin-top: 7px; | |
| 764 | -} | |
| 765 | - | |
| 766 | -#community-blog #community-action-button a { | |
| 767 | - text-align: center; | |
| 768 | - font-family: Arial; | |
| 769 | - font-size: 13px; | |
| 770 | - float: left; | |
| 771 | - margin-right: 9px; | |
| 772 | - padding: 5px 12px 4px 9px; | |
| 773 | - border: 1px solid #D3D6DE; | |
| 774 | - border-radius: 4px; | |
| 775 | - color: #2C66CE; | |
| 776 | -} | |
| 777 | - | |
| 778 | -.blog-main-content { | |
| 779 | - font-family: Arial; | |
| 780 | - color: #172738; | |
| 781 | - margin-top: 46px; | |
| 782 | -} | |
| 783 | - | |
| 784 | -.blog-main-content #date { | |
| 785 | - font-size: 12px; | |
| 786 | - text-transform: uppercase; | |
| 787 | -} | |
| 788 | - | |
| 789 | -.blog-main-content #title { | |
| 790 | - font-size: 22px; | |
| 791 | - font-weight: 700; | |
| 792 | - margin-top: 9px; | |
| 793 | - line-height: 25px; | |
| 794 | - letter-spacing: 0.4px; | |
| 795 | -} | |
| 796 | - | |
| 797 | -.blog-main-content #image-container { | |
| 798 | - border-radius: 6px; | |
| 799 | - margin-top: 13px; | |
| 800 | - overflow: hidden; | |
| 801 | - height: 210px; | |
| 802 | - width: 490px; | |
| 803 | -} | |
| 804 | - | |
| 805 | -.blog-main-content #image-container img { | |
| 806 | - height: auto; | |
| 807 | - width: 490px; | |
| 808 | -} | |
| 809 | - | |
| 810 | -.blog-main-content #description { | |
| 811 | - font-size: 15px; | |
| 812 | - margin-top: 11px; | |
| 813 | - line-height: 21px; | |
| 814 | - letter-spacing: 0.1px; | |
| 815 | - padding-left: 3px; | |
| 816 | -} | |
| 817 | - | |
| 818 | -.blog-event-list { | |
| 819 | - margin-top: 24px; | |
| 820 | -} | |
| 821 | - | |
| 822 | -.blog-event-item{ | |
| 823 | - position: relative; | |
| 824 | - float: left; | |
| 825 | - width: 500px; | |
| 826 | - border-top: 1px solid #D3D6DE; | |
| 827 | - padding-top: 25px; | |
| 828 | - margin-bottom: 25px; | |
| 829 | - display: table; | |
| 830 | - overflow: hidden; | |
| 831 | -} | |
| 832 | - | |
| 833 | -.blog-event-item .blog-event-information .date { | |
| 834 | - font-size: 12px; | |
| 835 | - margin-top: -1px; | |
| 836 | - text-transform: uppercase; | |
| 837 | -} | |
| 838 | - | |
| 839 | -.blog-event-item .blog-event-information .event-title { | |
| 840 | - max-height: 40px; | |
| 841 | - padding-right: 0px; | |
| 842 | - font-weight: 700; | |
| 843 | - font-size: 15px; | |
| 844 | - margin-top: 6px; | |
| 845 | - letter-spacing: 0.5px; | |
| 846 | -} | |
| 847 | - | |
| 848 | -.blog-event-item .blog-event-information .description { | |
| 849 | - font-size: 14px; | |
| 850 | - margin-top: 5px; | |
| 851 | - letter-spacing: -0.2px; | |
| 852 | - max-height: 57px; | |
| 853 | - overflow: hidden; | |
| 854 | -} | |
| 855 | - | |
| 856 | -.blog-event-item .blog-event-information { | |
| 857 | - display: table-cell; | |
| 858 | - width: 100%; | |
| 859 | -} | |
| 860 | - | |
| 861 | -.blog-event-item .item-image { | |
| 862 | - display: table-cell; | |
| 863 | - vertical-align: top; | |
| 864 | - padding-right: 20px; | |
| 865 | -} | |
| 866 | - | |
| 867 | -.blog-event-item img { | |
| 868 | - width: 106px; | |
| 869 | - height: 63px; | |
| 870 | - border-radius: 5px; | |
| 871 | - padding-left: 4px; | |
| 872 | -} | |
| 873 | - | |
| 874 | -.community-content-footer { | |
| 875 | - position: relative; | |
| 876 | - float: left; | |
| 877 | - padding-left: 2px; | |
| 878 | - width: 100%; | |
| 879 | - border-top: 1px solid #D3D6DE; | |
| 880 | - padding-top: 37px; | |
| 881 | - padding-bottom: 56px; | |
| 882 | -} | |
| 883 | - | |
| 884 | -.community-content-footer ul li { | |
| 885 | - display: inline; | |
| 886 | - border: 1px solid #D3D6DE; | |
| 887 | -} | |
| 888 | - | |
| 889 | -.community-content-footer ul .default-index { | |
| 890 | - padding: 7px 11px 7px 11px; | |
| 891 | - border-radius: 4px; | |
| 892 | - margin-right: 4px; | |
| 893 | - font-family: Arial; | |
| 894 | - font-weight: 700; | |
| 895 | - font-size: 16px; | |
| 896 | -} | |
| 897 | - | |
| 898 | -.community-content-footer ul #previous { | |
| 899 | - padding: 7px 11px 7px 11px; | |
| 900 | - border-radius: 4px; | |
| 901 | - margin-right: 38px; | |
| 902 | - font-family: Arial; | |
| 903 | - font-size: 14px; | |
| 904 | - padding-left: 35px; | |
| 905 | -} | |
| 906 | - | |
| 907 | -.community-content-footer ul #next { | |
| 908 | - padding: 7px 11px 7px 11px; | |
| 909 | - border-radius: 4px; | |
| 910 | - margin-left: 30px; | |
| 911 | - padding-left: 14px; | |
| 912 | - padding-right: 32px; | |
| 913 | - font-family: Arial; | |
| 914 | - font-size: 14px; | |
| 915 | - letter-spacing: 0.6px; | |
| 916 | -} | |
| 917 | - | |
| 918 | -.community-content-footer #indexes li a { | |
| 919 | - color: #172738; | |
| 920 | -} | |
| 921 | - | |
| 922 | -.community-content-footer #indexes .active-index { | |
| 923 | - background-color: #ECEDF1; | |
| 924 | - padding: 7px 11px 7px 11px; | |
| 925 | - border-radius: 4px; | |
| 926 | - margin-right: 4px; | |
| 927 | - font-family: Arial; | |
| 928 | - font-weight: 700; | |
| 929 | - font-size: 16px; | |
| 930 | -} | |
| 931 | - | |
| 932 | -.community-content-footer #indexes #previous #left-arrow { | |
| 933 | - position: absolute; | |
| 934 | - content: url('images/left-arrow-black.png'); | |
| 935 | - margin-left: -25px; | |
| 936 | - margin-top: 3px; | |
| 937 | -} | |
| 938 | - | |
| 939 | -.community-content-footer #indexes #next #right-arrow { | |
| 940 | - position: absolute; | |
| 941 | - content: url('images/right-arrow-black.png'); | |
| 942 | - margin-left: 18px; | |
| 943 | - margin-top: 3px; | |
| 944 | -} | |
| 945 | 0 | \ No newline at end of file |
css-bkp/content.css
| ... | ... | @@ -1,350 +0,0 @@ |
| 1 | -/***************** General Block Organisation **********************/ | |
| 2 | -.box-2 { | |
| 3 | - display: inline-block; | |
| 4 | - vertical-align: top; | |
| 5 | - width: 150px; | |
| 6 | -} | |
| 7 | - | |
| 8 | -.box-3{ | |
| 9 | - width: 190px; | |
| 10 | -} | |
| 11 | - | |
| 12 | -.box-1 .block, | |
| 13 | -.no-boxes .block { | |
| 14 | - margin-top: 50px; | |
| 15 | -} | |
| 16 | - | |
| 17 | -#user form { | |
| 18 | - display: none; | |
| 19 | -} | |
| 20 | - | |
| 21 | -.block-outer { | |
| 22 | - margin-bottom: 45px; | |
| 23 | - clear: both; | |
| 24 | -} | |
| 25 | - | |
| 26 | -.block-outer .block .block-outer { | |
| 27 | - margin-top: 0; | |
| 28 | - border: 5px solid red; | |
| 29 | -} | |
| 30 | - | |
| 31 | -/*** pagination **/ | |
| 32 | - | |
| 33 | -.pagination { | |
| 34 | - border-top: 0 none; | |
| 35 | - font-size: 120%; | |
| 36 | - margin-bottom: 30px; | |
| 37 | -} | |
| 38 | - | |
| 39 | -#content .pagination a { | |
| 40 | - padding: 7px 11px 7px 11px; | |
| 41 | - border-radius: 4px; | |
| 42 | - margin-right: 4px; | |
| 43 | - letter-spacing: 0.6px; | |
| 44 | - color: #172738; | |
| 45 | - border: 1px solid #D3D6DE; | |
| 46 | -} | |
| 47 | - | |
| 48 | -#content .pagination .previous_page, | |
| 49 | -#content .pagination .next_page{ | |
| 50 | - background-image: none; | |
| 51 | - color: #888888; | |
| 52 | - font-size: 14px; | |
| 53 | - width: auto; | |
| 54 | - font-weight: bold; | |
| 55 | -} | |
| 56 | - | |
| 57 | -.pagination .previous_page { | |
| 58 | - margin-right: 0.5em; | |
| 59 | -} | |
| 60 | - | |
| 61 | -.pagination .next_page { | |
| 62 | - margin-left: 0.5em; | |
| 63 | - font-weight: bold; | |
| 64 | -} | |
| 65 | - | |
| 66 | -.pagination .current { | |
| 67 | - background-color: #ECEDF1; | |
| 68 | - padding: 8px 11px 8px 11px; | |
| 69 | - border-radius: 4px; | |
| 70 | - margin-right: 4px; | |
| 71 | - font-family: Arial; | |
| 72 | - font-weight: 700; | |
| 73 | - font-size: 16px; | |
| 74 | - border: 1px solid #D3D6DE; | |
| 75 | -} | |
| 76 | - | |
| 77 | -/*** end of pagination **/ | |
| 78 | - | |
| 79 | -/*** see more buttons **/ | |
| 80 | -.more_button, | |
| 81 | -.read_more { | |
| 82 | - margin-bottom: 15px; | |
| 83 | - margin-top: -5px; | |
| 84 | - color: #000000; | |
| 85 | - font-size: 11px; | |
| 86 | - text-align: left; | |
| 87 | -} | |
| 88 | - | |
| 89 | -.community-track-plugin_track-card-list-block .more_button{ | |
| 90 | - text-align: right; | |
| 91 | -} | |
| 92 | - | |
| 93 | -.community-track-plugin_track-card-list-block .more_button .view_all a{ | |
| 94 | - margin-right: 12px; | |
| 95 | -} | |
| 96 | - | |
| 97 | -#content .more_button .view_all a, | |
| 98 | -#content .read_more a{ | |
| 99 | - background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent; | |
| 100 | - color: #333; | |
| 101 | - display: inline-block; | |
| 102 | - font-weight: bold; | |
| 103 | - padding: 10px 20px 10px 50px; | |
| 104 | - text-align: left; | |
| 105 | - font-family: Arial, sans-serif; | |
| 106 | -} | |
| 107 | - | |
| 108 | -#content .box .read-more { | |
| 109 | - border-top: 1px solid #2c66ce; | |
| 110 | - background: #eee; | |
| 111 | - font-size: 10px; | |
| 112 | - text-align: right; | |
| 113 | - border-bottom: none; | |
| 114 | - text-transform: uppercase; | |
| 115 | - font-family: "open_sans", Arial, Helvetica, sans-serif; | |
| 116 | - font-variant: normal; | |
| 117 | -} | |
| 118 | - | |
| 119 | -#content .read-more a { | |
| 120 | - color: #000000; | |
| 121 | - line-height: 20px; | |
| 122 | - padding: 8px; | |
| 123 | - display: block | |
| 124 | -} | |
| 125 | - | |
| 126 | -#content .box .read-more a::after { | |
| 127 | - background: #2c66ce; | |
| 128 | - content: url('images/right-arrow.png'); | |
| 129 | - padding-left: 8px; | |
| 130 | - padding-right: 5px; | |
| 131 | - margin-left: 7px; | |
| 132 | - border-radius: 4px; | |
| 133 | - font-size: 16px; | |
| 134 | - line-height: 20px; | |
| 135 | - text-align: center; | |
| 136 | - font-family: "open_sansbold", Arial, Helvetica, sans-serif; | |
| 137 | -} | |
| 138 | - | |
| 139 | -#content .read-more a:hover { | |
| 140 | - background: #dedede; | |
| 141 | -} | |
| 142 | - | |
| 143 | -#content .box-2 .block-outer .read-more { | |
| 144 | - border-top: 1px solid #4562b1; | |
| 145 | - background: #eee; | |
| 146 | -} | |
| 147 | - | |
| 148 | -#content .box-2 .block-outer .read-more a { | |
| 149 | - color: #000000; | |
| 150 | -} | |
| 151 | - | |
| 152 | -#content .box-2 .block-outer .read-more a::after { | |
| 153 | - color: #FFFFFF; | |
| 154 | - background: #4562b1; | |
| 155 | -} | |
| 156 | - | |
| 157 | -/*end of see more buttons */ | |
| 158 | - | |
| 159 | -/***************** block title pattern *************/ | |
| 160 | -#content .box .block-title { | |
| 161 | - font-size: 12px; | |
| 162 | - text-align: left; | |
| 163 | - border-bottom: none; | |
| 164 | - padding: 5px 8px 18px 7px; | |
| 165 | - text-transform: uppercase; | |
| 166 | - font-family: "open_sansbold", Arial, Helvetica, sans-serif; | |
| 167 | - font-variant: normal; | |
| 168 | - margin: 0px 0px 2px 0px; | |
| 169 | - border-top: 4px solid #4562b1; | |
| 170 | - background: #eee; | |
| 171 | - color: #4562b1; | |
| 172 | -} | |
| 173 | - | |
| 174 | -#content .box-1 .block-title { | |
| 175 | - font-size: 18px; | |
| 176 | - text-transform: none; | |
| 177 | - font-family: "open_sansregular", Arial, Helvetica, sans-serif; | |
| 178 | - padding: 5px 8px 20px 10px; | |
| 179 | -} | |
| 180 | - | |
| 181 | -#content .box-2 .block-outer .block-title { | |
| 182 | - border-top: 4px solid #4562b1; | |
| 183 | - background: #eee; | |
| 184 | - color: #4562b1; | |
| 185 | -} | |
| 186 | -/***************** end of block title pattern ********************/ | |
| 187 | - | |
| 188 | -#content .button-bar a.icon-cancel span{ | |
| 189 | - vertical-align: text-middle; | |
| 190 | -} | |
| 191 | - | |
| 192 | -#category-ajax-selector .select-subcategory-link:hover { | |
| 193 | - color: #fff; | |
| 194 | -} | |
| 195 | - | |
| 196 | -/*feed rss*/ | |
| 197 | -#article .blog-feed-link { | |
| 198 | - position: relative; | |
| 199 | - right: 0; | |
| 200 | - top: 0; | |
| 201 | -} | |
| 202 | - | |
| 203 | -/*******************************/ | |
| 204 | - | |
| 205 | -#box-organizer .block-target { clear: both; } | |
| 206 | - | |
| 207 | -/*.profile-info-options*/ | |
| 208 | -#content .profile-info-options { | |
| 209 | - padding-right: 0; | |
| 210 | -} | |
| 211 | - | |
| 212 | -#content .profile-info-options ul { | |
| 213 | - margin-left: 0px; | |
| 214 | -} | |
| 215 | - | |
| 216 | -#content .profile-info-options input.button.with-text, | |
| 217 | -#content .profile-info-options a.button.with-text { | |
| 218 | - background-color: #fff; | |
| 219 | - border-radius: 0 0 0 0; | |
| 220 | - display: block; | |
| 221 | - padding-bottom: 5px; | |
| 222 | - padding-left: 30px; | |
| 223 | - padding-top: 5px; | |
| 224 | - text-align: left; | |
| 225 | -} | |
| 226 | - | |
| 227 | -#content .profile-info-options a.button.with-text{ | |
| 228 | - border: 0px solid #CCCCCC; | |
| 229 | - border-bottom: 2px solid #CCCCCC !important; | |
| 230 | -} | |
| 231 | - | |
| 232 | -#content .profile-info-options input.button:hover, | |
| 233 | -#content .profile-info-options a.button:hover { | |
| 234 | - background-color: #ccc; | |
| 235 | - border: 1pxpx solid #CCC; | |
| 236 | -} | |
| 237 | - | |
| 238 | - | |
| 239 | - | |
| 240 | -.comment-info { | |
| 241 | - line-height: 1em; | |
| 242 | - margin-top: 5px; | |
| 243 | -} | |
| 244 | - | |
| 245 | -#article .article-comments-list li { | |
| 246 | - display: block; | |
| 247 | - list-style: none outside none; | |
| 248 | - margin: 10px 0 0; | |
| 249 | - padding: 1em; | |
| 250 | -} | |
| 251 | - | |
| 252 | -#article .comment-replies .article-comment { | |
| 253 | - background: url("/images/black-alpha-pixel-5.png") repeat scroll left top transparent; | |
| 254 | - border: 1px solid #808080; | |
| 255 | - border-radius: 5px 5px 5px 5px; | |
| 256 | - margin-top: 0px; | |
| 257 | - padding: 0; | |
| 258 | -} | |
| 259 | - | |
| 260 | -#content .comment-picture { | |
| 261 | - max-width: 50px; | |
| 262 | - word-wrap: break-word; | |
| 263 | -} | |
| 264 | - | |
| 265 | -.comment-replies .comment-picture { | |
| 266 | - height: auto; | |
| 267 | - max-width: 50px; | |
| 268 | - overflow: visible; | |
| 269 | -} | |
| 270 | - | |
| 271 | -.comment-created-at{ | |
| 272 | - display: block; | |
| 273 | - float: none; | |
| 274 | - margin-left: 0; | |
| 275 | - color: red; | |
| 276 | - font-style: italic; | |
| 277 | - margin-bottom: 1em; | |
| 278 | -} | |
| 279 | - | |
| 280 | -#article .article-comment .comment-details h4 { | |
| 281 | - display: block; | |
| 282 | -} | |
| 283 | - | |
| 284 | -.comment-text p { | |
| 285 | - line-height: 1.3em; | |
| 286 | -} | |
| 287 | - | |
| 288 | -.article-comment .comment-details { | |
| 289 | - padding-top: 0; | |
| 290 | -} | |
| 291 | - | |
| 292 | -#comments_list .comment-balloon .comment-wrapper-1, | |
| 293 | -#comments_list .comment-balloon .comment-wrapper-2, | |
| 294 | -#comments_list .comment-balloon .comment-wrapper-3, | |
| 295 | -#comments_list .comment-balloon .comment-wrapper-4, | |
| 296 | -#comments_list .comment-balloon .comment-wrapper-5, | |
| 297 | -#comments_list .comment-balloon .comment-wrapper-6, | |
| 298 | -#comments_list .comment-balloon .comment-wrapper-7, | |
| 299 | -#comments_list .comment-balloon .comment-wrapper-8{ | |
| 300 | - background-image: none; | |
| 301 | -} | |
| 302 | - | |
| 303 | -#comments_list a.display-comment-form { | |
| 304 | - background: url("images/bg-btn-ver-mais-1px.png") repeat scroll 0 0 #EEEEEE; | |
| 305 | - border-color: #ddd; | |
| 306 | - margin: 14px; | |
| 307 | -} | |
| 308 | - | |
| 309 | -#content .comment-header .comment-actions-reply{ | |
| 310 | - margin-right: 5px; | |
| 311 | - margin-top: 5px; | |
| 312 | -} | |
| 313 | - | |
| 314 | -.comment-details .menu-submenu { | |
| 315 | - bottom: -4px; | |
| 316 | - right: -130px; | |
| 317 | -} | |
| 318 | - | |
| 319 | -#page-comment-form .post_comment_box { | |
| 320 | - display: inline-block; | |
| 321 | - padding: 5px; | |
| 322 | - text-align: left; | |
| 323 | -} | |
| 324 | - | |
| 325 | -/* fim de comentário*/ | |
| 326 | - | |
| 327 | - | |
| 328 | - | |
| 329 | - | |
| 330 | -/*****fim - removidos do cabecalho-cinza-theme.css**********/ | |
| 331 | - | |
| 332 | -/**********************************************************************/ | |
| 333 | - | |
| 334 | -/*label dos radio buttons da busca*/ | |
| 335 | -#content .search-field label { | |
| 336 | - display: inline-block; | |
| 337 | - font-size: 12px; | |
| 338 | - vertical-align: middle; | |
| 339 | - margin-left: 5px; | |
| 340 | - border: 5px solid red; | |
| 341 | -} | |
| 342 | - | |
| 343 | -#public-profile-search .formfield, #public-profile-search .submit { | |
| 344 | - margin-bottom: 5px; | |
| 345 | -} | |
| 346 | - | |
| 347 | -#content .profile ul{ | |
| 348 | - margin-left: 1em; | |
| 349 | -} | |
| 350 | -/****************************************************************/ |
css-bkp/footer.css
| ... | ... | @@ -1,208 +0,0 @@ |
| 1 | -/******************Footer-Rodapé**********************************/ | |
| 2 | -#theme-footer { | |
| 3 | - width: 100%; | |
| 4 | - min-width: 960px; | |
| 5 | -} | |
| 6 | - | |
| 7 | -#theme-footer a{ | |
| 8 | - color: #2c66ce; | |
| 9 | -} | |
| 10 | - | |
| 11 | -#theme-footer a:hover{ | |
| 12 | - color: #2c66ce; | |
| 13 | -} | |
| 14 | - | |
| 15 | -#theme-footer #footer-content { | |
| 16 | - background: #fff; | |
| 17 | -} | |
| 18 | - | |
| 19 | -#theme-footer #footer-logos { | |
| 20 | - background: #0042b2; | |
| 21 | - max-width: 100%; | |
| 22 | - padding: 2em 0; | |
| 23 | - height: 49px; | |
| 24 | -} | |
| 25 | - | |
| 26 | -#theme-footer #footer-logos > div { | |
| 27 | - max-width: 960px; | |
| 28 | - margin: 0 auto; | |
| 29 | -} | |
| 30 | - | |
| 31 | -#theme-footer #footer-logos a { | |
| 32 | - display: block; | |
| 33 | - height: 49px; | |
| 34 | - float: left; | |
| 35 | -} | |
| 36 | - | |
| 37 | -#theme-footer #footer-logos span { | |
| 38 | - display: none; | |
| 39 | -} | |
| 40 | - | |
| 41 | -#theme-footer #footer-logos .logo-acesso { | |
| 42 | - background: transparent url(images/acesso-a-informacao.png) center center no-repeat; | |
| 43 | - width: 107px; | |
| 44 | -} | |
| 45 | - | |
| 46 | -#theme-footer #footer-logos .logo-brasil { | |
| 47 | - background: transparent url(images/brasil.png) center center no-repeat; | |
| 48 | - width: 153px; | |
| 49 | -} | |
| 50 | - | |
| 51 | -#footer-logos .logo-sgpr { | |
| 52 | - background: transparent url(images/sgpr.png) center center no-repeat; | |
| 53 | - width: 187px; | |
| 54 | - margin-right: 30px; | |
| 55 | -} | |
| 56 | - | |
| 57 | -#theme-footer #footer-logos .institucionais { | |
| 58 | - float: right; | |
| 59 | -} | |
| 60 | - | |
| 61 | -#theme-footer #footer-license { | |
| 62 | - max-width: 960px; | |
| 63 | - margin: 0 auto; | |
| 64 | - text-align: left; | |
| 65 | - padding: 5px; | |
| 66 | -} | |
| 67 | - | |
| 68 | -#theme-footer #footer-license p { | |
| 69 | - color: #0d4094; | |
| 70 | - text-align: left; | |
| 71 | -} | |
| 72 | - | |
| 73 | -/***********Rodape Colab *********************/ | |
| 74 | - | |
| 75 | -#theme-footer footer{ | |
| 76 | - display:block | |
| 77 | -} | |
| 78 | - | |
| 79 | -#theme-footer footer { | |
| 80 | - background:#d5d5d5; | |
| 81 | -} | |
| 82 | - | |
| 83 | -#theme-footer footer .footer-atalhos { | |
| 84 | - background:#fff; | |
| 85 | - border-bottom: 2px; | |
| 86 | -} | |
| 87 | - | |
| 88 | -#theme-footer footer .container2{ | |
| 89 | - width: 100%; | |
| 90 | - margin-right:auto; | |
| 91 | - margin-left:auto; | |
| 92 | - *zoom:1; | |
| 93 | - max-width: 960px; | |
| 94 | -} | |
| 95 | - | |
| 96 | -#theme-footer .container2:before, | |
| 97 | -#theme-footer .container2:after { | |
| 98 | - display:table; | |
| 99 | - content:""; | |
| 100 | - line-height:0; | |
| 101 | -} | |
| 102 | - | |
| 103 | -#theme-footer .container2:after { | |
| 104 | - clear:both; | |
| 105 | -} | |
| 106 | - | |
| 107 | -#theme-footer .voltar-ao-topo { | |
| 108 | - margin-top: 1.915em; | |
| 109 | - text-align: right; | |
| 110 | -} | |
| 111 | - | |
| 112 | -#theme-footer footer .footer-atalhos a { | |
| 113 | - margin-right:12px | |
| 114 | -} | |
| 115 | - | |
| 116 | -#theme-footer footer .footer-atalhos .voltar-ao-topo a { | |
| 117 | - color:#717782; | |
| 118 | - padding-left: 20px; | |
| 119 | - background: url(images/voltar-topo.png) no-repeat left center; | |
| 120 | - color: #777; | |
| 121 | - font-size: 15px; | |
| 122 | -} | |
| 123 | - | |
| 124 | -#theme-footer footer .footer-atalhos .voltar-ao-topo a:hover { | |
| 125 | - text-decoration:underline; | |
| 126 | -} | |
| 127 | - | |
| 128 | -#theme-footer footer .row { | |
| 129 | - margin-bottom: 20px; | |
| 130 | - margin-left: auto; | |
| 131 | - *zoom: 1; | |
| 132 | - margin-right: auto; | |
| 133 | -} | |
| 134 | - | |
| 135 | -#theme-footer .row:before, | |
| 136 | -#theme-footer .row:after { | |
| 137 | - display: table; | |
| 138 | - content: ""; | |
| 139 | - line-height: 0; | |
| 140 | -} | |
| 141 | - | |
| 142 | -#theme-footer .row:after { | |
| 143 | - clear:both; | |
| 144 | -} | |
| 145 | - | |
| 146 | -#theme-footer footer nav { | |
| 147 | - border-left: 1px dotted #2c66ce; | |
| 148 | - padding: 0 5px 0 10px | |
| 149 | -} | |
| 150 | - | |
| 151 | -#theme-footer footer nav h2 { | |
| 152 | - font-size: 18px; | |
| 153 | - font-weight: bold; | |
| 154 | - color: #2c66ce; | |
| 155 | - line-height: 1.3em; | |
| 156 | - padding: 0px; | |
| 157 | - margin: 0 0 8px 0; | |
| 158 | -} | |
| 159 | - | |
| 160 | -#theme-footer footer nav ul { | |
| 161 | - margin-left: 0px; | |
| 162 | -} | |
| 163 | - | |
| 164 | -#theme-footer footer nav li { | |
| 165 | - display: block; | |
| 166 | - padding-bottom: 3px; | |
| 167 | -} | |
| 168 | - | |
| 169 | -#theme-footer footer nav a { | |
| 170 | - font-size: 13px; | |
| 171 | - color: #2c66ce; | |
| 172 | - line-height: 1.7em; | |
| 173 | - font-family: "open_sansregular", Arial, Helvetica, sans-serif; | |
| 174 | -} | |
| 175 | - | |
| 176 | -#theme-footer footer nav a:hover { | |
| 177 | - color: #2c66ce; | |
| 178 | - text-decoration: underline; | |
| 179 | -} | |
| 180 | - | |
| 181 | -#theme-footer footer .footer-menus { | |
| 182 | - padding-bottom: 10px; | |
| 183 | -} | |
| 184 | - | |
| 185 | -#theme-footer .span2 { | |
| 186 | - width: 104px; | |
| 187 | -} | |
| 188 | - | |
| 189 | -#theme-footer [class*="span"] { | |
| 190 | - float:left; | |
| 191 | - min-height: 1px; | |
| 192 | - margin-left: 30px; | |
| 193 | - margin-top: 30px; | |
| 194 | -} | |
| 195 | - | |
| 196 | -#theme-footer .span3 { | |
| 197 | - width:210px; | |
| 198 | -} | |
| 199 | - | |
| 200 | -#theme-footer .hide { | |
| 201 | - display:none; | |
| 202 | -} | |
| 203 | - | |
| 204 | -#theme-footer .visible-phone { | |
| 205 | - display:none !important; | |
| 206 | -} | |
| 207 | - | |
| 208 | -/*****fim footer Colab*****/ |
css-bkp/header.css
| ... | ... | @@ -1,300 +0,0 @@ |
| 1 | -#theme-header { | |
| 2 | - height: auto; | |
| 3 | -} | |
| 4 | - | |
| 5 | -.header-content * { | |
| 6 | - margin: 0; | |
| 7 | - padding: 0; | |
| 8 | - list-style: none; | |
| 9 | - vertical-align: baseline; | |
| 10 | -} | |
| 11 | - | |
| 12 | -.header-content li { display: inline; } | |
| 13 | - | |
| 14 | -.header-content #header { | |
| 15 | - padding: 15px 0 0 0; | |
| 16 | - color: #000; | |
| 17 | - background-color:#f0f2f1; | |
| 18 | - background-color:#ecedf1; | |
| 19 | - background-image: -webkit-radial-gradient(center, ellipse cover, #f0f2f1 1%, #ecedf1 100%) | |
| 20 | -} | |
| 21 | - | |
| 22 | -.header-content #header > div { | |
| 23 | - max-width: 960px; | |
| 24 | - min-width: 960px; | |
| 25 | - margin: 0 auto; | |
| 26 | -} | |
| 27 | - | |
| 28 | -.header-content #accessibility { | |
| 29 | - display: block; | |
| 30 | - float: left; | |
| 31 | - font-family: arial; | |
| 32 | - font-size: 10px; | |
| 33 | - width: 50%; | |
| 34 | -} | |
| 35 | - | |
| 36 | -.header-content #accessibility a { | |
| 37 | - margin-right: 8px; | |
| 38 | -} | |
| 39 | - | |
| 40 | -.header-content #accessibility span { | |
| 41 | - background: none repeat scroll 0 0 #2c66ce; | |
| 42 | - color: #FFFFFF; | |
| 43 | - padding: 0 3px; | |
| 44 | -} | |
| 45 | - | |
| 46 | -/* logo */ | |
| 47 | -.header-content #logo { | |
| 48 | - padding: 0; | |
| 49 | - float: left; | |
| 50 | - width: 50%; | |
| 51 | -} | |
| 52 | - | |
| 53 | -.header-content #logo span { | |
| 54 | - display: block; | |
| 55 | -} | |
| 56 | - | |
| 57 | -.header-content #logo a { | |
| 58 | - display: block; | |
| 59 | - width: 100%; | |
| 60 | - color: #03316f; | |
| 61 | - margin: 1em 0px; | |
| 62 | -} | |
| 63 | - | |
| 64 | -.header-content #logo a, | |
| 65 | -.header-content #logo #portal-title { | |
| 66 | - color: #03316f; | |
| 67 | -} | |
| 68 | - | |
| 69 | -.header-content #logo #portal-title { | |
| 70 | - background-image: url("images/logotipo_spb_beta.svg"); | |
| 71 | - background-repeat: no-repeat; | |
| 72 | - background-size: 370px; | |
| 73 | - height: 78px; | |
| 74 | - width: 374px; | |
| 75 | - margin: 10px 0px 10px 0px; | |
| 76 | -} | |
| 77 | - | |
| 78 | -.header-content #logo #portal-description { | |
| 79 | - font-size: 1.2em; | |
| 80 | - text-transform: uppercase; | |
| 81 | -} | |
| 82 | - | |
| 83 | -/* Site Actions */ | |
| 84 | -.header-content #portal-siteactions { | |
| 85 | - display: block; | |
| 86 | - float: right; | |
| 87 | - clear: left; | |
| 88 | - padding-bottom: 2px; | |
| 89 | - margin-top: -15px; | |
| 90 | - font-size: 10px; | |
| 91 | - text-align: center; | |
| 92 | -} | |
| 93 | - | |
| 94 | -.header-content #portal-siteactions a { | |
| 95 | - color:#2c66ce; | |
| 96 | - text-decoration: none; | |
| 97 | - padding: 4px 0 4px 10px; | |
| 98 | - text-transform: uppercase; | |
| 99 | - font-family: 'open_sansregular', Arial, Helvetica, sans-serif; | |
| 100 | -} | |
| 101 | - | |
| 102 | -.header-content #portal-siteactions a:hover { | |
| 103 | - color: #03316f; | |
| 104 | -} | |
| 105 | - | |
| 106 | -.header-content #portal-siteactions li { | |
| 107 | - display: inline; | |
| 108 | - margin: 0 5px 0 0; | |
| 109 | - border-bottom: 1px dotted #2c66ce; | |
| 110 | -} | |
| 111 | - | |
| 112 | -.header-content #portal-siteactions li a { | |
| 113 | - padding: 4px 0px; | |
| 114 | -} | |
| 115 | - | |
| 116 | -.header-content #siteaction-accessibility, | |
| 117 | -.header-content #siteaction-contraste, | |
| 118 | -.header-content li#siteaction-mapadosite { | |
| 119 | - margin: 0px 48px 0px 0px; | |
| 120 | -} | |
| 121 | - | |
| 122 | -/* Top links */ | |
| 123 | -.header-content #header #sobre { | |
| 124 | - line-height: 30px; | |
| 125 | - font-size: 12px; | |
| 126 | - height: 30px; | |
| 127 | - clear: both; | |
| 128 | - background-color:#CFD0D2; | |
| 129 | - max-width: 100%; | |
| 130 | - margin: 0px auto; | |
| 131 | - text-align: right; | |
| 132 | - padding: 0 0 0 10px; | |
| 133 | - border-right: none; | |
| 134 | -} | |
| 135 | - | |
| 136 | -.header-content #sobre a { | |
| 137 | - color: #2c66ce; | |
| 138 | - font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
| 139 | -} | |
| 140 | - | |
| 141 | -.header-content #links-rapidos{ | |
| 142 | - width: 960px; | |
| 143 | - margin: 0 auto; | |
| 144 | - font-color:#fff; | |
| 145 | -} | |
| 146 | - | |
| 147 | -.header-content #link-faq a { | |
| 148 | - border-right: 1px solid #2c66ce; | |
| 149 | - padding: 0 10px; | |
| 150 | -} | |
| 151 | - | |
| 152 | -.header-content #link-contact a { | |
| 153 | - padding-left: 10px; | |
| 154 | -} | |
| 155 | - | |
| 156 | -/* Searchbox */ | |
| 157 | -.header-content .LSBox { | |
| 158 | - margin: 0; | |
| 159 | - padding: 0; | |
| 160 | - border: none; | |
| 161 | -} | |
| 162 | - | |
| 163 | -.header-content input.searchField { | |
| 164 | - -moz-appearance: none; | |
| 165 | -} | |
| 166 | - | |
| 167 | -.header-content #portal-searchbox { | |
| 168 | - clear: right; | |
| 169 | - float: right; | |
| 170 | - font-size: 80%; | |
| 171 | - margin: 30px 0 15px; | |
| 172 | - text-align: right; | |
| 173 | - border-radius: 5px; | |
| 174 | - -moz-border-radius: 5px; | |
| 175 | - -webkit-border-radius: 5px; | |
| 176 | - border: 1px solid #CCCCCC; | |
| 177 | - background: #fff; | |
| 178 | - padding: 2px; | |
| 179 | -} | |
| 180 | - | |
| 181 | -.header-content #portal-searchbox .searchField { | |
| 182 | - padding: 0.45em; | |
| 183 | - border-right: none; | |
| 184 | - border: none; | |
| 185 | - width: 171px; | |
| 186 | -} | |
| 187 | - | |
| 188 | -.header-content #portal-searchbox form { | |
| 189 | - white-space: nowrap; | |
| 190 | -} | |
| 191 | - | |
| 192 | -.header-content #portal-searchbox label { | |
| 193 | - font-weight: normal; | |
| 194 | -} | |
| 195 | - | |
| 196 | -.header-content #searchGadget { | |
| 197 | - width: 13em; | |
| 198 | -} | |
| 199 | - | |
| 200 | -.header-content #header input.searchButton { | |
| 201 | - padding: 0.3em; | |
| 202 | - background: transparent; | |
| 203 | - text-indent: -2000px; | |
| 204 | - padding: 4px 15px; | |
| 205 | - border: none; | |
| 206 | -} | |
| 207 | - | |
| 208 | -.header-content #content input.searchField { | |
| 209 | - margin-bottom: 1em; | |
| 210 | -} | |
| 211 | - | |
| 212 | -.header-content #header input.searchButton { | |
| 213 | - background-image: url("images/search-button.png"); | |
| 214 | - background-position: 8px 2px; | |
| 215 | - background-repeat: no-repeat; | |
| 216 | - background-color: #ffffff; | |
| 217 | -} | |
| 218 | - | |
| 219 | -.header-content #LSResult { | |
| 220 | - z-index: 1; | |
| 221 | - margin-top: 0.5%; | |
| 222 | -} | |
| 223 | - | |
| 224 | -/* Social Icons */ | |
| 225 | - | |
| 226 | -.header-content #social-icons { | |
| 227 | - float: right; | |
| 228 | - clear: right; | |
| 229 | - margin: 0px 0px 17px; | |
| 230 | -} | |
| 231 | - | |
| 232 | -.header-content #social-icons ul { | |
| 233 | - display: table-row; | |
| 234 | -} | |
| 235 | - | |
| 236 | -.header-content #social-icons li { | |
| 237 | - float: right; | |
| 238 | - width: 20px; | |
| 239 | - margin-left: 4px; | |
| 240 | - display: table-cell; | |
| 241 | -} | |
| 242 | - | |
| 243 | -.header-content #social-icons li a { | |
| 244 | - width: 20px; | |
| 245 | - height: 20px; | |
| 246 | - padding: 0px; | |
| 247 | - display: inline-block; | |
| 248 | - opacity: .85; | |
| 249 | - border: none; | |
| 250 | - background-repeat: no-repeat; | |
| 251 | -} | |
| 252 | - | |
| 253 | -.header-content #social-icons span { | |
| 254 | - display: none; | |
| 255 | -} | |
| 256 | - | |
| 257 | -.header-content #sb_face, | |
| 258 | -.header-content #sb_tweet, | |
| 259 | -.header-content #sb_youtb, | |
| 260 | -.header-content #sb_flickr { | |
| 261 | - background: url(images/icones_home_branco.jpg) 0px; | |
| 262 | -} | |
| 263 | - | |
| 264 | -.header-content #sb_flickr { | |
| 265 | - background-position: -100px; | |
| 266 | -} | |
| 267 | - | |
| 268 | -.header-content #sb_face { | |
| 269 | - background-position: -12px; | |
| 270 | -} | |
| 271 | - | |
| 272 | -.header-content #sb_tweet { | |
| 273 | - background-position: -42px; | |
| 274 | -} | |
| 275 | - | |
| 276 | -.header-content #sb_youtb { | |
| 277 | - background-position: -71px; | |
| 278 | -} | |
| 279 | - | |
| 280 | -.header-content #social-icons a:focus, | |
| 281 | -.header-content #social-icons a:hover { | |
| 282 | - opacity: 1; | |
| 283 | - filter: alpha(opacity=100); | |
| 284 | -} | |
| 285 | - | |
| 286 | -/* end of Social Icons */ | |
| 287 | - | |
| 288 | -/**** disable html****/ | |
| 289 | -#barra-psocial { | |
| 290 | - position: relative; | |
| 291 | - height: 40px; | |
| 292 | - margin: -3px 0px 0px 0px; | |
| 293 | - border: none; | |
| 294 | - background-color:rgb(236,237,241); | |
| 295 | -} | |
| 296 | - | |
| 297 | -#barra-psocial li { | |
| 298 | - float: left; | |
| 299 | -} | |
| 300 | -/********** end disable html *************/ |
css-bkp/home-page.css
| ... | ... | @@ -1,477 +0,0 @@ |
| 1 | -/*** boxes sizes definition **/ | |
| 2 | -.action-home-index .box-1 { | |
| 3 | - width: 490px; | |
| 4 | - margin: 0 0 0 210px; | |
| 5 | -} | |
| 6 | - | |
| 7 | -.action-home-index .box-3{ | |
| 8 | - width: 230px; | |
| 9 | -} | |
| 10 | - | |
| 11 | -/*** end of boxes sizes definition **/ | |
| 12 | - | |
| 13 | -/******************** Box-1 ********************/ | |
| 14 | - | |
| 15 | -/*** software catalog search block **/ | |
| 16 | - | |
| 17 | -#catalogo-software-search{ | |
| 18 | - width: 100%; | |
| 19 | - background-color:#1A397D; | |
| 20 | - border-radius: 4px; | |
| 21 | -} | |
| 22 | - | |
| 23 | -#content #catalogo-software-search h1{ | |
| 24 | - color:#FFFFFF; | |
| 25 | - border-bottom: none; | |
| 26 | - text-align: left; | |
| 27 | - font-family:"open_sansregular", Arial; | |
| 28 | - font-weight: normal; | |
| 29 | - font-size:22px; | |
| 30 | - margin: 0 15px 10px 15px; | |
| 31 | - padding: 10px 0 0 0; | |
| 32 | -} | |
| 33 | - | |
| 34 | -#content #search-Gadget { | |
| 35 | - width: 90%; | |
| 36 | - padding: 7px; | |
| 37 | - margin: 0 15px 9px 15px; | |
| 38 | - border-radius: 4px; | |
| 39 | - border: none; | |
| 40 | -} | |
| 41 | - | |
| 42 | -.searchButton-catalog{ | |
| 43 | - background-color: #1A397D; | |
| 44 | - color:#FFFFFF; | |
| 45 | - margin: 0px 0px 15px 15px; | |
| 46 | - border:1px solid #FFFFFF; | |
| 47 | - border-radius: 4px; | |
| 48 | - padding:6px 25px; | |
| 49 | - text-transform: uppercase; | |
| 50 | - font-weight: bold; | |
| 51 | - font-size: 14px; | |
| 52 | -} | |
| 53 | - | |
| 54 | -#search-catalog-footer{ | |
| 55 | - background-color:#192758; | |
| 56 | - color:#FFFFFF; | |
| 57 | - border-top:1px solid; | |
| 58 | - border-bottom-left-radius:4px; | |
| 59 | - border-bottom-right-radius:4px; | |
| 60 | -} | |
| 61 | - | |
| 62 | -#search-catalog-footer p { | |
| 63 | - text-align:right; | |
| 64 | - text-transform: uppercase; | |
| 65 | - margin: 0px; | |
| 66 | - font-size: 11px; | |
| 67 | -} | |
| 68 | - | |
| 69 | -#content .search-catalog-block #search-catalog-footer a { | |
| 70 | - display: block; | |
| 71 | - color: #FFF; | |
| 72 | - padding: 7px 0px 12px 0px; | |
| 73 | -} | |
| 74 | - | |
| 75 | -#content .search-catalog-block #search-catalog-footer a:hover { | |
| 76 | - background-color: #101A38 | |
| 77 | -} | |
| 78 | - | |
| 79 | -#bt_catalog-search::after { | |
| 80 | - content: url('images/right-arrow-black.png'); | |
| 81 | - padding-left: 7px; | |
| 82 | - padding-right: 4px; | |
| 83 | - color: #172857; | |
| 84 | - background: #eee; | |
| 85 | - border-radius: 4px; | |
| 86 | - font-size: 15px; | |
| 87 | - line-height: 20px; | |
| 88 | - text-align: center; | |
| 89 | - margin-left: 5px; | |
| 90 | - position: relative; | |
| 91 | - margin-left: 5px; | |
| 92 | - top: 2px; | |
| 93 | - margin-right: 15px; | |
| 94 | -} | |
| 95 | - | |
| 96 | -/*** end of software catalog search block **/ | |
| 97 | - | |
| 98 | -/*** softwares block **/ | |
| 99 | -#content .box-1 .softwares-block{ | |
| 100 | - border-bottom: 1px solid #ccc; | |
| 101 | - overflow: auto; | |
| 102 | -} | |
| 103 | - | |
| 104 | -#content .box-1 .software-block{ | |
| 105 | - margin: 0px 18px 14px 0px; | |
| 106 | - width: 145px; | |
| 107 | - height: 218px; | |
| 108 | -} | |
| 109 | - | |
| 110 | -#content .box-1 .software-block:nth-child(4), | |
| 111 | -#content .box-1 .software-block:nth-child(7), | |
| 112 | -#content .box-1 .software-block:nth-child(10), | |
| 113 | -#content .box-1 .software-block:nth-child(13) { | |
| 114 | - margin-right: 0px; | |
| 115 | -} | |
| 116 | - | |
| 117 | -#content .block.softwares-block .block-title { | |
| 118 | - margin: 0px 0px 25px 0px; | |
| 119 | - font-weight: 300; | |
| 120 | -} | |
| 121 | - | |
| 122 | -#content .box-1 .software-block-title { | |
| 123 | - text-align: center; | |
| 124 | - font-weight: 300; | |
| 125 | - font-size: 14px; | |
| 126 | -} | |
| 127 | - | |
| 128 | -#content .box-1 .software-block-title h3{ | |
| 129 | - font-weight: 300; | |
| 130 | -} | |
| 131 | - | |
| 132 | -#content .box-1 .software-block-finality, | |
| 133 | -#content .box-1 .software-block-content { | |
| 134 | - text-align: right; | |
| 135 | -} | |
| 136 | - | |
| 137 | -#content .software-block-finality { | |
| 138 | - background-color:#f4f4f4; | |
| 139 | - border-radius: 8px; | |
| 140 | - width:142px; | |
| 141 | - height: 216px; | |
| 142 | - border: solid 1px #D7D7D7; | |
| 143 | - left:0px; | |
| 144 | - text-transform: uppercase; | |
| 145 | -} | |
| 146 | - | |
| 147 | -#content .software-block-finality p { | |
| 148 | - padding: 12px 12px 0 12px; | |
| 149 | - height: 170px; | |
| 150 | - overflow: hidden; | |
| 151 | - text-align: left; | |
| 152 | - border-bottom: solid 1px #D7D7D7; | |
| 153 | - margin: 0 0 7px 0; | |
| 154 | - text-transform: none; | |
| 155 | - color: #172738; | |
| 156 | - font-size: 12px; | |
| 157 | -} | |
| 158 | - | |
| 159 | -#content .software-block-finality a, | |
| 160 | -#content .software-block-finality a:visited, | |
| 161 | -#content .software-block-finality a:link, | |
| 162 | -#content .software-block-finality a:focus { | |
| 163 | - padding: 0 10px; | |
| 164 | - text-align: right; | |
| 165 | - color: #231F20; | |
| 166 | - text-transform: uppercase; | |
| 167 | - font-size: 10px; | |
| 168 | - display: block; | |
| 169 | - border-top: 1px solid #DDD; | |
| 170 | - padding-top: 9px; | |
| 171 | -} | |
| 172 | - | |
| 173 | -#content .software-block-finality::after { | |
| 174 | - content: url('images/right-arrow.png'); | |
| 175 | - padding-left: 7px; | |
| 176 | - padding-right: 4px; | |
| 177 | - color: #FFF; | |
| 178 | - background: #2c65cd; | |
| 179 | - border-radius: 4px; | |
| 180 | - font-size: 15px; | |
| 181 | - line-height: 20px; | |
| 182 | - text-align: center; | |
| 183 | - position: relative; | |
| 184 | - margin: 0 7px 0px 3px; | |
| 185 | -} | |
| 186 | - | |
| 187 | -#content .software-block-logo { | |
| 188 | - border: 1px solid #ccc; | |
| 189 | - border-radius: 8px; | |
| 190 | - display: table-cell; | |
| 191 | - vertical-align: middle; | |
| 192 | - text-align: center; | |
| 193 | - width: 140px; | |
| 194 | - height: 150px; | |
| 195 | - overflow: hidden; | |
| 196 | -} | |
| 197 | - | |
| 198 | -#content .software-block .software-block-logo img{ | |
| 199 | - max-width: 90px; | |
| 200 | - height: auto; | |
| 201 | -} | |
| 202 | - | |
| 203 | -#content .box-1 .softwares-block .block-footer-content a { | |
| 204 | - display:none; | |
| 205 | -} | |
| 206 | - | |
| 207 | -#content .software-block-info { | |
| 208 | - height: 85px; | |
| 209 | - overflow: hidden; | |
| 210 | -} | |
| 211 | - | |
| 212 | -#content .software-block-info h3 { | |
| 213 | - font-size: 14px; | |
| 214 | - font-family: "open_sansregular", Arial, Helvetica, sans-serif; | |
| 215 | - color: #2C66CE; | |
| 216 | -} | |
| 217 | - | |
| 218 | -#content .software-block-description { | |
| 219 | - display: none; | |
| 220 | -} | |
| 221 | -/*** end of softwares block **/ | |
| 222 | - | |
| 223 | -/*** news block - display content block **/ | |
| 224 | - | |
| 225 | -#content .block.display-content-block .block-title { | |
| 226 | - border-top: 4px solid #643C67; | |
| 227 | - background: #eee; | |
| 228 | - color: #643C67; | |
| 229 | - margin: 0px 0px 25px 0px; | |
| 230 | - font-weight: 300; | |
| 231 | -} | |
| 232 | - | |
| 233 | -#content .block.display-content-block li { | |
| 234 | - min-height: 150px; | |
| 235 | - border-top: 1px solid #eee; | |
| 236 | - padding-top: 15px; | |
| 237 | -} | |
| 238 | - | |
| 239 | -#content .block.display-content-block li:first-child { | |
| 240 | - border-top: 0px solid #eee; | |
| 241 | -} | |
| 242 | - | |
| 243 | -#content .block.display-content-block .published-at { | |
| 244 | - padding-bottom: 15px; | |
| 245 | - color: #643C67; | |
| 246 | -} | |
| 247 | - | |
| 248 | -#content .block.display-content-block .image { | |
| 249 | - border: 0px solid #c0c1c1; | |
| 250 | - border-radius: 8px; | |
| 251 | - display: table-cell; | |
| 252 | - padding-right: 25px; | |
| 253 | - width: 150px; | |
| 254 | -} | |
| 255 | - | |
| 256 | -#content .block.display-content-block .image img { | |
| 257 | - max-width: 150px; | |
| 258 | - max-height: 90px; | |
| 259 | - border: 0px solid #c0c1c1; | |
| 260 | - border-radius: 8px; | |
| 261 | -} | |
| 262 | - | |
| 263 | -#content .block.display-content-block .title { | |
| 264 | - padding-right: 0px; | |
| 265 | - max-height: 40px; | |
| 266 | - overflow: hidden; | |
| 267 | - margin-bottom: 4px; | |
| 268 | - text-align: justify; | |
| 269 | -} | |
| 270 | - | |
| 271 | -#content .block.display-content-block .title a { | |
| 272 | - font-size: 16px; | |
| 273 | - font-family: Arial, Helvetica, sans-serif; | |
| 274 | - line-height: 1.3em; | |
| 275 | - font-style: normal; | |
| 276 | - font-weight: bold; | |
| 277 | - padding: 0; | |
| 278 | - color: #172738; | |
| 279 | -} | |
| 280 | - | |
| 281 | -#content .block.display-content-block .lead { | |
| 282 | - padding-right: 0px; | |
| 283 | - max-height: 56px; | |
| 284 | - overflow: hidden; | |
| 285 | -} | |
| 286 | - | |
| 287 | -#content .block.display-content-block .lead a { | |
| 288 | - font-size: 15px; | |
| 289 | - font-family: Arial; | |
| 290 | - line-height: 1.3em; | |
| 291 | - color: #000000; | |
| 292 | -} | |
| 293 | - | |
| 294 | -#content .block.display-content-block .read_more, | |
| 295 | -#content .block.display-content-block .tags { | |
| 296 | - display: none; | |
| 297 | -} | |
| 298 | - | |
| 299 | -#content .lead a:visited, | |
| 300 | -#content .lead a:visited, | |
| 301 | -#content .lead dl.portlet a:visited { | |
| 302 | - color: #172738; | |
| 303 | -} | |
| 304 | - | |
| 305 | -#content .notice-info { | |
| 306 | - display: table-cell; | |
| 307 | - vertical-align: top; | |
| 308 | -} | |
| 309 | - | |
| 310 | -#content .box .block-outer .display-content-block .read-more { | |
| 311 | - border-top: 1px solid #643C67; | |
| 312 | - background: #eee; | |
| 313 | -} | |
| 314 | - | |
| 315 | -#content .box .block-outer .display-content-block .read-more a { | |
| 316 | - color: #000000; | |
| 317 | -} | |
| 318 | -#content .box .block-outer .display-content-block .read-more a::after { | |
| 319 | - color: #FFFFFF; | |
| 320 | - background: #643C67; | |
| 321 | -} | |
| 322 | - | |
| 323 | -#content .block.display-content-block .tags span { | |
| 324 | - background-color: #ddd; | |
| 325 | - color: #666; | |
| 326 | - display: inline-block; | |
| 327 | - margin: 10px 10px 10px 0; | |
| 328 | - padding: 5px; | |
| 329 | -} | |
| 330 | - | |
| 331 | -/*** end of news block - display content block **/ | |
| 332 | - | |
| 333 | -/******************** End Box-1 ********************/ | |
| 334 | - | |
| 335 | -/******************** Box-2 ********************/ | |
| 336 | - | |
| 337 | -/*** statistics block **/ | |
| 338 | -.statistics-block-data ul li.users span { | |
| 339 | - font-size: 14px; | |
| 340 | -} | |
| 341 | - | |
| 342 | -.statistics-block-data ul { | |
| 343 | - margin-top: 10px; | |
| 344 | -} | |
| 345 | - | |
| 346 | -.statistics-block-data ul li { | |
| 347 | - margin-left: 18px; | |
| 348 | - margin-top: 6px; | |
| 349 | - line-height: 17px; | |
| 350 | -} | |
| 351 | - | |
| 352 | -span.amount { | |
| 353 | - font-size: 14px; | |
| 354 | - font-weight: 700; | |
| 355 | -} | |
| 356 | - | |
| 357 | -span.label { | |
| 358 | - font-size: 14px; | |
| 359 | -} | |
| 360 | -/*** end of statistics block **/ | |
| 361 | - | |
| 362 | -/******************** end Box-2 ********************/ | |
| 363 | - | |
| 364 | -/******************** Box-3 ********************/ | |
| 365 | - | |
| 366 | -/*** article block **/ | |
| 367 | - | |
| 368 | -#content .box-3 .article-block .block-title { | |
| 369 | - border-top: 4px solid #08A649; | |
| 370 | - background: #eee; | |
| 371 | - color: #08A649; | |
| 372 | - font-size: 18px; | |
| 373 | - text-align: left; | |
| 374 | - border-bottom: none; | |
| 375 | - padding: 6px 8px 22px 10px; | |
| 376 | - text-transform: none; | |
| 377 | - font-family: "open_sansregular", Arial, Helvetica, sans-serif; | |
| 378 | - font-weight: 300; | |
| 379 | -} | |
| 380 | - | |
| 381 | - | |
| 382 | -#content .box-3 .block-outer .article-block .read-more { | |
| 383 | - border-top: 1px solid #08A649; | |
| 384 | - background: #eee; | |
| 385 | - margin-top: 30px; | |
| 386 | -} | |
| 387 | - | |
| 388 | -#content .box-3 .block-outer .article-block .read-more a { | |
| 389 | - color: #000000; | |
| 390 | - font-size: 11px; | |
| 391 | - padding: 9px 9px 10px 9px; | |
| 392 | -} | |
| 393 | - | |
| 394 | -#content .box-3 .block-outer .article-block .read-more a::after { | |
| 395 | - color: #FFFFFF; | |
| 396 | - background: #08A649; | |
| 397 | - font-size: 14px; | |
| 398 | -} | |
| 399 | - | |
| 400 | -#content .box-3 .article-block .short-post { | |
| 401 | - padding-top: 23px; | |
| 402 | -} | |
| 403 | - | |
| 404 | -#content .box-3 .article-block p { | |
| 405 | - font-size: 15px; | |
| 406 | - text-align: left; | |
| 407 | - padding: 0; | |
| 408 | - text-transform: none; | |
| 409 | - font-family: Arial, Helvetica, sans-serif; | |
| 410 | - margin: 0 0 14px 0; | |
| 411 | - line-height: 18px; | |
| 412 | -} | |
| 413 | - | |
| 414 | -/*** end of article block **/ | |
| 415 | - | |
| 416 | -/*** mais software block **/ | |
| 417 | -#mais-software-block{ | |
| 418 | - font-family: arial; | |
| 419 | - width: auto; | |
| 420 | - background-color: #eeeff1; | |
| 421 | - border: 1px solid #c0c1c1; | |
| 422 | - border-radius: 8px; | |
| 423 | - margin: 11px 0px; | |
| 424 | - padding: 5px 0px; | |
| 425 | - font-size: 14px; | |
| 426 | -} | |
| 427 | - | |
| 428 | -#content #sbp-information-softwares h2{ | |
| 429 | - margin: 10px 0px 0px 0px; | |
| 430 | - font-size: 16px; | |
| 431 | - text-align: left; | |
| 432 | - text-transform: uppercase; | |
| 433 | - color: #454545; | |
| 434 | - padding: 0px 0px 17px 15px; | |
| 435 | - border-bottom: 1px solid #c0c1c1; | |
| 436 | - font-family: "open_sansbold", Arial, Helvetica, sans-serif; | |
| 437 | - font-weight: normal; | |
| 438 | -} | |
| 439 | - | |
| 440 | -#content #list-categories{ | |
| 441 | - margin: 14px 14px 14px 14px; | |
| 442 | -} | |
| 443 | - | |
| 444 | -#content #list-categories p{ | |
| 445 | - color: #464A55; | |
| 446 | - margin: 0 0 16px 0; | |
| 447 | -} | |
| 448 | - | |
| 449 | -#content #list-categories ul li{ | |
| 450 | - margin: 18px 5px 5px 5px; | |
| 451 | -} | |
| 452 | - | |
| 453 | -#content #list-categories li a{ | |
| 454 | - color: #335277; | |
| 455 | - font-weight: bold; | |
| 456 | -} | |
| 457 | - | |
| 458 | -#content #list-categories a:hover { | |
| 459 | - text-decoration: none; | |
| 460 | -} | |
| 461 | - | |
| 462 | -#content #footer-mais-software { | |
| 463 | - border-top: 1px solid #c0c1c1; | |
| 464 | - padding: 10px 10px 0px 3px; | |
| 465 | - margin: 0px; | |
| 466 | - text-align: right; | |
| 467 | - text-transform: uppercase; | |
| 468 | - font-size: 11px; | |
| 469 | -} | |
| 470 | - | |
| 471 | -#content #footer-mais-software a { | |
| 472 | - color: #464A55; | |
| 473 | -} | |
| 474 | -/*** end of mais software block **/ | |
| 475 | - | |
| 476 | -/******************** End Box-3 ********************/ | |
| 477 | - |
css-bkp/news-page.css
| ... | ... | @@ -1,15 +0,0 @@ |
| 1 | -#content .blog-post .short-post .read-more a{ | |
| 2 | - text-decoration: none; | |
| 3 | - background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #DDD; | |
| 4 | - border: 1px solid #CCC; | |
| 5 | - border-radius: 5px; | |
| 6 | - color: #666; | |
| 7 | - font-weight: bold; | |
| 8 | - padding: 0.5em 1em; | |
| 9 | - text-decoration: none; | |
| 10 | -} | |
| 11 | - | |
| 12 | -/* nao mostrar seta neste tipo de box */ | |
| 13 | -#content .blog-post .short-post .read-more a::after { | |
| 14 | - content: none; | |
| 15 | -} |
css-bkp/no-boxes.css
| ... | ... | @@ -1,571 +0,0 @@ |
| 1 | -/***************** General Block Organisation **********************/ | |
| 2 | -.box-2 { | |
| 3 | - display: inline-block; | |
| 4 | - vertical-align: top; | |
| 5 | - width: 150px; | |
| 6 | -} | |
| 7 | - | |
| 8 | -.box-3{ | |
| 9 | - width: 190px; | |
| 10 | -} | |
| 11 | - | |
| 12 | -.box-1 .block, | |
| 13 | -.no-boxes .block { | |
| 14 | - margin-top: 50px; | |
| 15 | -} | |
| 16 | - | |
| 17 | -#user form { | |
| 18 | - display: none; | |
| 19 | -} | |
| 20 | - | |
| 21 | -.block-outer { | |
| 22 | - margin-bottom: 45px; | |
| 23 | - clear: both; | |
| 24 | -} | |
| 25 | - | |
| 26 | -.block-outer .block .block-outer { | |
| 27 | - margin-top: 0; | |
| 28 | - border: 5px solid red; | |
| 29 | -} | |
| 30 | - | |
| 31 | -/*** pagination **/ | |
| 32 | - | |
| 33 | -.pagination { | |
| 34 | - border-top: 0 none; | |
| 35 | - font-size: 120%; | |
| 36 | - margin-bottom: 30px; | |
| 37 | -} | |
| 38 | - | |
| 39 | -#content .pagination a { | |
| 40 | - padding: 7px 11px 7px 11px; | |
| 41 | - border-radius: 4px; | |
| 42 | - margin-right: 4px; | |
| 43 | - letter-spacing: 0.6px; | |
| 44 | - color: #172738; | |
| 45 | - border: 1px solid #D3D6DE; | |
| 46 | -} | |
| 47 | - | |
| 48 | -#content .pagination .previous_page, | |
| 49 | -#content .pagination .next_page{ | |
| 50 | - background-image: none; | |
| 51 | - color: #888888; | |
| 52 | - font-size: 14px; | |
| 53 | - width: auto; | |
| 54 | - font-weight: bold; | |
| 55 | -} | |
| 56 | - | |
| 57 | -.pagination .previous_page { | |
| 58 | - margin-right: 0.5em; | |
| 59 | -} | |
| 60 | - | |
| 61 | -.pagination .next_page { | |
| 62 | - margin-left: 0.5em; | |
| 63 | - font-weight: bold; | |
| 64 | -} | |
| 65 | - | |
| 66 | -.pagination .current { | |
| 67 | - background-color: #ECEDF1; | |
| 68 | - padding: 8px 11px 8px 11px; | |
| 69 | - border-radius: 4px; | |
| 70 | - margin-right: 4px; | |
| 71 | - font-family: Arial; | |
| 72 | - font-weight: 700; | |
| 73 | - font-size: 16px; | |
| 74 | - border: 1px solid #D3D6DE; | |
| 75 | -} | |
| 76 | - | |
| 77 | -/*** end of pagination **/ | |
| 78 | - | |
| 79 | - | |
| 80 | - | |
| 81 | - | |
| 82 | - | |
| 83 | - | |
| 84 | - | |
| 85 | - | |
| 86 | - | |
| 87 | - | |
| 88 | - | |
| 89 | -/*** see more buttons **/ | |
| 90 | -.more_button, | |
| 91 | -.read_more { | |
| 92 | - margin-bottom: 15px; | |
| 93 | - margin-top: -5px; | |
| 94 | - color: #000000; | |
| 95 | - font-size: 11px; | |
| 96 | - text-align: left; | |
| 97 | -} | |
| 98 | - | |
| 99 | -#content .more_button .view_all a, | |
| 100 | -#content .read_more a{ | |
| 101 | - background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent; | |
| 102 | - color: #333; | |
| 103 | - display: inline-block; | |
| 104 | - font-weight: bold; | |
| 105 | - padding: 10px 20px 10px 50px; | |
| 106 | - text-align: left; | |
| 107 | - font-family: Arial, sans-serif; | |
| 108 | -} | |
| 109 | - | |
| 110 | -.community-track-plugin_track-card-list-block .more_button{ | |
| 111 | - text-align: right; | |
| 112 | -} | |
| 113 | - | |
| 114 | -.community-track-plugin_track-card-list-block .more_button .view_all a{ | |
| 115 | - margin-right: 12px; | |
| 116 | -} | |
| 117 | - | |
| 118 | - | |
| 119 | - | |
| 120 | -#content .box .read-more { | |
| 121 | - border-top: 1px solid #2c66ce; | |
| 122 | - background: #eee; | |
| 123 | - font-size: 10px; | |
| 124 | - text-align: right; | |
| 125 | - border-bottom: none; | |
| 126 | - text-transform: uppercase; | |
| 127 | - font-family: "open_sans", Arial, Helvetica, sans-serif; | |
| 128 | - font-variant: normal; | |
| 129 | -} | |
| 130 | - | |
| 131 | -#content .read-more a { | |
| 132 | - color: #000000; | |
| 133 | - line-height: 20px; | |
| 134 | - padding: 8px; | |
| 135 | - display: block | |
| 136 | -} | |
| 137 | - | |
| 138 | -#content .box .read-more a::after { | |
| 139 | - background: #2c66ce; | |
| 140 | - content: url('images/right-arrow.png'); | |
| 141 | - padding-left: 8px; | |
| 142 | - padding-right: 5px; | |
| 143 | - margin-left: 7px; | |
| 144 | - border-radius: 4px; | |
| 145 | - font-size: 16px; | |
| 146 | - line-height: 20px; | |
| 147 | - text-align: center; | |
| 148 | - font-family: "open_sansbold", Arial, Helvetica, sans-serif; | |
| 149 | -} | |
| 150 | - | |
| 151 | -#content .read-more a:hover { | |
| 152 | - background: #dedede; | |
| 153 | -} | |
| 154 | - | |
| 155 | -#content .box-2 .block-outer .read-more { | |
| 156 | - border-top: 1px solid #4562b1; | |
| 157 | - background: #eee; | |
| 158 | -} | |
| 159 | - | |
| 160 | -#content .box-2 .block-outer .read-more a { | |
| 161 | - color: #000000; | |
| 162 | -} | |
| 163 | - | |
| 164 | -#content .box-2 .block-outer .read-more a::after { | |
| 165 | - color: #FFFFFF; | |
| 166 | - background: #4562b1; | |
| 167 | -} | |
| 168 | - | |
| 169 | -/*end of see more buttons */ | |
| 170 | - | |
| 171 | -/***************** block title pattern *************/ | |
| 172 | -#content .box .block-title { | |
| 173 | - font-size: 12px; | |
| 174 | - text-align: left; | |
| 175 | - border-bottom: none; | |
| 176 | - padding: 5px 8px 18px 7px; | |
| 177 | - text-transform: uppercase; | |
| 178 | - font-family: "open_sansbold", Arial, Helvetica, sans-serif; | |
| 179 | - font-variant: normal; | |
| 180 | - margin: 0px 0px 2px 0px; | |
| 181 | - border-top: 4px solid #4562b1; | |
| 182 | - background: #eee; | |
| 183 | - color: #4562b1; | |
| 184 | -} | |
| 185 | - | |
| 186 | -#content .box-1 .block-title { | |
| 187 | - font-size: 18px; | |
| 188 | - text-transform: none; | |
| 189 | - font-family: "open_sansregular", Arial, Helvetica, sans-serif; | |
| 190 | - padding: 5px 8px 20px 10px; | |
| 191 | -} | |
| 192 | - | |
| 193 | -#content .box-2 .block-outer .block-title { | |
| 194 | - border-top: 4px solid #4562b1; | |
| 195 | - background: #eee; | |
| 196 | - color: #4562b1; | |
| 197 | -} | |
| 198 | -/***************** end of block title pattern ********************/ | |
| 199 | - | |
| 200 | -/**** BUSCA ****/ | |
| 201 | -.search-results-header { | |
| 202 | - border-bottom: 0px; | |
| 203 | -} | |
| 204 | - | |
| 205 | -#public-profile-search, #profile-search-results form, .profile-search-block form { | |
| 206 | - background-color: transparent; | |
| 207 | -} | |
| 208 | - | |
| 209 | -#public-profile-search .search-field .formfield { | |
| 210 | - float: left; | |
| 211 | -} | |
| 212 | - | |
| 213 | -#public-profile-search .search-field .formfield input { | |
| 214 | - margin-top: 0px; | |
| 215 | -} | |
| 216 | - | |
| 217 | -.formfield input, .formfield textarea{ | |
| 218 | - background: none #FFFFFF; | |
| 219 | - border: 1px solid #DDDDDD; | |
| 220 | - color: #585858; | |
| 221 | - font-size: 16px; | |
| 222 | - width: 100%; | |
| 223 | - word-wrap: break-word; | |
| 224 | -} | |
| 225 | - | |
| 226 | -.formfield.type-file input { | |
| 227 | - height: 28px; | |
| 228 | - max-height: 30px; | |
| 229 | -} | |
| 230 | - | |
| 231 | -.formfield input { | |
| 232 | - padding: 5px 0; | |
| 233 | - max-height: 19px; | |
| 234 | -} | |
| 235 | - | |
| 236 | -.search-field .formfield, .search-field .formfield input { | |
| 237 | - margin-right: 0.5em; | |
| 238 | -} | |
| 239 | - | |
| 240 | -#search-page form.search_form input.icon-search { | |
| 241 | - background: url("images/btn_busca.png") no-repeat scroll 50% 50% transparent; | |
| 242 | - border: 1px solid #DDDDDD; | |
| 243 | - min-height: 31px; | |
| 244 | - padding-right: 20px; | |
| 245 | - text-indent: -10000px; | |
| 246 | - max-height: 31px; | |
| 247 | -} | |
| 248 | - | |
| 249 | -#content .button-bar a.icon-cancel span{ | |
| 250 | - vertical-align: text-middle; | |
| 251 | -} | |
| 252 | -/****RESULTADO DA BUSCA *****/ | |
| 253 | - | |
| 254 | -#search-results { | |
| 255 | - width: 100% !important; | |
| 256 | -} | |
| 257 | - | |
| 258 | -.controller-search .multiple-results-boxes .search-results-innerbox.common-profile-list-block { | |
| 259 | - overflow: visible; | |
| 260 | -} | |
| 261 | - | |
| 262 | -.controller-search .search-results-box { | |
| 263 | - width: 100%; | |
| 264 | - margin-bottom: 20px; | |
| 265 | -} | |
| 266 | - | |
| 267 | -.controller-search #search-results h3 { | |
| 268 | - background-color: #497B16; | |
| 269 | - color: white; | |
| 270 | - display: inline-block; | |
| 271 | - margin: 0 0 0 0; | |
| 272 | - padding: 0.5em; | |
| 273 | - position: relative; | |
| 274 | -} | |
| 275 | - | |
| 276 | -.controller-search #search-results .search-results-innerbox li .search-result-title { | |
| 277 | - margin-left: 148px; | |
| 278 | - color: #444444; | |
| 279 | -} | |
| 280 | - | |
| 281 | -.search-article-description { | |
| 282 | - color: #999999; | |
| 283 | -} | |
| 284 | - | |
| 285 | -#search-page .map-or-list-search-results list { | |
| 286 | - | |
| 287 | -} | |
| 288 | - | |
| 289 | -.search-results-innerbox { | |
| 290 | - border-top: 1px solid #CCCCCC; | |
| 291 | -} | |
| 292 | - | |
| 293 | -.controller-search .search-results-innerbox { | |
| 294 | - height: 100%; | |
| 295 | -} | |
| 296 | - | |
| 297 | -.search-results-type-article li.article-item, | |
| 298 | -.search-tagged-items li.article-item, | |
| 299 | -.only-one-result-box li.search-product-item { | |
| 300 | - border-bottom: 0px solid #fff; | |
| 301 | -} | |
| 302 | - | |
| 303 | -.controller-search .search-results-innerbox td.search-field-label{ | |
| 304 | - display: none; | |
| 305 | -} | |
| 306 | - | |
| 307 | -/*busca de midia*/ | |
| 308 | - | |
| 309 | -.media-search-box form span.formfield #media-search-query{ | |
| 310 | - float: left; | |
| 311 | - margin-right: 5px; | |
| 312 | -} | |
| 313 | - | |
| 314 | -/*Busca em Profile*/ | |
| 315 | -#profile-search-results ul.results-list li{ | |
| 316 | - display: block; | |
| 317 | - margin-bottom: 18px; | |
| 318 | -} | |
| 319 | - | |
| 320 | -#profile-search-results ul.results-list .result-title{ | |
| 321 | - color: #444444; | |
| 322 | - display: inline-block; | |
| 323 | - font-size: 180%; | |
| 324 | - font-weight: bold; | |
| 325 | - padding: 4px 0; | |
| 326 | -} | |
| 327 | - | |
| 328 | -#profile-search-results ul.results-list .article-details { | |
| 329 | - color: #999999; | |
| 330 | -} | |
| 331 | - | |
| 332 | -#profile-search-results ul.results-list .article-url { | |
| 333 | - | |
| 334 | -} | |
| 335 | - | |
| 336 | -/**** FIM DE BUSCA ****/ | |
| 337 | - | |
| 338 | -#category-ajax-selector .select-subcategory-link:hover { | |
| 339 | - color: #fff; | |
| 340 | -} | |
| 341 | - | |
| 342 | -/*******************Area de agenda**************************/ | |
| 343 | -.agenda-item a { | |
| 344 | - color: black; | |
| 345 | -} | |
| 346 | -.agenda-item a:visited { | |
| 347 | - color: black; | |
| 348 | - font-weight: normal; | |
| 349 | -} | |
| 350 | -.agenda-item a:hover { | |
| 351 | - color: black; | |
| 352 | - text-decoration: underline !important; | |
| 353 | -} | |
| 354 | -/*******************fim da agenda****************************/ | |
| 355 | - | |
| 356 | -/************** data - evento *************/ | |
| 357 | - | |
| 358 | -li.event-dates { | |
| 359 | - background: url("/images/icons-mime/event.png") no-repeat scroll 100% 50% white; | |
| 360 | - | |
| 361 | - float: none; | |
| 362 | - padding: 5px 32px 5px 5px; | |
| 363 | - text-align: right; | |
| 364 | -} | |
| 365 | -/************************fim data - evento*********************/ | |
| 366 | - | |
| 367 | -/*botão rss*/ | |
| 368 | -#article .blog-feed-link { | |
| 369 | - position: relative; | |
| 370 | - right: 0; | |
| 371 | - top: 0; | |
| 372 | -} | |
| 373 | -/*******************************/ | |
| 374 | - | |
| 375 | -#box-organizer .block-target { clear: both; } | |
| 376 | - | |
| 377 | -/*.profile-info-options*/ | |
| 378 | -#content .profile-info-options { | |
| 379 | - padding-right: 0; | |
| 380 | -} | |
| 381 | - | |
| 382 | -#content .profile-info-options ul { | |
| 383 | - margin-left: 0px; | |
| 384 | -} | |
| 385 | - | |
| 386 | -#content .profile-info-options input.button.with-text, | |
| 387 | -#content .profile-info-options a.button.with-text { | |
| 388 | - background-color: #fff; | |
| 389 | - border-radius: 0 0 0 0; | |
| 390 | - display: block; | |
| 391 | - padding-bottom: 5px; | |
| 392 | - padding-left: 30px; | |
| 393 | - padding-top: 5px; | |
| 394 | - text-align: left; | |
| 395 | -} | |
| 396 | -#content .profile-info-options a.button.with-text{ | |
| 397 | - border: 0px solid #CCCCCC; | |
| 398 | - border-bottom: 2px solid #CCCCCC !important; | |
| 399 | -} | |
| 400 | - | |
| 401 | -#content .profile-info-options input.button:hover, | |
| 402 | -#content .profile-info-options a.button:hover { | |
| 403 | - background-color: #ccc; | |
| 404 | - border: 1pxpx solid #CCC; | |
| 405 | -} | |
| 406 | - | |
| 407 | - | |
| 408 | -/*comentário*/ | |
| 409 | - | |
| 410 | -#comments_list.comments{ | |
| 411 | - border: 1px solid #CCCCCC; | |
| 412 | - margin: 20px 0; | |
| 413 | -} | |
| 414 | - | |
| 415 | -#content .main-block #comments_list h3 { | |
| 416 | - border-bottom: 1px solid #CCCCCC; | |
| 417 | - margin: 0; | |
| 418 | - min-height: 100% !important; | |
| 419 | - padding: 14px; | |
| 420 | - color: #999; | |
| 421 | -} | |
| 422 | -#article .article-comments-list, | |
| 423 | -#article .article-comments-list ul, | |
| 424 | -#article .article-comments-list li { | |
| 425 | - list-style: none outside none; | |
| 426 | - margin: 5px 0 10px; | |
| 427 | - padding: 0; | |
| 428 | -} | |
| 429 | - | |
| 430 | -#article .article-comments-list li { | |
| 431 | - padding: 14px; | |
| 432 | -} | |
| 433 | - | |
| 434 | -.comments .comment-count-write-out { | |
| 435 | - min-height: 100%; | |
| 436 | -} | |
| 437 | - | |
| 438 | -/*btn comentários*/ | |
| 439 | - | |
| 440 | -#content .blog-post .short-post .read-more a{ | |
| 441 | - text-decoration: none; | |
| 442 | - background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #DDD; | |
| 443 | - border: 1px solid #CCC; | |
| 444 | - border-radius: 5px; | |
| 445 | - color: #666; | |
| 446 | - font-weight: bold; | |
| 447 | - padding: 0.5em 1em; | |
| 448 | - text-decoration: none; | |
| 449 | - | |
| 450 | -} | |
| 451 | - | |
| 452 | -/* nao mostrar seta neste tipo de box */ | |
| 453 | -#content .blog-post .short-post .read-more a::after { | |
| 454 | - content: none; | |
| 455 | - } | |
| 456 | - | |
| 457 | -.comment-info { | |
| 458 | - line-height: 1em; | |
| 459 | - margin-top: 5px; | |
| 460 | -} | |
| 461 | - | |
| 462 | -#article .article-comments-list li { | |
| 463 | - display: block; | |
| 464 | - list-style: none outside none; | |
| 465 | - margin: 10px 0 0; | |
| 466 | - padding: 1em; | |
| 467 | -} | |
| 468 | - | |
| 469 | -#article .comment-replies .article-comment { | |
| 470 | - background: url("/images/black-alpha-pixel-5.png") repeat scroll left top transparent; | |
| 471 | - border: 1px solid #808080; | |
| 472 | - border-radius: 5px 5px 5px 5px; | |
| 473 | - margin-top: 0px; | |
| 474 | - padding: 0; | |
| 475 | -} | |
| 476 | - | |
| 477 | -#content .comment-picture { | |
| 478 | - max-width: 50px; | |
| 479 | - word-wrap: break-word; | |
| 480 | -} | |
| 481 | - | |
| 482 | -.comment-replies .comment-picture { | |
| 483 | - height: auto; | |
| 484 | - max-width: 50px; | |
| 485 | - overflow: visible; | |
| 486 | -} | |
| 487 | - | |
| 488 | -.comment-created-at{ | |
| 489 | - display: block; | |
| 490 | - float: none; | |
| 491 | - margin-left: 0; | |
| 492 | - color: red; | |
| 493 | - font-style: italic; | |
| 494 | - margin-bottom: 1em; | |
| 495 | -} | |
| 496 | - | |
| 497 | -#article .article-comment .comment-details h4 { | |
| 498 | - display: block; | |
| 499 | -} | |
| 500 | - | |
| 501 | -.comment-text p { | |
| 502 | - line-height: 1.3em; | |
| 503 | -} | |
| 504 | - | |
| 505 | -.article-comment .comment-details { | |
| 506 | - padding-top: 0; | |
| 507 | -} | |
| 508 | - | |
| 509 | - | |
| 510 | -#comments_list .comment-balloon { | |
| 511 | - | |
| 512 | -} | |
| 513 | -#comments_list .comment-balloon .comment-wrapper-1, | |
| 514 | -#comments_list .comment-balloon .comment-wrapper-2, | |
| 515 | -#comments_list .comment-balloon .comment-wrapper-3, | |
| 516 | -#comments_list .comment-balloon .comment-wrapper-4, | |
| 517 | -#comments_list .comment-balloon .comment-wrapper-5, | |
| 518 | -#comments_list .comment-balloon .comment-wrapper-6, | |
| 519 | -#comments_list .comment-balloon .comment-wrapper-7, | |
| 520 | -#comments_list .comment-balloon .comment-wrapper-8{ | |
| 521 | - background-image: none; | |
| 522 | -} | |
| 523 | - | |
| 524 | -#comments_list a.display-comment-form { | |
| 525 | - background: url("images/bg-btn-ver-mais-1px.png") repeat scroll 0 0 #EEEEEE; | |
| 526 | - border-color: #ddd; | |
| 527 | - margin: 14px; | |
| 528 | -} | |
| 529 | - | |
| 530 | -#content .comment-header .comment-actions-reply{ | |
| 531 | - margin-right: 5px; | |
| 532 | - margin-top: 5px; | |
| 533 | -} | |
| 534 | - | |
| 535 | -.comment-details .menu-submenu { | |
| 536 | - bottom: -4px; | |
| 537 | - right: -130px; | |
| 538 | -} | |
| 539 | - | |
| 540 | -#page-comment-form .post_comment_box { | |
| 541 | - display: inline-block; | |
| 542 | - padding: 5px; | |
| 543 | - text-align: left; | |
| 544 | -} | |
| 545 | - | |
| 546 | -/* fim de comentário*/ | |
| 547 | - | |
| 548 | - | |
| 549 | - | |
| 550 | - | |
| 551 | -/*****fim - removidos do cabecalho-cinza-theme.css**********/ | |
| 552 | - | |
| 553 | -/**********************************************************************/ | |
| 554 | - | |
| 555 | -/*label dos radio buttons da busca*/ | |
| 556 | -#content .search-field label { | |
| 557 | - display: inline-block; | |
| 558 | - font-size: 12px; | |
| 559 | - vertical-align: middle; | |
| 560 | - margin-left: 5px; | |
| 561 | - border: 5px solid red; | |
| 562 | -} | |
| 563 | - | |
| 564 | -#public-profile-search .formfield, #public-profile-search .submit { | |
| 565 | - margin-bottom: 5px; | |
| 566 | -} | |
| 567 | - | |
| 568 | -#content .profile ul{ | |
| 569 | - margin-left: 1em; | |
| 570 | -} | |
| 571 | -/****************************************************************/ |
css-bkp/noosfero-base-theme-overwriting.css
| ... | ... | @@ -1,260 +0,0 @@ |
| 1 | -/************overwriting themes/base/style.css****************/ | |
| 2 | -#wrap-1, #theme-footer { | |
| 3 | - margin: auto; | |
| 4 | - width: 100%; | |
| 5 | -} | |
| 6 | - | |
| 7 | -#wrap-2 { | |
| 8 | - width: 960px; | |
| 9 | - margin: 0 auto; | |
| 10 | - border: none; | |
| 11 | - padding: 0px; | |
| 12 | -} | |
| 13 | - | |
| 14 | -#main { | |
| 15 | - background: #fff; | |
| 16 | - font-size: 1.3em; | |
| 17 | - padding: 1em 0; | |
| 18 | - max-width: 960px; | |
| 19 | - margin: 0 auto; | |
| 20 | -} | |
| 21 | - | |
| 22 | -#wrapper { | |
| 23 | - margin: 0 auto; | |
| 24 | - font-size: 1.2em; | |
| 25 | - width: 100%; | |
| 26 | -} | |
| 27 | - | |
| 28 | -.main-content { | |
| 29 | - border-style: none; | |
| 30 | - box-shadow: none; | |
| 31 | - padding: 10px 20px; | |
| 32 | -} | |
| 33 | - | |
| 34 | -.profile-image-block .admin-link { | |
| 35 | - font-size: 100%; | |
| 36 | -} | |
| 37 | - | |
| 38 | -/* ==> blocks.css <== */ | |
| 39 | - | |
| 40 | -.block a { | |
| 41 | - color: #555753; | |
| 42 | -} | |
| 43 | -.block a:visited { | |
| 44 | - color: #888a85; | |
| 45 | - font-weight: normal; | |
| 46 | -} | |
| 47 | -.block a:hover { | |
| 48 | - color: #2e3436; | |
| 49 | - text-decoration: none; | |
| 50 | -} | |
| 51 | - | |
| 52 | -/* Title Header */ | |
| 53 | -#content .main-block h1, | |
| 54 | -#content .main-block h2, | |
| 55 | -#content .main-block h3, | |
| 56 | -#content .main-block h4 { | |
| 57 | - font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
| 58 | -} | |
| 59 | - | |
| 60 | -#content .main-block h1, | |
| 61 | -#not-found h1, | |
| 62 | -#access-denied h1, | |
| 63 | -#content .no-boxes h1 { | |
| 64 | - color: #444; | |
| 65 | - font-size: 1.7em; | |
| 66 | - padding: 7px 0; | |
| 67 | - margin-left: 0; | |
| 68 | - padding-left: 0.3em; | |
| 69 | - border-bottom: 1px solid #CCCCCC; | |
| 70 | - border-top: 0px solid #172838; | |
| 71 | - font-weight: bold; | |
| 72 | -} | |
| 73 | - | |
| 74 | -#content .title { | |
| 75 | - font-weight: normal; | |
| 76 | - padding-right: 70px; | |
| 77 | -} | |
| 78 | - | |
| 79 | -#content .main-block h3 { | |
| 80 | - font-size: 1.5em; | |
| 81 | - min-height: 48px; | |
| 82 | -} | |
| 83 | - | |
| 84 | -/****************************************/ | |
| 85 | - | |
| 86 | -/*recent documents - everywhere on site*/ | |
| 87 | -#content .recent-documents-block ul { | |
| 88 | - margin-left: 0; | |
| 89 | - padding: 0; | |
| 90 | -} | |
| 91 | - | |
| 92 | -#content .recent-documents-block li { | |
| 93 | - background: none repeat scroll 0 0 #eeeff2; | |
| 94 | - border-bottom: 1px solid #c0c1c1; | |
| 95 | - display: block; | |
| 96 | - margin: 0; | |
| 97 | - min-height: 1em; | |
| 98 | - padding: 20px; | |
| 99 | - text-align: left; | |
| 100 | -} | |
| 101 | - | |
| 102 | -#content .recent-documents-block li a { | |
| 103 | - color: #464A55; | |
| 104 | - line-height: 1.2em; | |
| 105 | -} | |
| 106 | - | |
| 107 | -#content .recent-documents-block li a:hover{ | |
| 108 | - color: #000; | |
| 109 | -} | |
| 110 | - | |
| 111 | -#content .recent-documents-block .block-title { | |
| 112 | - border-bottom: 1px solid #757575; | |
| 113 | - margin-bottom: 0; | |
| 114 | -} | |
| 115 | - | |
| 116 | -#content .link-list-block li a { | |
| 117 | - line-height: 17px; | |
| 118 | - padding: 6px 0px 8px 0px; | |
| 119 | -} | |
| 120 | - | |
| 121 | -#content .link-list-block h3.empty + ul { | |
| 122 | - border-top: 1px solid #ddd; | |
| 123 | -} | |
| 124 | - | |
| 125 | -/* Menus without title shouldn't have padding left and right and shouldn't display icons if are inserted 8 */ | |
| 126 | -#content .link-list-block h3.empty + ul li a { | |
| 127 | - padding-left: 0px; | |
| 128 | - padding-right: 0px; | |
| 129 | - background-image: none; | |
| 130 | -} | |
| 131 | - | |
| 132 | -#content .link-list-block li { | |
| 133 | - border-bottom: 1px solid #ddd; | |
| 134 | - border-top: none; | |
| 135 | - padding: 0; | |
| 136 | - margin: 0; | |
| 137 | - | |
| 138 | -} | |
| 139 | - | |
| 140 | -#content .link-list-block li a { | |
| 141 | - background-color: #fff; | |
| 142 | - border-radius: 0 0 0 0; | |
| 143 | - border-right: medium none; | |
| 144 | - border-top: 0px solid #64946E; | |
| 145 | - color: #2C66CE; | |
| 146 | - font-weight: normal; | |
| 147 | - width: auto; | |
| 148 | - font-size: 14px; | |
| 149 | - padding-left: 18px; | |
| 150 | - padding-right: 5px; | |
| 151 | - background-position: 0px 50%; | |
| 152 | -} | |
| 153 | - | |
| 154 | -#content .link-list-block li a.link-this-page, | |
| 155 | -#content .link-list-block li a.link-this-page:hover { | |
| 156 | - border-right: none; | |
| 157 | -} | |
| 158 | - | |
| 159 | -#content .box .link-list-block li a:hover { | |
| 160 | - background-color: #FFFFFF; | |
| 161 | - color: #000; | |
| 162 | -} | |
| 163 | - | |
| 164 | -#content .box .link-list-block li a.link-this-page { | |
| 165 | - background-color: #ffffff; | |
| 166 | - font-weight: bold; | |
| 167 | - width: auto; | |
| 168 | - margin-left: 0px; | |
| 169 | -} | |
| 170 | - | |
| 171 | -#site-title { | |
| 172 | - position: absolute; | |
| 173 | - left: 8px; | |
| 174 | - top: -160px; | |
| 175 | - height: 78px; | |
| 176 | - width: 480px; | |
| 177 | - display: none; | |
| 178 | -} | |
| 179 | - | |
| 180 | -#content { | |
| 181 | - left: -480px; | |
| 182 | - margin-left: 50%; | |
| 183 | - margin-top: 38px; | |
| 184 | - position: relative; | |
| 185 | - width: 960px; | |
| 186 | -} | |
| 187 | - | |
| 188 | - | |
| 189 | -input.button.with-text { | |
| 190 | - background-position: 3px 50%; | |
| 191 | - font-size: 12px; | |
| 192 | - padding: 0 2px 2px 20px; | |
| 193 | - max-height: 28px; | |
| 194 | -} | |
| 195 | - | |
| 196 | -#content a.button.with-text, | |
| 197 | -#content a.button.with-text { | |
| 198 | - height: 28px; | |
| 199 | - max-height: 28px; | |
| 200 | -} | |
| 201 | - | |
| 202 | -#content input.button, #content a.button { | |
| 203 | - background-color: #EEEEEE; | |
| 204 | - background-repeat: no-repeat; | |
| 205 | - border: 0px solid #CCCCCC; | |
| 206 | - color: #555555; | |
| 207 | - line-height: 16px; | |
| 208 | - text-decoration: none; | |
| 209 | -} | |
| 210 | - | |
| 211 | -#content #article-actions input.button, | |
| 212 | -#content #article-actions a.button, | |
| 213 | -#content a.button, | |
| 214 | -#content input.button { | |
| 215 | - background-color: transparent; | |
| 216 | - border: 1px solid #CCCCCC; | |
| 217 | - vertical-align: middle; | |
| 218 | -} | |
| 219 | - | |
| 220 | -#content a.button.with-text { | |
| 221 | - line-height: 28px; | |
| 222 | - height: 30px; | |
| 223 | - max-height: 30px; | |
| 224 | -} | |
| 225 | -#content form input.button.submit { | |
| 226 | - height: 32px; | |
| 227 | - max-height: 32px; | |
| 228 | - margin-right: 5px; | |
| 229 | -} | |
| 230 | - | |
| 231 | -#content #article-actions input.button:hover, | |
| 232 | -#content #article-actions a.button:hover { | |
| 233 | - background-color: #ccc; | |
| 234 | - border: 1px solid #CCCCCC; | |
| 235 | - color: white; | |
| 236 | -} | |
| 237 | - | |
| 238 | - | |
| 239 | -#content a.button:hover { | |
| 240 | - border: 1px solid #CCCCCC; | |
| 241 | -} | |
| 242 | - | |
| 243 | -/*label of search's radio buttons*/ | |
| 244 | -#content .search-field label { | |
| 245 | - display: inline-block; | |
| 246 | - font-size: 12px; | |
| 247 | - vertical-align: middle; | |
| 248 | - margin-left: 5px; | |
| 249 | -} | |
| 250 | - | |
| 251 | -#public-profile-search .formfield, #public-profile-search .submit { | |
| 252 | - margin-bottom: 5px; | |
| 253 | -} | |
| 254 | - | |
| 255 | -#content .profile ul{ | |
| 256 | - margin-left: 1em; | |
| 257 | -} | |
| 258 | - | |
| 259 | -/*********************end of overwritting themes/base/style.css*********************************/ | |
| 260 | - |
css-bkp/recent-content.css
| ... | ... | @@ -1,14 +0,0 @@ |
| 1 | - | |
| 2 | -#content .recent-documents-block .block-inner-2 { | |
| 3 | - background-color: #eeeff1; | |
| 4 | - border: 1px solid #c0c1c1; | |
| 5 | - border-radius:8px; | |
| 6 | - margin:11px 0px; | |
| 7 | - padding: 10px 0px; | |
| 8 | -} | |
| 9 | - | |
| 10 | - | |
| 11 | -#content .recent-documents-block .block-inner-2 .block-title{ | |
| 12 | - background-color: #eeeff1; | |
| 13 | - border-top:none; | |
| 14 | -} |
css-bkp/search-page.css
| ... | ... | @@ -1,128 +0,0 @@ |
| 1 | -/**** search page *****/ | |
| 2 | - | |
| 3 | -#search-results { | |
| 4 | - width: 100% !important; | |
| 5 | -} | |
| 6 | - | |
| 7 | -.controller-search .multiple-results-boxes .search-results-innerbox.common-profile-list-block { | |
| 8 | - overflow: visible; | |
| 9 | -} | |
| 10 | - | |
| 11 | -.controller-search .search-results-box { | |
| 12 | - width: 100%; | |
| 13 | - margin-bottom: 20px; | |
| 14 | -} | |
| 15 | - | |
| 16 | -.controller-search #search-results h3 { | |
| 17 | - background-color: #497B16; | |
| 18 | - color: white; | |
| 19 | - display: inline-block; | |
| 20 | - margin: 0 0 0 0; | |
| 21 | - padding: 0.5em; | |
| 22 | - position: relative; | |
| 23 | -} | |
| 24 | - | |
| 25 | -.controller-search #search-results .search-results-innerbox li .search-result-title { | |
| 26 | - margin-left: 148px; | |
| 27 | - color: #444444; | |
| 28 | -} | |
| 29 | - | |
| 30 | -.search-article-description { | |
| 31 | - color: #999999; | |
| 32 | -} | |
| 33 | - | |
| 34 | -.search-results-innerbox { | |
| 35 | - border-top: 1px solid #CCCCCC; | |
| 36 | -} | |
| 37 | - | |
| 38 | -.controller-search .search-results-innerbox { | |
| 39 | - height: 100%; | |
| 40 | -} | |
| 41 | - | |
| 42 | -.search-results-type-article li.article-item, | |
| 43 | -.search-tagged-items li.article-item, | |
| 44 | -.only-one-result-box li.search-product-item { | |
| 45 | - border-bottom: 0px solid #fff; | |
| 46 | -} | |
| 47 | - | |
| 48 | -.controller-search .search-results-innerbox td.search-field-label{ | |
| 49 | - display: none; | |
| 50 | -} | |
| 51 | - | |
| 52 | -/*midia's search*/ | |
| 53 | - | |
| 54 | -.media-search-box form span.formfield #media-search-query{ | |
| 55 | - float: left; | |
| 56 | - margin-right: 5px; | |
| 57 | -} | |
| 58 | - | |
| 59 | -/*profile's search*/ | |
| 60 | -#profile-search-results ul.results-list li{ | |
| 61 | - display: block; | |
| 62 | - margin-bottom: 18px; | |
| 63 | -} | |
| 64 | - | |
| 65 | -#profile-search-results ul.results-list .result-title{ | |
| 66 | - color: #444444; | |
| 67 | - display: inline-block; | |
| 68 | - font-size: 180%; | |
| 69 | - font-weight: bold; | |
| 70 | - padding: 4px 0; | |
| 71 | -} | |
| 72 | - | |
| 73 | -#profile-search-results ul.results-list .article-details { | |
| 74 | - color: #999999; | |
| 75 | -} | |
| 76 | - | |
| 77 | -/**** enf of search page ****/ | |
| 78 | - | |
| 79 | -/**** global search result ****/ | |
| 80 | -.search-results-header { | |
| 81 | - border-bottom: 0px; | |
| 82 | -} | |
| 83 | - | |
| 84 | -#public-profile-search, #profile-search-results form, .profile-search-block form { | |
| 85 | - background-color: transparent; | |
| 86 | -} | |
| 87 | - | |
| 88 | -#public-profile-search .search-field .formfield { | |
| 89 | - float: left; | |
| 90 | -} | |
| 91 | - | |
| 92 | -#public-profile-search .search-field .formfield input { | |
| 93 | - margin-top: 0px; | |
| 94 | -} | |
| 95 | - | |
| 96 | -.formfield input, .formfield textarea{ | |
| 97 | - background: none #FFFFFF; | |
| 98 | - border: 1px solid #DDDDDD; | |
| 99 | - color: #585858; | |
| 100 | - font-size: 16px; | |
| 101 | - width: 100%; | |
| 102 | - word-wrap: break-word; | |
| 103 | -} | |
| 104 | - | |
| 105 | -.formfield.type-file input { | |
| 106 | - height: 28px; | |
| 107 | - max-height: 30px; | |
| 108 | -} | |
| 109 | - | |
| 110 | -.formfield input { | |
| 111 | - padding: 5px 0; | |
| 112 | - max-height: 19px; | |
| 113 | -} | |
| 114 | - | |
| 115 | -.search-field .formfield, .search-field .formfield input { | |
| 116 | - margin-right: 0.5em; | |
| 117 | -} | |
| 118 | - | |
| 119 | -#search-page form.search_form input.icon-search { | |
| 120 | - background: url("images/btn_busca.png") no-repeat scroll 50% 50% transparent; | |
| 121 | - border: 1px solid #DDDDDD; | |
| 122 | - min-height: 31px; | |
| 123 | - padding-right: 20px; | |
| 124 | - text-indent: -10000px; | |
| 125 | - max-height: 31px; | |
| 126 | -} | |
| 127 | - | |
| 128 | -/***** end of search result *****/ |
css-bkp/software-catalog-page.css
| ... | ... | @@ -1,258 +0,0 @@ |
| 1 | - /*controller-search action-search-software_infos template-default webkit*/ | |
| 2 | - | |
| 3 | -#catalog-filter{ | |
| 4 | - display: none; | |
| 5 | -} | |
| 6 | - | |
| 7 | -.action-search-software_infos #content #main-content-wrapper-8 h1{ | |
| 8 | - border-top: 4px solid #3E67B1 !important; | |
| 9 | - color: #2B65cd !important; | |
| 10 | - text-transform: uppercase; | |
| 11 | - font-size: 16px !important; | |
| 12 | - padding: 15px 0px 10px 15px; | |
| 13 | - border-bottom:none !important; | |
| 14 | - background-color:#eee; | |
| 15 | - /*padding-left: 0.8em !important;*/ | |
| 16 | - /*margin-left: 0px;*/ | |
| 17 | -} | |
| 18 | - | |
| 19 | -.action-search-software_infos #main-content-wrapper-8 .search-form{ | |
| 20 | - margin-top:-10px; | |
| 21 | - background-color: #eee; /*#f1f1f1;*/ | |
| 22 | -} | |
| 23 | - | |
| 24 | -.search-form{ | |
| 25 | - background: #ecedf1; | |
| 26 | - border-radius: 4px; | |
| 27 | -} | |
| 28 | - | |
| 29 | -.search-form #search-subheader{ | |
| 30 | - padding-left: 14px; | |
| 31 | -} | |
| 32 | -.search-form #search-header #search-filters{ | |
| 33 | - float: left !important; | |
| 34 | - padding-left: 14px; | |
| 35 | -} | |
| 36 | - | |
| 37 | -.action-search-software_infos .map-or-list-search-results{ | |
| 38 | - margin-top:20px; | |
| 39 | -} | |
| 40 | - | |
| 41 | -.action-search-software_infos .search-results-header{ | |
| 42 | - border-bottom: 1px solid #ccc !important; | |
| 43 | -} | |
| 44 | - | |
| 45 | -#search-input { | |
| 46 | - font-size:110%; | |
| 47 | - margin: 0px 0px 15px 15px; | |
| 48 | - border-radius: 4px; | |
| 49 | - padding: 0.55em; | |
| 50 | -} | |
| 51 | - | |
| 52 | -#search-input.blur { | |
| 53 | - font-size:110%; | |
| 54 | - font-style: normal; | |
| 55 | - color: #eee; /*#aaa;*/ | |
| 56 | - margin: 0px 0px 15px 15px; | |
| 57 | - border-radius:4px; | |
| 58 | - padding:0.55em; | |
| 59 | -} | |
| 60 | - | |
| 61 | -.controller-search .search-field .formfield { | |
| 62 | - width: 80%; | |
| 63 | -} | |
| 64 | - | |
| 65 | -.controller-search #content form input.button.submit { | |
| 66 | - height: 30px; | |
| 67 | - max-height: 30px; | |
| 68 | - width: 104px; | |
| 69 | - margin-bottom: 22px; | |
| 70 | - margin-left: 32px; | |
| 71 | - text-transform: uppercase; | |
| 72 | - font-weight: bold; | |
| 73 | - /*border: 1px solid #4562b1;*/ | |
| 74 | - /*padding:0px;*/ | |
| 75 | - color:#ffffff; | |
| 76 | - background-color:#4562b1; | |
| 77 | -} | |
| 78 | - | |
| 79 | -.controller-search .search-results-type-empty div{ | |
| 80 | - text-align: left; | |
| 81 | - color:#172738; | |
| 82 | - font-size:20px; | |
| 83 | - padding:5px; | |
| 84 | - | |
| 85 | -} | |
| 86 | -.action-search-software_infos #content input.button{ | |
| 87 | - background-color:#2B65cd; | |
| 88 | - border: 1px solid #2B65cd; | |
| 89 | - font-family:open_sansbold; | |
| 90 | - color: #ffffff; | |
| 91 | - border-radius: 4px; | |
| 92 | - padding:0px; | |
| 93 | -} | |
| 94 | - | |
| 95 | -.action-search-software_infos .icon-search{ | |
| 96 | - background-image:none !important; | |
| 97 | - | |
| 98 | -} | |
| 99 | -/* | |
| 100 | -.search-enterprise-item { | |
| 101 | - border-bottom: 1px solid #eee; | |
| 102 | -}*/ | |
| 103 | - | |
| 104 | -.controller-search .action-search-software_infos .search-field .formfield { | |
| 105 | - width: 80%; | |
| 106 | -} | |
| 107 | - | |
| 108 | -.action-search-software_infos .only-one-result-box .search-enterprise-item { | |
| 109 | - padding-top:35px !important; | |
| 110 | - padding-bottom: 35px !important; | |
| 111 | - background: #ffffff; | |
| 112 | - /*padding: 50px 0 !important;*/ | |
| 113 | -} | |
| 114 | - | |
| 115 | -.action-search-software_infos .search-results-innerbox { | |
| 116 | - border:none; | |
| 117 | - background:#ffffff; | |
| 118 | -} | |
| 119 | - | |
| 120 | -.action-search-software_infos .common-profile-list-block .vcard:hover { | |
| 121 | - border: none; | |
| 122 | - background: none; | |
| 123 | -} | |
| 124 | - | |
| 125 | -.action-search-software_infos .common-profile-list-block .vcard:hover .menu-submenu-trigger { | |
| 126 | - display:none; | |
| 127 | -} | |
| 128 | - | |
| 129 | -.action-search-software_infos .common-profile-list-block .vcard a.profile_link{ | |
| 130 | - float:left; | |
| 131 | -} | |
| 132 | - | |
| 133 | -/* | |
| 134 | -.common-profile-list-block .profile-image { | |
| 135 | - padding:0px 200px; | |
| 136 | -} | |
| 137 | -*/ | |
| 138 | - | |
| 139 | -.action-search-software_infos .search-enterprise-item-column-left{ | |
| 140 | - border-right: 1px solid #ccc; | |
| 141 | - width: 143px; | |
| 142 | - height: 130px; | |
| 143 | - /*padding: 0px 60px 0px 10px; /*50 no lugar coloquei 70*/ | |
| 144 | - /*margin:none;*/ | |
| 145 | - /*position:absolute;*/ | |
| 146 | -} | |
| 147 | - | |
| 148 | -.action-search-software_infos .search-enterprise-item-column-right{ | |
| 149 | - width:60%; /*440px;*/ | |
| 150 | - float:left; | |
| 151 | - margin-left: 130px; | |
| 152 | - /*text-align: justify;*/ | |
| 153 | -} | |
| 154 | - | |
| 155 | -#content .search-results-box .vcard { | |
| 156 | - display: table; | |
| 157 | -} | |
| 158 | - | |
| 159 | -#content .vcard a:hover{ | |
| 160 | - color:#2C66CE; | |
| 161 | -} | |
| 162 | - | |
| 163 | -.action-search-software_infos .common-profile-list-block .vcard { | |
| 164 | - border: none; | |
| 165 | -} | |
| 166 | - | |
| 167 | -.action-search-software_infos .org { | |
| 168 | - display:none !important; | |
| 169 | -} | |
| 170 | - | |
| 171 | -.action-search-software_infos .search-enterprise-item-column-left .vcard img { | |
| 172 | - max-width: 90px; | |
| 173 | - height: auto; | |
| 174 | - /*margin-left: 15px; | |
| 175 | - margin-right: 15px;*/ | |
| 176 | - /*max-height: 130px; /*90px;*/ | |
| 177 | - /*margin-left: 60%; /*30%;90px; | |
| 178 | - position: absolute; | |
| 179 | - float: left;*/ | |
| 180 | -} | |
| 181 | - | |
| 182 | -.action-search-software_infos .common-profile-list-block img{ | |
| 183 | - max-height: none; | |
| 184 | -} | |
| 185 | - | |
| 186 | -.action-search-software_infos .common-profile-list-block .profile-image{ | |
| 187 | - /*padding:20px 40px;*/ | |
| 188 | - margin-left: 140px; /*85px; TESTANDO*/ | |
| 189 | - /*margin-top: 10px;*/ | |
| 190 | - width: 130px; | |
| 191 | - height: 130px; | |
| 192 | -} | |
| 193 | - | |
| 194 | -.action-search-software_infos .common-profile-list-block .extra_info { | |
| 195 | - font-size: 13px; | |
| 196 | - font-family: Arial; | |
| 197 | - opacity: inherit; | |
| 198 | - width:135px; | |
| 199 | - padding-right:20px; | |
| 200 | - text-align: left; | |
| 201 | - position:absolute; | |
| 202 | - top:0px; | |
| 203 | - /* margin-bottom:130px;*/ /*verificar melhor forma de fazer, tamanho da barra laterial*/ | |
| 204 | - | |
| 205 | -} | |
| 206 | -.action-search-software_infos .common-profile-list-block .extra_info::before{ | |
| 207 | - content: url("images/ic-calendar.png"); | |
| 208 | - line-height: 20px; | |
| 209 | - margin-right:10px; | |
| 210 | - margin-top:6px; | |
| 211 | - float: left; | |
| 212 | - /*padding-top: 10px;*/ | |
| 213 | - /* position: static; */ | |
| 214 | - /* overflow: auto; */ | |
| 215 | -} | |
| 216 | - | |
| 217 | -.action-search-software_infos .search-enterprise-item .search-enterprise-item-column-right { | |
| 218 | - font-size: 15px; | |
| 219 | - padding-top: 0px; | |
| 220 | - font-family: Arial; | |
| 221 | -} | |
| 222 | - | |
| 223 | -.action-search-software_infos .search-enterprise-item-column-right .search-community-content-block h4 a { | |
| 224 | - color:#172938 !important; | |
| 225 | - font-size:19px !important; | |
| 226 | -} | |
| 227 | -.action-search-software_infos .search-enterprise-item-column-right span b{ | |
| 228 | - font-weight: normal; | |
| 229 | -} | |
| 230 | - | |
| 231 | -.action-search-software_infos .search-enterprise-item-column-right span b:last-child { | |
| 232 | - float: left; | |
| 233 | - margin-right: 10px; | |
| 234 | - /*font-size: 13px;*/ /*font deve ser aplicada as categorias*/ | |
| 235 | -} | |
| 236 | -/* Verificar a melhor maneira de fazer | |
| 237 | -.action-search-software_infos .search-enterprise-item-column-right span b:nth-last-child(2){ | |
| 238 | - display: none; | |
| 239 | -} | |
| 240 | - | |
| 241 | -.action-search-software_infos .search-enterprise-item-column-right span a:nth-last-child(1){ | |
| 242 | - display: none; | |
| 243 | -}*/ | |
| 244 | - | |
| 245 | -.action-search-software_infos .search-community-content-block #categories-list{ | |
| 246 | - margin-top:35px; | |
| 247 | - margin-bottom: 10px; | |
| 248 | -} | |
| 249 | -.action-search-software_infos .search-community-content-block #categories-list li{ | |
| 250 | - text-decoration: underline; | |
| 251 | - font-size: 13px; | |
| 252 | - color:#2B65cd; | |
| 253 | - display:block !important; | |
| 254 | - float:left; | |
| 255 | - margin-right: 10px !important; | |
| 256 | - width: auto !important; | |
| 257 | -} | |
| 258 | - |
css-bkp/software-page.css
| ... | ... | @@ -1,604 +0,0 @@ |
| 1 | - | |
| 2 | -/*Static block for box3*/ | |
| 3 | -#content .box-3 .statistics-block .block-inner-2 .block-title{ | |
| 4 | - font-size: 0px; | |
| 5 | - border-top: none; | |
| 6 | - background: none; | |
| 7 | - border-bottom: none; | |
| 8 | - padding: 0px; | |
| 9 | - margin-top:-11px; | |
| 10 | -} | |
| 11 | -#content .box-3 .statistics-block .block-inner-2 .statistics-block-data{ | |
| 12 | - font-size: 12px; | |
| 13 | -} | |
| 14 | - | |
| 15 | -/*Software Information block*/ | |
| 16 | -#content .block.software-information-block{ | |
| 17 | - margin-bottom:60px;} | |
| 18 | - | |
| 19 | - | |
| 20 | -#software-information-block-table{ | |
| 21 | - width:515px; | |
| 22 | - margin:0px 15px; | |
| 23 | -} | |
| 24 | - | |
| 25 | -#software-information-block-table td{ | |
| 26 | - display: none; | |
| 27 | -} | |
| 28 | - | |
| 29 | -#software-information-block-table td#col-profile-big-image, | |
| 30 | -#software-information-block-table td#col-software-name { | |
| 31 | - display: table-cell; | |
| 32 | -} | |
| 33 | - | |
| 34 | -/* Estilo correto para 2 colunas */ | |
| 35 | -/* | |
| 36 | -#col-software-name h1 { | |
| 37 | - text-align: left; | |
| 38 | - font-size: 34px; | |
| 39 | - line-height: 1.2em; | |
| 40 | - font-family: Arial, open_sansbold, Helvetica, sans-serif; | |
| 41 | - font-weight: bold;} | |
| 42 | -*/ | |
| 43 | - | |
| 44 | -/* Estilo temporario 1 coluna */ | |
| 45 | -#col-software-name h1 { | |
| 46 | - text-align: left; | |
| 47 | - font-size: 30px; | |
| 48 | - line-height: 1.1em; | |
| 49 | - font-family: Arial, open_sansbold, Helvetica, sans-serif; | |
| 50 | - font-weight: bold;} | |
| 51 | - | |
| 52 | -#col-software-name B{ | |
| 53 | - font-weight: normal; | |
| 54 | - font-family: Arial, open_sansregular, Helvetica, sans-serif; | |
| 55 | - font-size: 16px; | |
| 56 | - line-height: 1.3em; | |
| 57 | -} | |
| 58 | -#col-software-name { | |
| 59 | - font-style: normal; | |
| 60 | - vertical-align:top; !important; | |
| 61 | -} | |
| 62 | - | |
| 63 | - | |
| 64 | -/* | |
| 65 | -.box-3.statistics-block{ | |
| 66 | -border: none; | |
| 67 | - | |
| 68 | -}*/ | |
| 69 | - | |
| 70 | -/* BOX DOWNLOAD */ | |
| 71 | - | |
| 72 | -#download_spb { | |
| 73 | - /*text-align: left; | |
| 74 | - border:1px solid #c0c1c1; | |
| 75 | - border-radius: 8px; | |
| 76 | - padding:10px;*/ | |
| 77 | - width: 490px; | |
| 78 | - margin: 0px 15px; | |
| 79 | - padding: 20px 20px 30px; | |
| 80 | - border-radius: 4px; | |
| 81 | - background-image: -o-linear-gradient(-89deg, #0099FF 0%, #3E67B1 100%); | |
| 82 | - background-image: -moz-linear-gradient(-89deg, #0099FF 0%, #3E67B1 100%); | |
| 83 | - background-image: -ms-linear-gradient(-89deg, #0099FF 0%, #3E67B1 100%); | |
| 84 | - background-image: linear-gradient(-179deg, #0099FF 0%, #3E67B1 100%); | |
| 85 | - | |
| 86 | -} | |
| 87 | - | |
| 88 | -#download_spb h2{ | |
| 89 | - font-family: open_sansbold; | |
| 90 | - font-size: 28px; | |
| 91 | - color: #ECEDF1; | |
| 92 | - margin-top: 0px; | |
| 93 | -} | |
| 94 | - | |
| 95 | -#download_spb span { | |
| 96 | - font-family: open_sansregular; | |
| 97 | - font-size: 13px; | |
| 98 | - color: #ECEDF1; | |
| 99 | - text-decoration:none; | |
| 100 | -} | |
| 101 | - | |
| 102 | -#download_spb a, | |
| 103 | -#download_spb a:visited, | |
| 104 | -#download_spb a:link { | |
| 105 | - font-family: open_sansbold; | |
| 106 | - font-size: 18px; | |
| 107 | - color: #FFFFFF; | |
| 108 | - text-decoration:none; | |
| 109 | - margin-right: 10px; | |
| 110 | -} | |
| 111 | - | |
| 112 | - | |
| 113 | -#download_spb:hover {background: #0099FF;} | |
| 114 | - | |
| 115 | -#download_spb:hover h2, #download_spb:hover spam {color: #8ECBF7;} | |
| 116 | - | |
| 117 | -#content #download_spb:hover a { | |
| 118 | - text-decoration:underline; | |
| 119 | - color: #FFFFFF; | |
| 120 | - } | |
| 121 | - | |
| 122 | -/* Requisitos */ | |
| 123 | - | |
| 124 | -#content span.req_spb a, | |
| 125 | -#content span.req_spb a:visited, | |
| 126 | -#content span.req_spb a:link, | |
| 127 | -#content span.nov_spb a, | |
| 128 | -#content span.nov_spb a:visited, | |
| 129 | -#content span.nov_spb a:link | |
| 130 | -#content span.licensed a, | |
| 131 | -#content span.licensed a:visited, | |
| 132 | -#content span.licensed a:link { | |
| 133 | - font-family: open_sansregular; | |
| 134 | - font-size: 12px; | |
| 135 | - /*color: #ECEDF1; | |
| 136 | - text-decoration:underline;*/ | |
| 137 | -} | |
| 138 | - | |
| 139 | -#download_info { | |
| 140 | - margin:2px 20px 0; | |
| 141 | -} | |
| 142 | - | |
| 143 | -#content span.req_spb, #content span.nov_spb, #content span.licensed { | |
| 144 | - padding: 5px; | |
| 145 | -} | |
| 146 | - | |
| 147 | -#content span.req_spb a:hover , #content span.nov_spb a:hover, #content span.licensed a:hover { | |
| 148 | - color: #8ECBF7; | |
| 149 | -} | |
| 150 | -/************Bloco de download de Software**************/ | |
| 151 | -#download-block-2{ | |
| 152 | - border:1px solid #D3D6DE; | |
| 153 | - border-radius: 10px; | |
| 154 | - /*width: 490px;*/ | |
| 155 | - margin: 0px 15px; | |
| 156 | -} | |
| 157 | - | |
| 158 | -#download_spb-2{ | |
| 159 | - font-family: arial; | |
| 160 | - /*border-bottom: 1px solid #ccc;*/ | |
| 161 | - background-color: #D3D6DE; | |
| 162 | - border-top-left-radius:8px; | |
| 163 | - border-top-right-radius:8px; | |
| 164 | - padding:5px 10px; /*3px 11px;*/ | |
| 165 | -} | |
| 166 | - | |
| 167 | -#download_spb-2 h3{ | |
| 168 | - margin:6px 0px 2px 10px; | |
| 169 | - font-size: 20px; | |
| 170 | -} | |
| 171 | - | |
| 172 | -#download-info-1, | |
| 173 | -#download-info-2, | |
| 174 | -#download-info-3{ | |
| 175 | - /*padding: 20px 15px 20px 15px;*/ | |
| 176 | - padding:30px 10px 30px 10px; | |
| 177 | - clear: both; | |
| 178 | - border-top: 1px solid #D3D6DE; | |
| 179 | -} | |
| 180 | - | |
| 181 | -#download-info-2{ | |
| 182 | - background: #ECEDF1; | |
| 183 | -} | |
| 184 | - | |
| 185 | -#version01{ | |
| 186 | - /*background-image:url("download-icon.png"); | |
| 187 | - background-repeat: no-repeat;*/ | |
| 188 | - /*border:1px solid #2c66ce;/*#5E82C6;*/ | |
| 189 | - /*border-radius: 8px; | |
| 190 | - /*background-color: #2c66ce;/*#5E82C6;*/ | |
| 191 | - /*padding: 20px 10px;*/ | |
| 192 | - width:80px; | |
| 193 | - float:left; | |
| 194 | - margin-right: 20px; | |
| 195 | - margin-left: 15px; | |
| 196 | - clear:both; | |
| 197 | - | |
| 198 | -} | |
| 199 | - | |
| 200 | - | |
| 201 | -#image-download{ | |
| 202 | - background-color: #2c66ce;/*#5E82C6;*/ | |
| 203 | - border:1px solid #2c66ce;/*#5E82C6;*/ | |
| 204 | - border-top-right-radius:8px; | |
| 205 | - border-top-left-radius: 8px; | |
| 206 | - background-image: url("images/download-icon.png"); | |
| 207 | - background-repeat: no-repeat; | |
| 208 | - background-position: center; /*15px;*/ | |
| 209 | - padding:50px 0px 8px 0px; /*20px;*/ /*15px 15px;*/ /*5px 10px;*/ | |
| 210 | - /*margin: 0px 9px; */ | |
| 211 | - /*width: 45px;*/ | |
| 212 | - /*height: 25px;*/ | |
| 213 | - display:block; | |
| 214 | -} | |
| 215 | - | |
| 216 | -#size-download{ | |
| 217 | - text-align:center; | |
| 218 | - color:#ffffff; | |
| 219 | - font-size: 12px; | |
| 220 | - background-color: #1a397d; /*#3E67B1;*/ | |
| 221 | - border:1px solid #1a397d; | |
| 222 | - border-bottom-right-radius: 8px; | |
| 223 | - border-bottom-left-radius: 8px; | |
| 224 | - display:block; | |
| 225 | - /*padding: 0px 10px 3px 6px; /*3px 22px;*/ | |
| 226 | - /* width: 45px; | |
| 227 | - height: 17px; | |
| 228 | - margin:0px 9px; | |
| 229 | - line-height: 20px; */ | |
| 230 | -} | |
| 231 | - | |
| 232 | -/* | |
| 233 | -#version01{ | |
| 234 | - border:1px solid blue; | |
| 235 | - border-radius: 8px; | |
| 236 | - /*background-color: blue; | |
| 237 | - padding: 20px 10px; | |
| 238 | - width:40px; | |
| 239 | - float:left; | |
| 240 | - margin-right: 20px; | |
| 241 | - | |
| 242 | -}*/ | |
| 243 | -.item-icon a { | |
| 244 | - display: none; | |
| 245 | -} | |
| 246 | - | |
| 247 | -.item-icon { | |
| 248 | - background-color: #2C66CE; | |
| 249 | - background-image: url("images/download-icon.png"); | |
| 250 | - background-position: center center; | |
| 251 | - background-repeat: no-repeat; | |
| 252 | - border: 1px solid #2C66CE; | |
| 253 | - border-radius: 8px; | |
| 254 | - display: block; | |
| 255 | - padding: 45px 45px 5px 10px; | |
| 256 | - float: left; | |
| 257 | - margin-right: 20px; | |
| 258 | -} | |
| 259 | - | |
| 260 | -#info-software-download{ | |
| 261 | - font-size: 16px; | |
| 262 | - position: relative; | |
| 263 | - margin: 5px 0px 0px 100px; | |
| 264 | -} | |
| 265 | - | |
| 266 | -.download-name{ | |
| 267 | - font-weight: bold; | |
| 268 | - display: block; | |
| 269 | -} | |
| 270 | - | |
| 271 | -.download-system{ | |
| 272 | - font-size: 14px; | |
| 273 | - display: block; | |
| 274 | - | |
| 275 | -} | |
| 276 | - | |
| 277 | -.req_min_spb{ | |
| 278 | - font-size: 12px; | |
| 279 | -} | |
| 280 | - | |
| 281 | -.req_min_spb a{ | |
| 282 | - line-height: 40px; | |
| 283 | - color:#3E67B1; | |
| 284 | - text-decoration: underline; | |
| 285 | -} | |
| 286 | - | |
| 287 | -#licensed-software{ | |
| 288 | - border-top: 1px solid #D3D6DE; | |
| 289 | - background-color: #D3D6DE; | |
| 290 | - text-align: right; | |
| 291 | - padding:14px; | |
| 292 | - border-bottom-right-radius:8px; | |
| 293 | - border-bottom-left-radius:8px; | |
| 294 | - font-size: 12px; | |
| 295 | -} | |
| 296 | -#licensed-software a{ | |
| 297 | - color: #3e67b1; | |
| 298 | -} | |
| 299 | - | |
| 300 | -/**************fim do bloco de software versao 2**********/ | |
| 301 | - | |
| 302 | -/************* Artigos ****************/ | |
| 303 | - | |
| 304 | -.main-block #article-header H1.title, #content .main-block H1, #content .main-block .article-body H1{ | |
| 305 | - padding:0 !important; | |
| 306 | - margin:0 0 10px !important; | |
| 307 | - border:none !important; | |
| 308 | - font-size: 22px !important; | |
| 309 | - line-height: 1.3em !important; | |
| 310 | - font-family: Arial, open_sansbold, Helvetica, sans-serif !important; | |
| 311 | - font-variant:normal; | |
| 312 | - font-weight: bold; | |
| 313 | - color:#172938;} | |
| 314 | - | |
| 315 | - | |
| 316 | -#content .main-block .article-body H1{ | |
| 317 | - padding-top:25px !important; | |
| 318 | - margin-top:25px !important; | |
| 319 | - border-top:solid 1px #D7D7D7 !important; | |
| 320 | -} | |
| 321 | - | |
| 322 | -.article-body P{ | |
| 323 | - text-align:left; | |
| 324 | - font-size:14px; | |
| 325 | - line-height:1.3em; | |
| 326 | - margin-bottom:10px;} | |
| 327 | - | |
| 328 | - | |
| 329 | - | |
| 330 | -/*Static block for box3*/ | |
| 331 | -#content .box-1 .tags-block .block-inner-2 .block-title{ | |
| 332 | - font-size: 11px; | |
| 333 | - border-top: 1px solid #8b949b; | |
| 334 | - /*border-top: none;*/ | |
| 335 | - background: none; | |
| 336 | - /*border-bottom: 1px solid #8b949b;*/ | |
| 337 | - /*border-bottom: none;*/ | |
| 338 | - padding: 15px 0px 0px 3px; | |
| 339 | - /*margin:10px; s*/ | |
| 340 | - /*margin-top:-5px;*/ | |
| 341 | -} | |
| 342 | - | |
| 343 | -#content .box-1 .tags-block .block-inner-2 .tag_cloud{ | |
| 344 | - /*margin-top:-11px;*/ | |
| 345 | - margin-bottom: 15px; | |
| 346 | - text-align: left; | |
| 347 | - margin-top: -24px; | |
| 348 | - margin-left: 42px; | |
| 349 | - | |
| 350 | -} | |
| 351 | - | |
| 352 | -#content .box-1 .tags-block .block-inner-2 .tag_cloud a { | |
| 353 | - font-size: 11px !important; | |
| 354 | - border:1px solid #e9e8ed; | |
| 355 | - border-radius:8px; | |
| 356 | - background-color:#e9e8ed; | |
| 357 | - padding:3px 6px; | |
| 358 | - margin:10px 3px; | |
| 359 | -} | |
| 360 | - | |
| 361 | -#content .box-1 .tags-block .block-inner-2 .tag_cloud a:hover{ | |
| 362 | -background: #3a70d1; /*#205c90;*/ | |
| 363 | -color: white; | |
| 364 | -border-color: #3a70d1; /*#205c90;*/ | |
| 365 | -} | |
| 366 | - | |
| 367 | -#content .box-1 .tags-block .block-inner-2 .tag_cloud a:link{ | |
| 368 | - text-decoration: none; | |
| 369 | -} | |
| 370 | - | |
| 371 | -#content .box-1 .tags-block .block-footer-content a{ | |
| 372 | - background: none; | |
| 373 | - border: none; | |
| 374 | - border-radius: none; | |
| 375 | - top:-5px; | |
| 376 | - font-size:0px; | |
| 377 | -} | |
| 378 | - | |
| 379 | -#content .box-1 .tags-block .block-footer-content { | |
| 380 | - /*margin-top: -15px;*/ | |
| 381 | - border-bottom: 1px solid #8b949b; | |
| 382 | - margin-bottom: 30px; | |
| 383 | -} | |
| 384 | - | |
| 385 | - | |
| 386 | -/* | |
| 387 | -.tag_cloud { | |
| 388 | -text-align: left; | |
| 389 | -margin-top: -27px; | |
| 390 | -margin-left: 35px; | |
| 391 | -border: | |
| 392 | - | |
| 393 | -*/ | |
| 394 | - | |
| 395 | -/*************raw html - category and tags****************/ | |
| 396 | - | |
| 397 | -#content .categories-and-tags-block { | |
| 398 | - border-top:4px solid #4562b1; | |
| 399 | - /*border-top: 3px solid #21376C;*/ | |
| 400 | -} | |
| 401 | - | |
| 402 | -#content .box-1 .categories-and-tags-block .block-inner-1 .block-title { | |
| 403 | - font-size: 11px; | |
| 404 | - /*float:left;*/ | |
| 405 | - position: static; | |
| 406 | - background: none; | |
| 407 | - margin-top:10px; | |
| 408 | - | |
| 409 | -} | |
| 410 | -#content .box-1 .categories-and-tags-block .block-inner-1 .block-title:last-child { | |
| 411 | - border-top:1px solid #8b949b; | |
| 412 | - border-bottom: 1px solid #8b949b; | |
| 413 | -} | |
| 414 | - /*font-size: 11px; | |
| 415 | - border-top: 1px solid #8b949b; | |
| 416 | - /*border-top: none; | |
| 417 | - background: none; | |
| 418 | - border-bottom: 1px solid #8b949b; | |
| 419 | - /*border-bottom: none;*/ | |
| 420 | - /*padding: 15px 0px 0px 3px;*/ | |
| 421 | - /*margin:10px;*/ | |
| 422 | - /*margin-top:-5px;*/ | |
| 423 | - | |
| 424 | -#content .box-1 .categories-and-tags-block .block-inner-2 .block-title{ | |
| 425 | - border-top: 4px solid transparent; /*#2c66ce;*/ /*#172938;*/ | |
| 426 | -} | |
| 427 | - | |
| 428 | -#content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud { | |
| 429 | - float:right; | |
| 430 | - position: absolute; | |
| 431 | - margin-top:-35px; | |
| 432 | - margin-left:72px; | |
| 433 | - /*margin-top:-11px; | |
| 434 | - margin-bottom: 15px; | |
| 435 | - text-align: left; | |
| 436 | - margin-top: -47px; | |
| 437 | - margin-left: 40px;*/ | |
| 438 | - | |
| 439 | -} | |
| 440 | -#content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud { | |
| 441 | - float:right; | |
| 442 | - position: absolute; | |
| 443 | - margin-top:-40px; | |
| 444 | - margin-left:72px; | |
| 445 | - margin-bottom: 10px; | |
| 446 | -} | |
| 447 | - | |
| 448 | - /*margin-top:-11px; | |
| 449 | - margin-bottom: 15px; | |
| 450 | - text-align: left; | |
| 451 | - margin-top: -47px; | |
| 452 | - margin-left: 72px;*/ | |
| 453 | - | |
| 454 | -#content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud a, | |
| 455 | -#content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud a { | |
| 456 | - font-size: 11px !important; | |
| 457 | - border:1px solid #e9e8ed; | |
| 458 | - border-radius:8px; | |
| 459 | - background-color:#e9e8ed; | |
| 460 | - padding:3px 6px; | |
| 461 | - margin:10px 3px; | |
| 462 | - line-height: 28px; | |
| 463 | -} | |
| 464 | - | |
| 465 | -#content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud a:hover, | |
| 466 | -#content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud a:hover { | |
| 467 | - background: #3a70d1; /*#205c90;*/ | |
| 468 | - color: white; | |
| 469 | - border-color: #3a70d1; /*#205c90;*/ | |
| 470 | -} | |
| 471 | - | |
| 472 | -#content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud a:link, | |
| 473 | -#content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud a:link { | |
| 474 | - text-decoration: none; | |
| 475 | -} | |
| 476 | -/* | |
| 477 | -#content .box-1 .categories-and-tags-block .block-footer-content a{ | |
| 478 | - display:none; | |
| 479 | - background: none; | |
| 480 | - border: none; | |
| 481 | - border-radius: none; | |
| 482 | - top:-5px; | |
| 483 | - font-size:0px; | |
| 484 | -}*/ | |
| 485 | -/* | |
| 486 | -#content .box-1 .categories-and-tags-block .block-footer-content { | |
| 487 | - /*margin-top: -15px;*/ | |
| 488 | - /*border-bottom: 1px solid #8b949b; | |
| 489 | - margin-bottom: 30px; | |
| 490 | -}*/ | |
| 491 | - | |
| 492 | - | |
| 493 | -/********* Botao Repositorio ************/ | |
| 494 | -#bt_repositorio, #bt_repositorio:active, #bt_repositorio:visited{ | |
| 495 | - position:relative; | |
| 496 | - display:block; | |
| 497 | - padding:12px 10px; | |
| 498 | - border-radius: 4px; | |
| 499 | - background: #EAEBEE; | |
| 500 | - font-size:12px; | |
| 501 | - font-family: open_sansbold, Arial, Helvetica, sans-serif; | |
| 502 | - font-weight:bold; | |
| 503 | - text-transform:uppercase; | |
| 504 | -} | |
| 505 | - | |
| 506 | -#bt_repositorio::after{ | |
| 507 | - content:'>'; | |
| 508 | - position:absolute; | |
| 509 | - padding-left:2px; | |
| 510 | - margin-top:-2px; | |
| 511 | - right:10px; | |
| 512 | - width:18px; | |
| 513 | - height:20px; | |
| 514 | - color:#FFF; | |
| 515 | - background:#2C66CE; | |
| 516 | - border-radius: 4px; | |
| 517 | - font-size:16px; | |
| 518 | - line-height:20px; | |
| 519 | - text-align:center;} | |
| 520 | - | |
| 521 | -#content #bt_repositorio:hover{ | |
| 522 | - color:#FFF; | |
| 523 | - background: #2C66CE; | |
| 524 | - text-decoration:none; | |
| 525 | -} | |
| 526 | - | |
| 527 | -/*****Bloco Information software -area 3 *************/ | |
| 528 | -/* | |
| 529 | -#content .box-3 #col-software-name h1{ | |
| 530 | - font-size:14px; | |
| 531 | -} | |
| 532 | - | |
| 533 | -#content .box-3 #col-software-name B{ | |
| 534 | - display:none; | |
| 535 | -} | |
| 536 | - | |
| 537 | -#content .box-3 #software-information-block-table td#col-software-name { | |
| 538 | - display: block; | |
| 539 | - padding-top: 16px; | |
| 540 | - position: absolut; | |
| 541 | - float:right; | |
| 542 | - width: 90px; | |
| 543 | -} | |
| 544 | -*/ | |
| 545 | - | |
| 546 | -/****************Fim bloco Software information -area 3****************/ | |
| 547 | - | |
| 548 | -/*************Paginas internas de Software***************/ | |
| 549 | - | |
| 550 | -/**************Pagina de manuais**********************/ | |
| 551 | -#manual{ | |
| 552 | - font-family: arial; | |
| 553 | - color: #172738; | |
| 554 | -} | |
| 555 | - | |
| 556 | -#manual h2{ | |
| 557 | - border-bottom:1px solid #ccc; | |
| 558 | - margin:0px; | |
| 559 | -} | |
| 560 | - | |
| 561 | -.manual-info{ | |
| 562 | - border-bottom: 1px solid #ccc; | |
| 563 | - line-height: 25px; | |
| 564 | - padding:25px 20px; | |
| 565 | -} | |
| 566 | -.manual-info a{ | |
| 567 | - text-decoration: none !important; | |
| 568 | - font-weight: bold; | |
| 569 | -} | |
| 570 | - | |
| 571 | -#content .manual-info a:hover{ | |
| 572 | - color:#2C66CE; /*temporario, depois remover*/ | |
| 573 | -} | |
| 574 | - | |
| 575 | -.manual-download-file{ | |
| 576 | - background-color: #2c66ce; | |
| 577 | - background-image: url("images/download-icon.png"); | |
| 578 | - background-position: center center; | |
| 579 | - background-repeat: no-repeat; | |
| 580 | - border: 1px solid #2c66ce; | |
| 581 | - border-radius:8px; | |
| 582 | - display: block; | |
| 583 | - padding: 45px 45px 5px 10px; /*20px 45px 10px 10px;*/ /*45px 30px 10px 30px;*/ | |
| 584 | - float:left; | |
| 585 | - margin-right: 20px; | |
| 586 | -} | |
| 587 | - | |
| 588 | -.manual-description{ | |
| 589 | - display: block; | |
| 590 | - position:relative; | |
| 591 | - margin-left: 15%; | |
| 592 | -} | |
| 593 | - | |
| 594 | -.manual-date{ | |
| 595 | - display:block; | |
| 596 | - position:relative; | |
| 597 | - font-size: 12px; | |
| 598 | - margin-left: 15%; | |
| 599 | -} | |
| 600 | - | |
| 601 | -.pagination{ | |
| 602 | - border-top:3px solid #172738; | |
| 603 | - margin-top:40px; | |
| 604 | -} | |
| 605 | 0 | \ No newline at end of file |
css-bkp/token-input.css
| ... | ... | @@ -1,116 +0,0 @@ |
| 1 | -/* Example tokeninput style #1: Token vertical list*/ | |
| 2 | -ul.token-input-list { | |
| 3 | - overflow: hidden; | |
| 4 | - height: auto !important; | |
| 5 | - height: 1%; | |
| 6 | - width: 400px; | |
| 7 | - border: 1px solid #999; | |
| 8 | - cursor: text; | |
| 9 | - font-size: 12px; | |
| 10 | - font-family: Verdana; | |
| 11 | - z-index: 999; | |
| 12 | - margin: 0; | |
| 13 | - padding: 0; | |
| 14 | - background-color: #fff; | |
| 15 | - list-style-type: none; | |
| 16 | - clear: left; | |
| 17 | -} | |
| 18 | - | |
| 19 | -ul.token-input-list li { | |
| 20 | - list-style-type: none; | |
| 21 | -} | |
| 22 | - | |
| 23 | -ul.token-input-list li input { | |
| 24 | - border: 0; | |
| 25 | - width: 350px; | |
| 26 | - padding: 3px 8px; | |
| 27 | - background-color: white; | |
| 28 | - -webkit-appearance: caret; | |
| 29 | -} | |
| 30 | - | |
| 31 | -li.token-input-token { | |
| 32 | - overflow: hidden; | |
| 33 | - height: auto !important; | |
| 34 | - height: 1%; | |
| 35 | - margin: 3px; | |
| 36 | - padding: 3px 5px; | |
| 37 | - background-color: #d0efa0; | |
| 38 | - color: #000; | |
| 39 | - font-weight: bold; | |
| 40 | - cursor: default; | |
| 41 | - display: block; | |
| 42 | -} | |
| 43 | - | |
| 44 | -li.token-input-token p { | |
| 45 | - float: left; | |
| 46 | - padding: 0; | |
| 47 | - margin: 0; | |
| 48 | -} | |
| 49 | - | |
| 50 | -li.token-input-token span { | |
| 51 | - float: right; | |
| 52 | - color: #777; | |
| 53 | - cursor: pointer; | |
| 54 | -} | |
| 55 | - | |
| 56 | -li.token-input-selected-token { | |
| 57 | - background-color: #08844e; | |
| 58 | - color: #fff; | |
| 59 | -} | |
| 60 | - | |
| 61 | -li.token-input-selected-token span { | |
| 62 | - color: #bbb; | |
| 63 | -} | |
| 64 | - | |
| 65 | -div.token-input-dropdown { | |
| 66 | - position: absolute; | |
| 67 | - width: 400px; | |
| 68 | - background-color: #fff; | |
| 69 | - overflow: auto; | |
| 70 | - border-left: 1px solid #ccc; | |
| 71 | - border-right: 1px solid #ccc; | |
| 72 | - border-bottom: 1px solid #ccc; | |
| 73 | - cursor: default; | |
| 74 | - font-size: 12px; | |
| 75 | - font-family: Verdana; | |
| 76 | - z-index: 1; | |
| 77 | -} | |
| 78 | - | |
| 79 | -div.token-input-dropdown p { | |
| 80 | - margin: 0; | |
| 81 | - padding: 5px; | |
| 82 | - font-weight: bold; | |
| 83 | - color: #777; | |
| 84 | -} | |
| 85 | - | |
| 86 | -div.token-input-dropdown ul { | |
| 87 | - margin: 0; | |
| 88 | - padding: 0; | |
| 89 | -} | |
| 90 | - | |
| 91 | -div.token-input-dropdown ul li { | |
| 92 | - background-color: #fff; | |
| 93 | - padding: 3px; | |
| 94 | - list-style-type: none; | |
| 95 | -} | |
| 96 | - | |
| 97 | -div.token-input-dropdown ul li.token-input-dropdown-item { | |
| 98 | - background-color: #fafafa; | |
| 99 | -} | |
| 100 | - | |
| 101 | -div.token-input-dropdown ul li.token-input-dropdown-item2 { | |
| 102 | - background-color: #fff; | |
| 103 | -} | |
| 104 | - | |
| 105 | -div.token-input-dropdown ul li em { | |
| 106 | - font-weight: bold; | |
| 107 | - font-style: normal; | |
| 108 | -} | |
| 109 | - | |
| 110 | -div.token-input-dropdown ul li.token-input-selected-dropdown-item { | |
| 111 | - background-color: #d0efa0; | |
| 112 | -} | |
| 113 | -.token-input-blur-text { | |
| 114 | - font-style: italic; | |
| 115 | - color: #AAA; | |
| 116 | -} |
css-bkp/unused/agenda.css
| ... | ... | @@ -1,63 +0,0 @@ |
| 1 | -.agenda-tile { | |
| 2 | -border: 1px solid #c1c1c1; | |
| 3 | -border-radius: 3px; | |
| 4 | -} | |
| 5 | - | |
| 6 | - | |
| 7 | -.agenda-tile .title { | |
| 8 | -margin: 0px; | |
| 9 | -padding: 1em 1em 1em 1em; | |
| 10 | -border-bottom: 1px solid #c1c1c1; | |
| 11 | -color: #444; | |
| 12 | -text-transform: uppercase; | |
| 13 | -letter-spacing: normal; | |
| 14 | -font-weight: 700; | |
| 15 | -font-size: 1.2em; | |
| 16 | -font-family: "open_sansbold", Arial, Helvetica, sans-serif; | |
| 17 | -} | |
| 18 | - | |
| 19 | -#content .agenda-tile .period { | |
| 20 | -margin-bottom: 0em; | |
| 21 | -} | |
| 22 | - | |
| 23 | -.agenda-tile .period { | |
| 24 | -padding: .6em 0px 0.0em 0.75em; | |
| 25 | -color: #162938; | |
| 26 | -font-size: 1.3em; | |
| 27 | -font-family: Arial, Helvetica, sans-serif; | |
| 28 | -} | |
| 29 | - | |
| 30 | -#content .no-events { | |
| 31 | -padding-top: 12.2em; | |
| 32 | -height: 12.2em; | |
| 33 | -text-align: center; | |
| 34 | -} | |
| 35 | - | |
| 36 | -.agenda-tile-footer { | |
| 37 | -padding: .9em .6em; | |
| 38 | -border-top: 1px solid #c1c1c1; | |
| 39 | -text-align: right; | |
| 40 | -} | |
| 41 | - | |
| 42 | -.agenda-tile-footer a { | |
| 43 | -margin: 0; | |
| 44 | -padding: 0; | |
| 45 | -padding-right: 0em; | |
| 46 | -text-transform: uppercase; | |
| 47 | -font-weight: normal; | |
| 48 | -font-size: .9em; | |
| 49 | -font-family: "open_sansregular", Arial, Helvetica, sans-serif; | |
| 50 | -} | |
| 51 | - | |
| 52 | -#content a:hover, dl.portlet a:hover { | |
| 53 | - /*color: #000 !important;*/ | |
| 54 | -} | |
| 55 | - | |
| 56 | -#content .agenda-tile h2 { | |
| 57 | - font-size: 16px | |
| 58 | -} | |
| 59 | - | |
| 60 | -#content .agenda-tile .title { | |
| 61 | - font-weight: bold; | |
| 62 | - padding-right: 1em; | |
| 63 | -} |
css-bkp/unused/contraste.css
| ... | ... | @@ -1,442 +0,0 @@ |
| 1 | -/*:::::::::::Acessibilidade:::::::::::*/ | |
| 2 | -/************* Contraste *************/ | |
| 3 | - | |
| 4 | - | |
| 5 | -body.contraste, | |
| 6 | -body.contraste #wrap-2, | |
| 7 | -body.contraste #header, | |
| 8 | -body.contraste #sobre, | |
| 9 | -body.contraste #footer, | |
| 10 | -body.contraste #main, | |
| 11 | -body.contraste #doormat-container, | |
| 12 | -body.contraste #em-destaque ul, | |
| 13 | -body.contraste #em-destaque li#em-destaque-titulo, | |
| 14 | -body.contraste .outstanding-header .outstanding-title, | |
| 15 | -body.contraste .audiogallery-tile, | |
| 16 | -body.contraste .videogallery-tile, | |
| 17 | -body.contraste ul.css-tabs a, | |
| 18 | -body.contraste .timeline, | |
| 19 | -body.contraste .timeline a { | |
| 20 | - background: #000; | |
| 21 | - color: #fff; | |
| 22 | -} | |
| 23 | - | |
| 24 | -/***********Imagem de Fundo - somente na página inicial*********/ | |
| 25 | - | |
| 26 | - | |
| 27 | -body.contraste #barra-psocial{ | |
| 28 | - background: url("images/barra-psocial-bg-contarste.png") repeat-x scroll left 50% #fff; | |
| 29 | -} | |
| 30 | - | |
| 31 | -body.contraste #barra-psocial #cat_menu { | |
| 32 | - background-image: url("images/logo-PS-barra-pb.png"); | |
| 33 | -} | |
| 34 | - | |
| 35 | -#cat_menu { | |
| 36 | - display: none; | |
| 37 | -} | |
| 38 | - | |
| 39 | -body.contraste #user a, | |
| 40 | -body.contraste #user a strong{ | |
| 41 | - color: #ffff00; | |
| 42 | -} | |
| 43 | - | |
| 44 | -body.contraste #content .box-2 .tags-block .block-footer-content a, | |
| 45 | -body.contraste #content .box-2 .people-block .block-footer-content a, | |
| 46 | -body.contraste #content .box-2 .profile-list-block .block-footer-content a, | |
| 47 | -body.contraste #content .box-2 .enterprises-block .block-footer-content a, | |
| 48 | -body.contraste #content .box-2 .members-block .block-footer-content a, | |
| 49 | -body.contraste #content .box-2 .communities-block .block-footer-content a, | |
| 50 | -body.contraste #content .box-2 .friends-block .block-footer-content a, | |
| 51 | -body.contraste #content .more_button .view_all a, | |
| 52 | -body.contraste #content .read_more a, | |
| 53 | -body.contraste .more_button .view_all a, | |
| 54 | -body.contraste .read_more a | |
| 55 | -{ | |
| 56 | - background-image: none; | |
| 57 | - background-color: #333; | |
| 58 | - color: #ffff00; | |
| 59 | -} | |
| 60 | - | |
| 61 | -body.contraste.action-home-index #content .article-block .short-post .read-more a, | |
| 62 | -body.contraste #content .box-1 .tags-block .block-footer-content a, | |
| 63 | -body.contraste #content .box-1 .people-block .block-footer-content a, | |
| 64 | -body.contraste #content .box-1 .profile-list-block .block-footer-content a, | |
| 65 | -body.contraste #content .box-1 .enterprises-block .block-footer-content a, | |
| 66 | -body.contraste #content .box-1 .members-block .block-footer-content a, | |
| 67 | -body.contraste #content .box-1 .communities-block .block-footer-content a, | |
| 68 | -body.contraste #content .box-1 .friends-block .block-footer-content a, | |
| 69 | -body.contraste #content .more_button .view_all a, | |
| 70 | -body.contraste #content .read_more a, | |
| 71 | -body.contraste .more_button .view_all a, | |
| 72 | -body.contraste .read_more a | |
| 73 | -{ | |
| 74 | - /*background: url("images/button-read-more-vazio-contraste.png") no-repeat scroll left 50% #333;*/ | |
| 75 | - background: none #333; | |
| 76 | - color: #ffff00; | |
| 77 | - border: 0px; | |
| 78 | - border-radius: 0px; | |
| 79 | -} | |
| 80 | - | |
| 81 | -body.contraste a, | |
| 82 | -body.contraste #accessibility a, | |
| 83 | -body.contraste #portal-siteactions a, | |
| 84 | -body.contraste #logo a, | |
| 85 | -body.contraste #logo #portal-title, | |
| 86 | -body.contraste #sobre a, | |
| 87 | -body.contraste #theme-footer a, | |
| 88 | -body.contraste h1, | |
| 89 | -body.contraste h2, | |
| 90 | -body.contraste h3, | |
| 91 | -body.contraste h4, | |
| 92 | -body.contraste h5, | |
| 93 | -body.contraste h6, | |
| 94 | -body.contraste #plone-document-byline, | |
| 95 | -body.contraste #doormat-container dt, | |
| 96 | -body.contraste #content .documentDescription, | |
| 97 | -body.contraste #content #description, | |
| 98 | -body.contraste .nitfByline, | |
| 99 | -body.contraste p.section, | |
| 100 | -body.contraste .track_list .item_card .track_stats .hits .label, | |
| 101 | -body.contraste .track_list .item_card .track_stats .comments .label, | |
| 102 | -body.contraste.action-home-index #content .display-content-block .lead p, | |
| 103 | -body.contraste.action-environment_design-index #content .display-content-block .lead p, | |
| 104 | -body.contraste.action-home-index #content .display-content-block .published-at, | |
| 105 | -body.contraste.action-environment_design-index #content .display-content-block .published-at { | |
| 106 | - color: #fff; | |
| 107 | -} | |
| 108 | - | |
| 109 | -body.contraste #content .breadcrumbs-plugin_content-breadcrumbs-block a, | |
| 110 | -body.contraste #content .breadcrumbs-plugin_content-breadcrumbs-block a:visited, | |
| 111 | -body.contraste #content a:link, | |
| 112 | -body.contraste #content a:link, | |
| 113 | -body.contraste #content a:visited, | |
| 114 | -body.contraste #content a { | |
| 115 | - color: #fff; | |
| 116 | -} | |
| 117 | - | |
| 118 | - | |
| 119 | -body.contraste.action-home-index #content .container-block-plugin_container-block .display-content-block .title a, | |
| 120 | -body.contraste.action-environment_design-index #content .container-block-plugin_container-block .display-content-block .title a, | |
| 121 | - | |
| 122 | -body.contraste #content .display-content-block .title a, | |
| 123 | -body.contraste #content .track_list .item_card .track_content .name, | |
| 124 | -body.contraste .action-home-index #content .container-block-plugin_container-block .display-content-block .title a, | |
| 125 | -body.contraste .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .title a, | |
| 126 | -body.contraste #content .track_list .item .track_content .lead a { | |
| 127 | - color: #ffff00; | |
| 128 | -} | |
| 129 | - | |
| 130 | - | |
| 131 | -body.contraste.action-home-index #wrap-2, | |
| 132 | -body.contraste.action-environment_design-index #wrap-2 { | |
| 133 | - background-image: none; | |
| 134 | -} | |
| 135 | - | |
| 136 | -body.contraste.action-home-index .block .block-inner-2, | |
| 137 | -body.contraste.action-environment_design-index .block .block-inner-2, | |
| 138 | -body.contraste.action-home-index #content .tags-block .block-inner-2, | |
| 139 | -body.contraste.action-environment_design-index #content .tags-block .block-inner-2 { | |
| 140 | - background-color: #000; | |
| 141 | -} | |
| 142 | - | |
| 143 | -body.contraste.action-home-index .community-track-plugin_track-card-list-block .block-inner-2 { | |
| 144 | - background-image: none; | |
| 145 | - background-color: #fff; | |
| 146 | -} | |
| 147 | - | |
| 148 | - | |
| 149 | -body.contraste.action-home-index #content .tags-block .block-inner-2, body.contraste.action-environment_design-index #content .tags-block .block-inner-2 { | |
| 150 | - border-top: 1px solid #fff; | |
| 151 | -} | |
| 152 | - | |
| 153 | -body.contraste.action-home-index #content .box-1 .block-title span, body.contraste.action-environment_design-index #content .box-1 .block-title span { | |
| 154 | - background-color: #000; | |
| 155 | - color: #FFF !important; | |
| 156 | -} | |
| 157 | - | |
| 158 | -body.contraste #logo #portal-title { | |
| 159 | - background-image: url("images/logotipo_spb_beta_ac.svg"); | |
| 160 | - background-repeat: no-repeat; | |
| 161 | - background-size: 374px 78px; | |
| 162 | -} | |
| 163 | - | |
| 164 | -body.contraste #accessibility span { | |
| 165 | - background: #fff !important; | |
| 166 | - color: #000 !important; | |
| 167 | -} | |
| 168 | - | |
| 169 | -body.contraste #content .box .block-title { | |
| 170 | - background-color: #333; | |
| 171 | -} | |
| 172 | - | |
| 173 | -body.contraste.action-home-index .container-block-plugin_container-block .container-block-plugin_container-block, | |
| 174 | -body.contraste.action-environment_design-index .container-block-plugin_container-block .container-block-plugin_container-block, | |
| 175 | -body.contraste.action-home-index #content .box .block-title, | |
| 176 | -body.contraste.action-environment_design-index #content .box .block-title, | |
| 177 | -body.contraste .container-block-plugin_container-block .block .block-inner-2, | |
| 178 | -body.contraste #footer-content { | |
| 179 | - background-color: transparent; | |
| 180 | -} | |
| 181 | - | |
| 182 | -body.contraste #content .link-list-block li a { | |
| 183 | - background-color: #000; | |
| 184 | - color: white; | |
| 185 | -} | |
| 186 | - | |
| 187 | -body.contraste #content .link-list-block li a.link-this-page, | |
| 188 | -body.contraste #content .link-list-block li a:hover { | |
| 189 | - background-color: #333; | |
| 190 | - color: #ffff00; | |
| 191 | -} | |
| 192 | - | |
| 193 | -body.contraste #content .profile-info-options input.button.with-text, | |
| 194 | -body.contraste #content .profile-info-options a.button.with-text{ | |
| 195 | - background-color: #333; | |
| 196 | - color: #ffff00; | |
| 197 | -} | |
| 198 | - | |
| 199 | -body.contraste.action-content_viewer-view_page #content .box-1 .block-title span { | |
| 200 | - background-color: #000; | |
| 201 | - color: white; | |
| 202 | -} | |
| 203 | - | |
| 204 | -body.contraste #content .article-comment { | |
| 205 | - background: none repeat scroll 0 0 #000; | |
| 206 | -} | |
| 207 | - | |
| 208 | -body.contraste #content .recent-documents-block .block-inner-2, | |
| 209 | -body.contraste #content .box .block-title { | |
| 210 | - background-color: #000; | |
| 211 | - color: white; | |
| 212 | -} | |
| 213 | - | |
| 214 | -body.contraste #comments_list .comment-info, | |
| 215 | -body.contraste #comments_list .comment-created-at, | |
| 216 | -body.contraste #footer-license a, | |
| 217 | -body.contraste #footer-license p{ | |
| 218 | - color: #ffff00; | |
| 219 | -} | |
| 220 | - | |
| 221 | -body.contraste #comments_list .comment-wrapper-8 { | |
| 222 | - background-color: #000000; | |
| 223 | - background-image: none; | |
| 224 | - border: 1px solid #DDDDDD; | |
| 225 | -} | |
| 226 | - | |
| 227 | -body.contraste #comments_list a.display-comment-form, | |
| 228 | -body.contraste #content input.button, body.contraste #content a.button { | |
| 229 | - background-color:#333; | |
| 230 | -} | |
| 231 | - | |
| 232 | -body.contraste #content .recent-documents-block li{ | |
| 233 | - background-color:#000; | |
| 234 | -} | |
| 235 | - | |
| 236 | -body.contraste #content .track_list .item_card, | |
| 237 | -body.contraste #content .track_list .item_card .track_stats .comments .counter, | |
| 238 | -body.contraste #content .track_list .item_card .track_stats .hits .counter { | |
| 239 | - background-color: #333; | |
| 240 | - color: #fff; | |
| 241 | -} | |
| 242 | -body.contraste #content .track_list .item_card .track_content .lead { | |
| 243 | - color: #fff; | |
| 244 | -} | |
| 245 | - | |
| 246 | -body.contraste .ui-widget-content { | |
| 247 | - background-color: #000; | |
| 248 | - color: #fff; | |
| 249 | -} | |
| 250 | - | |
| 251 | -body.contraste .ui-state-active, | |
| 252 | -body.contraste .ui-widget-content .ui-state-active, | |
| 253 | -body.contraste .ui-widget-header .ui-state-active { | |
| 254 | - background-image: none; | |
| 255 | - background-color: #000; | |
| 256 | -} | |
| 257 | - | |
| 258 | -body.contraste #footer-logos { | |
| 259 | - background-color: #222; | |
| 260 | -} | |
| 261 | - | |
| 262 | -body.contraste #theme-header .header-content #link-faq a { | |
| 263 | - border-right: 1px solid #ffF; | |
| 264 | -} | |
| 265 | - | |
| 266 | -body.contraste #portal-siteactions { | |
| 267 | - /*border-bottom: 1px dotted #fff;*/ | |
| 268 | -} | |
| 269 | - | |
| 270 | -body.contraste #complete_registration { | |
| 271 | - background-color: transparent; | |
| 272 | -} | |
| 273 | - | |
| 274 | -body.contraste tr:hover td { | |
| 275 | - background-color: #333; | |
| 276 | -} | |
| 277 | - | |
| 278 | -body.contraste .action-friends-index .profile-list li:hover, | |
| 279 | -body.contraste .common-profile-list-block .vcard:hover { | |
| 280 | - border: 1px solid #CCC; | |
| 281 | - background: #333; | |
| 282 | - text-decoration: none; | |
| 283 | -} | |
| 284 | - | |
| 285 | -body.contraste .menu-submenu-content { | |
| 286 | - border: 1px solid #CCC; | |
| 287 | - background: none #333 ; | |
| 288 | - | |
| 289 | -} | |
| 290 | - | |
| 291 | -body.contraste #user .logged-in { | |
| 292 | - background: none #333 ; | |
| 293 | - /* background: url("images/barra-menu-user-bg.png") repeat-x bottom center #FEFEFE; */ | |
| 294 | - color: #fff; | |
| 295 | -} | |
| 296 | - | |
| 297 | -body.contraste #social-icons #sb_face { | |
| 298 | - background-image: url("images/icone-branco-facebook.png"); | |
| 299 | -} | |
| 300 | -body.contraste #social-icons #sb_face:hover { | |
| 301 | - background: url("images/icone-branco-facebook.png") 0 20px; | |
| 302 | -} | |
| 303 | - | |
| 304 | -body.contraste #social-icons #sb_youtb { | |
| 305 | - background-image: url("images/icone-branco-youtube.png"); | |
| 306 | -} | |
| 307 | -body.contraste #social-icons #sb_youtb:hover { | |
| 308 | - background: url("images/icone-branco-youtube.png") 0 20px; | |
| 309 | -} | |
| 310 | - | |
| 311 | -body.contraste #social-icons #sb_tweet { | |
| 312 | - background-image: url("images/icone-branco-twitter.png"); | |
| 313 | -} | |
| 314 | -body.contraste #social-icons #sb_tweet:hover { | |
| 315 | - background: url("images/icone-branco-twitter.png") 0 20px; | |
| 316 | -} | |
| 317 | - | |
| 318 | -body.contraste #social-icons #sb_flickr { | |
| 319 | - background-image: url("images/icone-branco-flickr.png"); | |
| 320 | -} | |
| 321 | -body.contraste #social-icons #sb_flickr:hover { | |
| 322 | - background: url("images/icone-branco-flickr.png") 0 20px; | |
| 323 | -} | |
| 324 | - | |
| 325 | -body.contraste .no-boxes-inner-2 { | |
| 326 | - background-color: #000!important; | |
| 327 | - color: #fff; | |
| 328 | -} | |
| 329 | - | |
| 330 | -body.contraste #signup-form { | |
| 331 | - color: #fff; | |
| 332 | -} | |
| 333 | - | |
| 334 | -body.contraste #portal-searchbox { | |
| 335 | - border-color: #FFF; | |
| 336 | - background-color: #000; | |
| 337 | -} | |
| 338 | - | |
| 339 | -body.contraste #portal-searchbox .searchField { | |
| 340 | - background-color: #000; | |
| 341 | - color: #FFF !important; | |
| 342 | -} | |
| 343 | - | |
| 344 | -body.contraste #header input.searchButton { | |
| 345 | - background-color: #000; | |
| 346 | - background-position: 0px 2px; | |
| 347 | -} | |
| 348 | - | |
| 349 | -body.contraste #menucontainer { | |
| 350 | - background: #333; | |
| 351 | - color: #FFF !important; | |
| 352 | -} | |
| 353 | - | |
| 354 | -body.contraste #menucontainer ul li.parent_menu a { | |
| 355 | - color: #FFF !important; | |
| 356 | -} | |
| 357 | - | |
| 358 | -body.contraste #content .no-boxes h1 { | |
| 359 | - color: #FFF !important; | |
| 360 | -} | |
| 361 | - | |
| 362 | -body.contraste #signup-form .formfieldline, | |
| 363 | -body.contraste #signup-formfield-group, | |
| 364 | -body.contraste #signup-form .required-field label, | |
| 365 | -body.contraste #signup-form .formlabel { | |
| 366 | - background-color: #000; | |
| 367 | - color: #FFF !important; | |
| 368 | -} | |
| 369 | - | |
| 370 | -body.contraste .pseudoformlabel, | |
| 371 | -body.contraste .formlabel { | |
| 372 | - color: #FFF; | |
| 373 | -} | |
| 374 | - | |
| 375 | -body.contraste #signup-form { | |
| 376 | - border-color: #FFF; | |
| 377 | - background-color: #000; | |
| 378 | -} | |
| 379 | - | |
| 380 | -body.contraste #signup-form .formfield input, | |
| 381 | -body.contraste #signup-form .formfield textarea { | |
| 382 | - background-color: #000; | |
| 383 | - color: #FFF !important; | |
| 384 | -} | |
| 385 | - | |
| 386 | -body.contraste #signup-domain { | |
| 387 | - border-color: #FFF; | |
| 388 | - background-color: #000; | |
| 389 | - color: #FFF !important; | |
| 390 | -} | |
| 391 | - | |
| 392 | -body.contraste .ui-state-default, | |
| 393 | -body.contraste .ui-widget-content .ui-state-default, | |
| 394 | -body.contraste .ui-widget-header .ui-state-default { | |
| 395 | - border: 1px solid #FFF; | |
| 396 | - background-color: #000; | |
| 397 | - color: #FFF !important; | |
| 398 | -} | |
| 399 | - | |
| 400 | -body.contraste .agenda-tile .title { | |
| 401 | - border-bottom: 1px solid #FFF; | |
| 402 | - color: #FFF; | |
| 403 | -} | |
| 404 | - | |
| 405 | -body.contraste .agenda-tile .period { | |
| 406 | - color: #FFF; | |
| 407 | -} | |
| 408 | - | |
| 409 | -/*****************constraste footer*****************/ | |
| 410 | - | |
| 411 | - | |
| 412 | -.contraste { | |
| 413 | -background-color:#000!important; | |
| 414 | -color:#fff | |
| 415 | -} | |
| 416 | - | |
| 417 | - | |
| 418 | -.contraste header #portal-siteactions,.contraste header #language { | |
| 419 | -border-color:#666 | |
| 420 | -} | |
| 421 | - | |
| 422 | -.contraste footer { | |
| 423 | - background-image:none; | |
| 424 | - background-color:#000; | |
| 425 | -} | |
| 426 | -.contraste footer h2,.contraste footer h3,.contraste footer h4 { | |
| 427 | -color:#fff | |
| 428 | -} | |
| 429 | -.contraste footer .footer-atalhos,.contraste footer .footer-logos { | |
| 430 | -/*background:#1c1c1c;*/ | |
| 431 | -border-color:yellow | |
| 432 | -} | |
| 433 | -.contraste footer .footer-atalhos a,.contraste footer .footer-logos a { | |
| 434 | -color:#ff0 | |
| 435 | -} | |
| 436 | -.contraste footer .footer-ferramenta, | |
| 437 | -.contraste footer .footer-atalhos { | |
| 438 | - background-color:#000; | |
| 439 | - color:#fff; | |
| 440 | -} | |
| 441 | - | |
| 442 | -/******fim constraste footer*******/ | |
| 443 | 0 | \ No newline at end of file |
css-bkp/unused/desuso.css
| ... | ... | @@ -1,1560 +0,0 @@ |
| 1 | -/************Removido do style.css************/ | |
| 2 | -#main-content-wrapper-1, | |
| 3 | -#main-content-wrapper-2, | |
| 4 | -#main-content-wrapper-3, | |
| 5 | -#main-content-wrapper-4, | |
| 6 | -#main-content-wrapper-5, | |
| 7 | -#main-content-wrapper-6, | |
| 8 | -#main-content-wrapper-7, | |
| 9 | -#main-content-wrapper-8 { | |
| 10 | - background: none repeat scroll 0 0 transparent; | |
| 11 | -} | |
| 12 | - | |
| 13 | -/*menu no cabecalho atualmente em desuso*/ | |
| 14 | -#assets-menu { | |
| 15 | - background: #E8E8E8; | |
| 16 | - top: 35px; | |
| 17 | - left: 80px; | |
| 18 | - min-width: 132px; | |
| 19 | -} | |
| 20 | - | |
| 21 | -#assets-menu a { | |
| 22 | - border: 1px solid #E8E8E8; | |
| 23 | -} | |
| 24 | - | |
| 25 | -#categories_menu { | |
| 26 | - /*max-width: 960px;*/ | |
| 27 | - padding: 0 1em; | |
| 28 | - margin: auto; | |
| 29 | -} | |
| 30 | - | |
| 31 | - | |
| 32 | -#cat_menu { | |
| 33 | - background: url(images/marca-participacao-social.png) no-repeat center left; | |
| 34 | - height: 40px; | |
| 35 | - padding-left: 60px; | |
| 36 | -} | |
| 37 | - | |
| 38 | - | |
| 39 | -#cat_menu li { | |
| 40 | - list-style: none; | |
| 41 | - font-size: 12px; | |
| 42 | - font-weight: bold; | |
| 43 | - padding: 0px 20px; | |
| 44 | - height: 100%; | |
| 45 | - text-transform: uppercase; | |
| 46 | -} | |
| 47 | - | |
| 48 | -#cat_menu li:hover { | |
| 49 | - background-color: #E1E4E4; | |
| 50 | -} | |
| 51 | - | |
| 52 | -#cat_menu li a { | |
| 53 | - line-height: 40px; | |
| 54 | - width: 100%; | |
| 55 | - height: 100%; | |
| 56 | - display: block; | |
| 57 | -} | |
| 58 | -/*Fim do menu em desuso*/ | |
| 59 | - | |
| 60 | -/*nao localizei em que area isso se aplica*/ | |
| 61 | - | |
| 62 | -.portalservicos-item div { | |
| 63 | - display: none; | |
| 64 | - position: absolute; | |
| 65 | - background-color: red; | |
| 66 | -} | |
| 67 | - | |
| 68 | -.portalservicos-item:hover div { | |
| 69 | - display: inline-block; | |
| 70 | - float: left; | |
| 71 | - width: 960px; | |
| 72 | - top: 25px; | |
| 73 | - left: 0; | |
| 74 | - background-color: blue; | |
| 75 | -} | |
| 76 | - | |
| 77 | -.portalservicos-submenu:hover { | |
| 78 | - display: inline-block; | |
| 79 | - float: left; | |
| 80 | - width: 960px; | |
| 81 | - top: 25px; | |
| 82 | - left: 0; | |
| 83 | - background-color: green; | |
| 84 | -} | |
| 85 | - | |
| 86 | -/* Bubble Float Bottom */ | |
| 87 | -.bubble-float-bottom { | |
| 88 | - display: inline-block; | |
| 89 | - position: relative; | |
| 90 | - -webkit-transition-duration: 0.3s; | |
| 91 | - transition-duration: 0.3s; | |
| 92 | - -webkit-transition-property: transform; | |
| 93 | - transition-property: transform; | |
| 94 | - -webkit-transform: translateZ(0); | |
| 95 | - transform: translateZ(0); | |
| 96 | - box-shadow: 0 0 1px rgba(0, 0, 0, 0); | |
| 97 | -} | |
| 98 | -.bubble-float-bottom:before { | |
| 99 | - position: absolute; | |
| 100 | - z-index: -1; | |
| 101 | - content: ''; | |
| 102 | - left: calc(50% - 10px); | |
| 103 | - bottom: 0; | |
| 104 | - border-style: solid; | |
| 105 | - border-width: 10px 10px 0 10px; | |
| 106 | - border-color: #e1e1e1 transparent transparent transparent; | |
| 107 | - -webkit-transition-duration: 0.3s; | |
| 108 | - transition-duration: 0.3s; | |
| 109 | - -webkit-transition-property: bottom; | |
| 110 | - transition-property: bottom; | |
| 111 | -} | |
| 112 | -.bubble-float-bottom:hover, .bubble-float-bottom:focus, .bubble-float-bottom:active { | |
| 113 | - -webkit-transform: translateY(-5px) translateZ(0); | |
| 114 | - transform: translateY(-5px) translateZ(0); | |
| 115 | -} | |
| 116 | -.bubble-float-bottom:hover:before, .bubble-float-bottom:focus:before, .bubble-float-bottom:active:before { | |
| 117 | - bottom: -10px; | |
| 118 | -} | |
| 119 | -/************************************************************/ | |
| 120 | - | |
| 121 | -/* Bloco de noticias sempre da mesma cor - mesclado com o que havia na page-incial.css */ | |
| 122 | - | |
| 123 | -#content .box .display-content-block .block-title { | |
| 124 | - border-top: 4px solid #643C67; | |
| 125 | - background: #eee; | |
| 126 | - color: #643C67; | |
| 127 | -} | |
| 128 | -/**************************************************************/ | |
| 129 | - | |
| 130 | - | |
| 131 | -/* chat {{{ */ | |
| 132 | - | |
| 133 | -#chat .toolbar { | |
| 134 | - background-color: #F8C300; | |
| 135 | - border: 2px solid #F8C300; | |
| 136 | -} | |
| 137 | - | |
| 138 | -#chat #environment-logo { | |
| 139 | - background-color: #FCDD4E; | |
| 140 | -} | |
| 141 | - | |
| 142 | -#chat #buddy-list, | |
| 143 | -#chat #occupant-list { | |
| 144 | - background-color: #EEE; | |
| 145 | -} | |
| 146 | - | |
| 147 | -/* }}} */ | |
| 148 | - | |
| 149 | - | |
| 150 | -/*****css feito para um bloco novo que nao chegou a ser construido****************/ | |
| 151 | -/** Bloco de redes sociais **/ | |
| 152 | -.social_widget { | |
| 153 | - margin-left: 5px; | |
| 154 | -} | |
| 155 | - | |
| 156 | -.social_widget .social_header { | |
| 157 | - height: 27px; | |
| 158 | - margin-top: 12px; | |
| 159 | -} | |
| 160 | - | |
| 161 | -.social_widget.twitter { | |
| 162 | - background: url(images/twitter-widget.png) no-repeat; | |
| 163 | -} | |
| 164 | - | |
| 165 | -.social_widget.facebook { | |
| 166 | - background: url(images/facebook-widget.png) no-repeat; | |
| 167 | -} | |
| 168 | - | |
| 169 | -.social_widget.instagram { | |
| 170 | - background: url(images/instagram-widget.png) no-repeat; | |
| 171 | -} | |
| 172 | - | |
| 173 | -.social_widget.instagram .social_content { | |
| 174 | - margin-top: 15px; | |
| 175 | -} | |
| 176 | - | |
| 177 | -#content .no-boxes #main-content-wrapper-8 { | |
| 178 | - padding: 10px 10px; | |
| 179 | -} | |
| 180 | - | |
| 181 | -#content .no-boxes #main-content-wrapper-8 .all_tracks { | |
| 182 | - padding-left: 2px; | |
| 183 | -} | |
| 184 | - | |
| 185 | -/********************************************************/ | |
| 186 | - | |
| 187 | -/********************* PopUp Login*************************/ | |
| 188 | - | |
| 189 | -#TB_window { | |
| 190 | - left: -350px; | |
| 191 | - margin-left: 50% !important; | |
| 192 | - width: 700px !important; | |
| 193 | -} | |
| 194 | - | |
| 195 | -#TB_ajaxContent.TB_modal { | |
| 196 | - padding: 15px; | |
| 197 | - position: relative; | |
| 198 | - width: auto !important; | |
| 199 | - height: auto !important; | |
| 200 | -} | |
| 201 | - | |
| 202 | -#TB_window .login-box{ | |
| 203 | - width: 100%; | |
| 204 | - background: url("images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF; | |
| 205 | -} | |
| 206 | - | |
| 207 | -#TB_window .login-box h2{ | |
| 208 | - background: url("images/bg-titulo-login.png") no-repeat scroll 70px 7px #FFFFFF; | |
| 209 | - color: #757575; | |
| 210 | - font-size: 20px; | |
| 211 | - font-style: italic; | |
| 212 | - font-weight: normal; | |
| 213 | - width: 45%; | |
| 214 | -} | |
| 215 | - | |
| 216 | -#TB_window .login-box form { | |
| 217 | - margin: 0; | |
| 218 | - width: 45%; | |
| 219 | - /*background: url("images/img_login_popUp.png") no-repeat scroll 70% 30% #FFFFFF;*/ | |
| 220 | -} | |
| 221 | -/* | |
| 222 | -#TB_window .login-box .formfieldline input { | |
| 223 | - width: 95%; | |
| 224 | -} | |
| 225 | - | |
| 226 | -#TB_window .login-box .button-bar input.icon-login { | |
| 227 | - background: url("images/btn_entrar_login.png") no-repeat scroll 0 0 #FFFFFF; | |
| 228 | - border: 0px none; | |
| 229 | - font-family: arial,sans-serif; | |
| 230 | - font-size: 16px; | |
| 231 | - font-weight: bold; | |
| 232 | - height: 50px !important; | |
| 233 | - max-height: 50px !important; | |
| 234 | - padding: 0; | |
| 235 | - text-transform: uppercase; | |
| 236 | - width: 145px; | |
| 237 | - cursor: pointer; | |
| 238 | -} | |
| 239 | - | |
| 240 | -#TB_window .login-box .button-bar input.icon-login:hover { | |
| 241 | - background-image: url("images/btn_entrar_login_hover.png"); | |
| 242 | -} | |
| 243 | - | |
| 244 | -#TB_window .login-box .button-bar a.icon-close { | |
| 245 | - /*background: url("images/btn_cancelar_login.png") repeat-x scroll 0 0 #FFFFFF;*/ | |
| 246 | - /* background-color: #FCE9E8; | |
| 247 | - background-image: none; | |
| 248 | - border: 0 none; | |
| 249 | - border-radius: 5px 5px 5px 5px; | |
| 250 | - color: #CE5E5E; | |
| 251 | - font-size: 16px; | |
| 252 | - font-weight: bold; | |
| 253 | - height: 35px; | |
| 254 | - padding: 14px 13px 0; | |
| 255 | - text-align: center; | |
| 256 | - text-transform: uppercase; | |
| 257 | - width: 115px; | |
| 258 | -} | |
| 259 | -#TB_window .login-box .button-bar a.icon-close:hover { | |
| 260 | - background-color: #FFD1CF; | |
| 261 | -} | |
| 262 | - | |
| 263 | -#TB_window .login-box .button-bar input.submit, | |
| 264 | -#TB_window .login-box .button-bar a.icon-close { | |
| 265 | - border: 0px none; | |
| 266 | -} | |
| 267 | - | |
| 268 | -#TB_window .login-box .button-bar { | |
| 269 | - float: none; | |
| 270 | - margin-bottom: 1em; | |
| 271 | - margin-top: 1em; | |
| 272 | - width: 100%; | |
| 273 | -} | |
| 274 | - | |
| 275 | -#TB_window .login-box .button-bar .icon-add{ | |
| 276 | - background-color: #F7E074; | |
| 277 | - background-image: none; | |
| 278 | - color: #004B82; | |
| 279 | - float: right; | |
| 280 | - font-size: 16px; | |
| 281 | - font-weight: bold; | |
| 282 | - margin-right: 75px; | |
| 283 | - padding: 10px; | |
| 284 | - position: relative; | |
| 285 | - text-align: center; | |
| 286 | - top: -3em; | |
| 287 | - width: 30%; | |
| 288 | -} | |
| 289 | - | |
| 290 | -#TB_window .login-box .button-bar .icon-add span{ | |
| 291 | - border-bottom: 1px solid #F7E074; | |
| 292 | -} | |
| 293 | - | |
| 294 | -#TB_window .login-box .button-bar .icon-help{ | |
| 295 | - | |
| 296 | -} | |
| 297 | - | |
| 298 | -#TB_window .login-box form .button-bar { | |
| 299 | - float: none; | |
| 300 | - width: 100% | |
| 301 | -} | |
| 302 | - | |
| 303 | -#email-check, #fake-check, #password-rate, #password-check { | |
| 304 | - width: 375px; | |
| 305 | -} | |
| 306 | - | |
| 307 | -#signup-form small#signup-balloon, | |
| 308 | -#signup-form small#password-balloon, | |
| 309 | -#signup-form small#password-confirmation-balloon, | |
| 310 | -#signup-form small#email-balloon, | |
| 311 | -#signup-form small#name-balloon { | |
| 312 | - right: 0; | |
| 313 | -} | |
| 314 | - | |
| 315 | -/***********************Fim PopUp Login**************************/ | |
| 316 | - | |
| 317 | - | |
| 318 | - | |
| 319 | -/*****************************************************/ | |
| 320 | -/* EMBED CSS */ | |
| 321 | -/*****************************************************/ | |
| 322 | -body.action-embed-index { | |
| 323 | - background-color: #f0f0f0; | |
| 324 | -} | |
| 325 | - | |
| 326 | -#embed { | |
| 327 | - width: 100%; | |
| 328 | - height: 100%; | |
| 329 | - display: table; | |
| 330 | -} | |
| 331 | - | |
| 332 | -#embed #content { | |
| 333 | - left: 0; | |
| 334 | - margin-left: 0; | |
| 335 | - margin-top: 0; | |
| 336 | - position: relative; | |
| 337 | - width: 100%; | |
| 338 | -} | |
| 339 | - | |
| 340 | -#embed #content .title { | |
| 341 | - padding-right: 0px; | |
| 342 | -} | |
| 343 | - | |
| 344 | -.action-embed-index #boxes, | |
| 345 | -.action-embed-index .box-1 .blocks, | |
| 346 | -.action-embed-index .block-outer, | |
| 347 | -.action-embed-index #content .block { | |
| 348 | - margin: 0px; | |
| 349 | -} | |
| 350 | - | |
| 351 | -.action-embed-index #wrap-1 { | |
| 352 | - display: table-cell; | |
| 353 | - vertical-align: middle; | |
| 354 | - width: 100%; | |
| 355 | - height: 100%; | |
| 356 | -} | |
| 357 | - | |
| 358 | -.action-embed-index #wrap-2 { | |
| 359 | - border: 0px solid #F00; | |
| 360 | - padding: 0px; | |
| 361 | - background-color: #EEE; | |
| 362 | - margin: 0px; | |
| 363 | -} | |
| 364 | - | |
| 365 | -.action-embed-index .block .block-inner-2 { | |
| 366 | - background-color: white; | |
| 367 | - padding: 1em; | |
| 368 | - margin: 0; | |
| 369 | -} | |
| 370 | - | |
| 371 | -.action-embed-index #content .box-1 .block-title { | |
| 372 | - background-color: transparent; | |
| 373 | - border-bottom: 0 solid #AAAAAA; | |
| 374 | - border-top: 0 none; | |
| 375 | - left: -12px; | |
| 376 | - margin-bottom: 0; | |
| 377 | - margin-top: -38px; | |
| 378 | - position: relative; | |
| 379 | -} | |
| 380 | - | |
| 381 | -.action-embed-index #content .box-1 .block-title span { | |
| 382 | - background-color: #497b16; | |
| 383 | - color: white; | |
| 384 | - font-size: 18px; | |
| 385 | - font-variant: normal; | |
| 386 | - padding: 6px 1em; | |
| 387 | - text-align: left; | |
| 388 | -} | |
| 389 | - | |
| 390 | -/******** BLOCK => TRACK CARD LIST *********/ | |
| 391 | -.action-embed-index .community-track-plugin_track-card-list-block .block-inner-2 { | |
| 392 | - background: url("images/bg-bloco-de-trilhas.png") no-repeat scroll center top transparent; | |
| 393 | -} | |
| 394 | - | |
| 395 | -.action-embed-index .community-track-plugin_track-card-list-block .track_list { | |
| 396 | - text-align: center; | |
| 397 | - padding: 22px 0px 0px 0px; | |
| 398 | -} | |
| 399 | - | |
| 400 | -.action-embed-index .community-track-plugin_track-card-list-block .view_all a { | |
| 401 | - position: absolute; | |
| 402 | - right: -12px; | |
| 403 | - top: -33px; | |
| 404 | -} | |
| 405 | - | |
| 406 | - | |
| 407 | -/************************Track_list************************************/ | |
| 408 | - | |
| 409 | -/*lista de pendencias*/ | |
| 410 | -.task_box { | |
| 411 | - background: none repeat scroll 0 0 #EEEEEE; | |
| 412 | - margin-bottom: 5px; | |
| 413 | - margin-top: 5px; | |
| 414 | - padding: 1em; | |
| 415 | - position: relative; | |
| 416 | -} | |
| 417 | - | |
| 418 | -/*fim lista de pendencias*/ | |
| 419 | - | |
| 420 | -.tag_cloud a{ | |
| 421 | - white-space: normal; | |
| 422 | -} | |
| 423 | - | |
| 424 | - | |
| 425 | -.community-track-plugin_track-card-list-block .track_list{ | |
| 426 | - text-align: center; | |
| 427 | - padding: 0 0px; | |
| 428 | -} | |
| 429 | - | |
| 430 | -.track_list .item_card { | |
| 431 | - background-color: #FFFAFA; | |
| 432 | - border: 1px solid #DDDDDD; | |
| 433 | - display: inline-block; | |
| 434 | - float: left; | |
| 435 | - clear: right; | |
| 436 | - margin: 12px 9px 9px; | |
| 437 | - max-width: 214px; | |
| 438 | - height: 426px; | |
| 439 | - padding: 0; | |
| 440 | - width: 214px; | |
| 441 | -} | |
| 442 | - | |
| 443 | - | |
| 444 | - | |
| 445 | -.track_list .item_card a{ | |
| 446 | - display: inline-block; | |
| 447 | -} | |
| 448 | - | |
| 449 | -.track_list .item_card:hover { | |
| 450 | - background-color: white; | |
| 451 | -} | |
| 452 | - | |
| 453 | -/*track list nos blocos laterais*/ | |
| 454 | -.box-2{ | |
| 455 | - width:150px; | |
| 456 | -} | |
| 457 | - | |
| 458 | -.box-2 .track_list .item_card, | |
| 459 | -.box-3 .track_list .item_card { | |
| 460 | - margin: 10px 0px; | |
| 461 | - /*width: 188px;*/ | |
| 462 | - width: 100%; | |
| 463 | -} | |
| 464 | - | |
| 465 | -/**/ | |
| 466 | - | |
| 467 | - | |
| 468 | -#content .track_list .item_card .track_content{ | |
| 469 | - height: 390px; | |
| 470 | - overflow: hidden; | |
| 471 | -} | |
| 472 | - | |
| 473 | -#content .track_list .item_card .track_content .title{ | |
| 474 | - color: white; | |
| 475 | - font-family: Arial,sans-serif; | |
| 476 | - font-size: 15px; | |
| 477 | - font-weight: bold; | |
| 478 | - min-height: 15px; | |
| 479 | - padding: 2px 0; | |
| 480 | - text-align: center; | |
| 481 | - | |
| 482 | - vertical-align: middle; | |
| 483 | - width: 219px; | |
| 484 | - display: table-cell; | |
| 485 | - height: 45px; | |
| 486 | -} | |
| 487 | -#content .track_list .item_card .track_content .image{ | |
| 488 | - border: 1px solid #ddd; | |
| 489 | - width: 196px; | |
| 490 | - height: 146px; | |
| 491 | - overflow: hidden; | |
| 492 | - margin: 8px; | |
| 493 | - background-color: #FFF; | |
| 494 | - position: relative; | |
| 495 | -} | |
| 496 | -/*imagem nos track list nos blocos laterais*/ | |
| 497 | -#content .box-2 .track_list .item_card .track_content .image, | |
| 498 | -#content .box-3 .track_list .item_card .track_content .image { | |
| 499 | - width: 170px; | |
| 500 | -} | |
| 501 | - | |
| 502 | -.track_list .image img { | |
| 503 | - position: absolute; | |
| 504 | - top: 0; | |
| 505 | - bottom: 0; | |
| 506 | - margin: auto; | |
| 507 | - left: 0; | |
| 508 | - right: 0; | |
| 509 | -} | |
| 510 | - | |
| 511 | -#content .track_list .item_card .track_content .name { | |
| 512 | - font-size: 12px; | |
| 513 | - font-weight: normal; | |
| 514 | - padding: 5px 0; | |
| 515 | - text-align: left; | |
| 516 | - margin: 0 8px; | |
| 517 | - color: #444; | |
| 518 | - text-transform: uppercase; | |
| 519 | -} | |
| 520 | - | |
| 521 | - | |
| 522 | -#content .track_list .item_card .track_content .lead { | |
| 523 | - font-weight: normal; | |
| 524 | - padding: 5px 0; | |
| 525 | - margin: 0 8px; | |
| 526 | - text-align: left; | |
| 527 | - color: black; | |
| 528 | - font-size: 12px; | |
| 529 | -} | |
| 530 | - | |
| 531 | -/**/ | |
| 532 | - | |
| 533 | -/**/ | |
| 534 | - | |
| 535 | -/*track list Internas*/ | |
| 536 | - | |
| 537 | -.track_list .item { | |
| 538 | - border-bottom: 1px solid #DDDDDD; | |
| 539 | - display: inline-block; | |
| 540 | -} | |
| 541 | - | |
| 542 | -.track_list .item .track_content .lead { | |
| 543 | - float: left; | |
| 544 | - padding: 2em; | |
| 545 | - text-align: left; | |
| 546 | - width: 40%; | |
| 547 | -} | |
| 548 | - | |
| 549 | -/*track list - páginas internas - main content*/ | |
| 550 | - | |
| 551 | -.track_list .track_content { | |
| 552 | - /*display: inline-block;*/ | |
| 553 | - display: block; | |
| 554 | - height: 100%; | |
| 555 | -} | |
| 556 | - | |
| 557 | -.track_list .item .track_content{ | |
| 558 | - /*display: block;*/ | |
| 559 | -} | |
| 560 | - | |
| 561 | - | |
| 562 | -.track_list .item .track_content .lead { | |
| 563 | - width: 30%; | |
| 564 | -} | |
| 565 | - | |
| 566 | -.track_list .item .track_content .lead p.lead{ | |
| 567 | - color: #444; | |
| 568 | -} | |
| 569 | - | |
| 570 | -#content .track_list .item .track_content .lead a { | |
| 571 | - font-weight: bold; | |
| 572 | - color: #444; | |
| 573 | -} | |
| 574 | - | |
| 575 | -/**/ | |
| 576 | -/*rodapé das cartas de participação*/ | |
| 577 | -.track_list .item_card .track_stats .comments .counter { | |
| 578 | - background: url("images/comentarios.png") no-repeat left center #fffafa; | |
| 579 | -} | |
| 580 | -.track_list .item_card .track_stats .hits .counter { | |
| 581 | - background: url("images/visualizacoes.png") no-repeat left center #fffafa; | |
| 582 | -} | |
| 583 | - | |
| 584 | -.track_list .item_card .track_stats { | |
| 585 | - padding: 5px 5px 0; | |
| 586 | - height: 25px; | |
| 587 | -} | |
| 588 | -.track_list .item_card .track_stats .counter { | |
| 589 | - margin-top: 1px; | |
| 590 | - padding: 3px 0 0 30px; | |
| 591 | - text-align: left; | |
| 592 | - font-size: 10pt; | |
| 593 | - /*display: block;*/ | |
| 594 | - color: #444; | |
| 595 | -} | |
| 596 | -.track_list .item_card .track_stats .comments{ | |
| 597 | - float: left; | |
| 598 | -} | |
| 599 | -.track_list .item_card .track_stats .hits{ | |
| 600 | - float: right; | |
| 601 | -} | |
| 602 | -.track_list .item_card .track_stats .hits .label, | |
| 603 | -.track_list .item_card .track_stats .comments .label { | |
| 604 | - font-size: 7pt; | |
| 605 | - /*float: right;*/ | |
| 606 | - color: #444; | |
| 607 | -} | |
| 608 | -.track_list .item_card .track_stats .comments .label { | |
| 609 | - display: none; | |
| 610 | - visibility: hidden; | |
| 611 | -} | |
| 612 | - | |
| 613 | -/**/ | |
| 614 | - | |
| 615 | - | |
| 616 | -/*** step list ***/ | |
| 617 | - | |
| 618 | -/*geral*/ | |
| 619 | - | |
| 620 | -.track_list .item .step { | |
| 621 | - padding: 5px; | |
| 622 | -} | |
| 623 | - | |
| 624 | -.track_list .item .track_content .steps { | |
| 625 | - width: 60%; | |
| 626 | - font-weight: normal; | |
| 627 | -} | |
| 628 | - | |
| 629 | -.track_list .item .track_content .steps a:hover{ | |
| 630 | - text-decoration: none; | |
| 631 | -} | |
| 632 | - | |
| 633 | - | |
| 634 | -.track_list .item .track_content .steps h3{ | |
| 635 | - font-size: 13px !important; | |
| 636 | - text-transform: uppercase; | |
| 637 | - font-weight: normal; | |
| 638 | -} | |
| 639 | - | |
| 640 | -.track_list .item .track_content .steps .position, | |
| 641 | -#track .step_list .step .position { | |
| 642 | - border-radius: 50% 50% 50% 50%; | |
| 643 | - float: none; | |
| 644 | - font-size: 14px; | |
| 645 | - margin-right: 5px; | |
| 646 | - text-align: center; | |
| 647 | - font-weight: bold; | |
| 648 | -} | |
| 649 | - | |
| 650 | -#track .step_list .step { | |
| 651 | - background: url("images/steps_bg.png") repeat-x center top #fff;/*branco com o fundo em degradê*/ | |
| 652 | - display: inline-block; | |
| 653 | - width: 100%; | |
| 654 | -} | |
| 655 | - | |
| 656 | - | |
| 657 | -#track .step_list .step a { | |
| 658 | - background-color: transparent;/*transparente*/ | |
| 659 | - color: #999;/*cinza escuro escuro*/ | |
| 660 | -} | |
| 661 | - | |
| 662 | -.step a:link, #content .step a:link, dl.portlet .step a:link { | |
| 663 | - color: #999; /*cinza escuro*/ | |
| 664 | - /*teste*/ | |
| 665 | - display: inline-block; | |
| 666 | - max-width: 80%; | |
| 667 | - vertical-align: middle; | |
| 668 | -} | |
| 669 | - | |
| 670 | -#track .step_list .step .position { | |
| 671 | - background-color: #999;/*cinza escuro escuro*/ | |
| 672 | - color: #fff;/*branco*/ | |
| 673 | - display: inline-block; | |
| 674 | - font-size: 250%; | |
| 675 | - margin: 15px; | |
| 676 | - padding: 15px; | |
| 677 | - line-height: 15px; | |
| 678 | -} | |
| 679 | - | |
| 680 | -#track .step_list .step .content { | |
| 681 | - display: inline-block; | |
| 682 | - margin: 10px; | |
| 683 | - vertical-align: middle; | |
| 684 | - border-bottom: 0 none; | |
| 685 | - vertical-align: top; | |
| 686 | - max-width: 80%; | |
| 687 | - /*max-width: 600px;*/ | |
| 688 | -} | |
| 689 | - | |
| 690 | -#track .step_list .step .content .date { | |
| 691 | - font-weight: normal; | |
| 692 | -} | |
| 693 | - | |
| 694 | -#track .step_list .step .content .name {} | |
| 695 | - | |
| 696 | -#track .step .name, | |
| 697 | -#track .step .name a { | |
| 698 | - color: #999; | |
| 699 | -} | |
| 700 | - | |
| 701 | -#track .step_list .step .content .lead { | |
| 702 | - font-weight: normal; | |
| 703 | - margin-left: 0px; | |
| 704 | - margin-right: 0px; | |
| 705 | - color: #666; | |
| 706 | -} | |
| 707 | - | |
| 708 | -#track .step_list .step .content .lead p{ | |
| 709 | - margin-bottom: 0px; | |
| 710 | -} | |
| 711 | - | |
| 712 | -#track .step_list .step .content object, | |
| 713 | -#track .step_list .step .content .lead img{ | |
| 714 | - max-width: 80%; | |
| 715 | -} | |
| 716 | - | |
| 717 | -/*****************************************************/ | |
| 718 | - | |
| 719 | -/*********Removido do cabecalho cinza theme******************/ | |
| 720 | - | |
| 721 | -/* verificar onde isso se aplica | |
| 722 | - | |
| 723 | -.modal { | |
| 724 | - top: 50%; | |
| 725 | -} | |
| 726 | - | |
| 727 | -body div.overlaybg div.close, | |
| 728 | -body div.overlay div.close { | |
| 729 | - right: -14px; | |
| 730 | - left: auto; | |
| 731 | -} | |
| 732 | - | |
| 733 | -.design-menu { | |
| 734 | - display: inline-block; | |
| 735 | -} | |
| 736 | -*/ | |
| 737 | -/******/ | |
| 738 | -/*removi o pop-up login e o registro de usuario daqui*/ | |
| 739 | -/* padrao do box */ | |
| 740 | -/*#content .box .block-title { | |
| 741 | - font-size: 12px; | |
| 742 | - text-align: left; | |
| 743 | - border-bottom: none; | |
| 744 | - padding: 5px 8px 18px 7px; | |
| 745 | - text-transform: uppercase; | |
| 746 | - font-family: "open_sansbold", Arial, Helvetica, sans-serif; | |
| 747 | - font-variant: normal; | |
| 748 | - margin: 0px 0px 2px 0px; | |
| 749 | - border-top: 4px solid #3E67B1; | |
| 750 | - background: #eee; | |
| 751 | - color: #3E67B1; | |
| 752 | -} | |
| 753 | -*/ | |
| 754 | - | |
| 755 | - | |
| 756 | - | |
| 757 | -/*#content .box-1 .block-title { | |
| 758 | - border-top: 0px hidden transparent; | |
| 759 | - padding: 0px; | |
| 760 | - background: transparent; | |
| 761 | -}*/ | |
| 762 | - | |
| 763 | -/* Menu List footer */ | |
| 764 | -/* | |
| 765 | -#content .box-3 .block-title{ | |
| 766 | - margin:0; | |
| 767 | -} | |
| 768 | - | |
| 769 | - | |
| 770 | -#content .box-3 .link-list-block li a.link-this-page { | |
| 771 | - width: auto; | |
| 772 | - border-right: none; | |
| 773 | - font-weight: bold; | |
| 774 | - border-radius: 0px; | |
| 775 | -} | |
| 776 | - | |
| 777 | -#content .box-3 .link-list-block li a { | |
| 778 | - font-size: 14px; | |
| 779 | - line-height: 1em; | |
| 780 | - color: #545454; | |
| 781 | - background-color: #FFF; | |
| 782 | - border-radius: none; | |
| 783 | - padding: 0.6em 1.1em; | |
| 784 | -} | |
| 785 | - | |
| 786 | -#content .box-3 .link-list-block li a:hover { | |
| 787 | - background-color: #FFF; | |
| 788 | - color: #000; | |
| 789 | -} | |
| 790 | - | |
| 791 | -#content .box-3 .link-list-block li { | |
| 792 | - border-bottom: none; | |
| 793 | - border-top: none; | |
| 794 | - padding: 0; | |
| 795 | - margin: 0; | |
| 796 | -} | |
| 797 | -*/ | |
| 798 | - | |
| 799 | -/****** Plugin para curtir artigos e comentários******/ | |
| 800 | -.pairwise-plugin_pairwise-content .vote-actions { | |
| 801 | - display: none; | |
| 802 | -} | |
| 803 | - | |
| 804 | -.action .dislike:before { | |
| 805 | - content: url(images/negative-hand.png); | |
| 806 | -} | |
| 807 | - | |
| 808 | -.action .like:before { | |
| 809 | - content: url(images/positive-hand.png); | |
| 810 | -} | |
| 811 | - | |
| 812 | -.action .vote-detail { | |
| 813 | - width: 160px; | |
| 814 | -} | |
| 815 | - | |
| 816 | -.vote-action .like-action-active .action-icon { | |
| 817 | - opacity: 1; | |
| 818 | -} | |
| 819 | - | |
| 820 | -#article .action .vote-detail li { | |
| 821 | - padding: 0px; | |
| 822 | -} | |
| 823 | - | |
| 824 | -.vote-action .action-icon { | |
| 825 | - opacity: 0.5; | |
| 826 | -} | |
| 827 | - | |
| 828 | -#article .action .action-icon { | |
| 829 | - top: 3px; | |
| 830 | -} | |
| 831 | - | |
| 832 | -#article .like-action .like-action-counter { | |
| 833 | - color: #2A8C32; | |
| 834 | -} | |
| 835 | - | |
| 836 | -#article .dislike-action .like-action-counter { | |
| 837 | - color: #CC0000; | |
| 838 | -} | |
| 839 | - | |
| 840 | -.vote-actions { | |
| 841 | - position: relative; | |
| 842 | - right: 0; | |
| 843 | - top: 0; | |
| 844 | -} | |
| 845 | - | |
| 846 | -#article .action .vote-detail li { | |
| 847 | - display: inline-block; | |
| 848 | - list-style-type: none; | |
| 849 | - margin-bottom: 5px; | |
| 850 | - margin-left: 0; | |
| 851 | - text-align: left; | |
| 852 | -} | |
| 853 | - | |
| 854 | -#article .action .vote-detail li a span{ | |
| 855 | - float: left; | |
| 856 | - margin-left: 5px; | |
| 857 | - width: 120px; | |
| 858 | -} | |
| 859 | -#article .action .vote-detail li a img { | |
| 860 | - float: left; | |
| 861 | -} | |
| 862 | - | |
| 863 | -/*****************************************************************/ | |
| 864 | - | |
| 865 | -/*bloco de steps em main area - */ | |
| 866 | - | |
| 867 | -#content .community-track-plugin_track-list-block .steps .step .position { | |
| 868 | - margin: 5px 3px; | |
| 869 | - padding: 0 6px; | |
| 870 | -} | |
| 871 | - | |
| 872 | -.community-track-plugin_track-list-block .steps .step .name{ | |
| 873 | - display: inline-block; | |
| 874 | - vertical-align: middle; | |
| 875 | - width: 75%; | |
| 876 | -} | |
| 877 | - | |
| 878 | -#article .step_list .step .step_actions .button{ | |
| 879 | - border-radius: 0 0 0 0; | |
| 880 | -} | |
| 881 | - | |
| 882 | -/*ítens específicos*/ | |
| 883 | - | |
| 884 | -/*oculto*/ | |
| 885 | -#track #hidden_steps .step_list .step .position { | |
| 886 | - background-color: transparent; | |
| 887 | -} | |
| 888 | - | |
| 889 | -/*ativo*/ | |
| 890 | - | |
| 891 | -#content .step.step_active { | |
| 892 | - background-color: #E8F3E9;/*verde claro*/ | |
| 893 | - background-image: url("images/no-image.gif"); | |
| 894 | -} | |
| 895 | - | |
| 896 | -#content .step.step_active:hover { | |
| 897 | - background-color: #B8D4C1; | |
| 898 | -} | |
| 899 | - | |
| 900 | -#content .step.step_active a { | |
| 901 | - color: #397941;/*verde escuro*/ | |
| 902 | -} | |
| 903 | - | |
| 904 | -#content .step.step_active .position{ | |
| 905 | - background-color: #397941;/*verde escuro*/ | |
| 906 | - color: #E8F3E9;/*verde claro*/ | |
| 907 | -} | |
| 908 | - | |
| 909 | -.step_active a:link, #content .step_active a:link, dl.portlet .step_active a:link { | |
| 910 | - color: #397941; /*verde escuro*/ | |
| 911 | -} | |
| 912 | - | |
| 913 | -/*em andamento*/ | |
| 914 | - | |
| 915 | -#content .step.step_waiting { | |
| 916 | - background-color: #fff0cf;/*laranja claro*/ | |
| 917 | - background-image: url("images/no-image.gif"); | |
| 918 | -} | |
| 919 | - | |
| 920 | -#content .step.step_waiting:hover { | |
| 921 | - background-color: #E6E6BC; | |
| 922 | -} | |
| 923 | - | |
| 924 | -#content .step.step_waiting a { | |
| 925 | - color: #C6A142;/*laranja escuro*/ | |
| 926 | -} | |
| 927 | - | |
| 928 | -#content .step.step_waiting .position{ | |
| 929 | - background-color: #c6a142;/*laranja escuro*/ | |
| 930 | - color: #fff0cf;/*laranja claro*/ | |
| 931 | -} | |
| 932 | - | |
| 933 | -.step_waiting a:link, #content .step_waiting a:link, dl.portlet .step_waiting a:link { | |
| 934 | - color: #c6a142; /*laranja escuro*/ | |
| 935 | -} | |
| 936 | - | |
| 937 | -/*finalizado*/ | |
| 938 | - | |
| 939 | -#content .step.step_finished { | |
| 940 | - background: url("images/steps_bg.png") repeat-x center top #fff;/*branco com o fundo em degradê*/ | |
| 941 | -} | |
| 942 | - | |
| 943 | -#article .step_finished .tool_link:hover, #content .steps .step_finished:hover { | |
| 944 | - background-color: #EEE; | |
| 945 | - background-image: none; | |
| 946 | -} | |
| 947 | -#content .step.step_finished:hover { | |
| 948 | - background-color: #EEE; | |
| 949 | - background-image: none; | |
| 950 | -} | |
| 951 | - | |
| 952 | -#content .step.step_finished a { | |
| 953 | - background-color:transparent;/*transparente*/ | |
| 954 | - color: #999;/*cinza escuro escuro*/ | |
| 955 | -} | |
| 956 | - | |
| 957 | -.step_finished a:link, #content .step_finished a:link, dl.portlet .step_finished a:link { | |
| 958 | - color: #999; /*cinza escuro*/ | |
| 959 | -} | |
| 960 | - | |
| 961 | -#content .step.step_finished .position{ | |
| 962 | - background-color: #999;/*cinza escuro escuro*/ | |
| 963 | - color: #fff;/*branco*/ | |
| 964 | -} | |
| 965 | - | |
| 966 | -/*****fim step list******/ | |
| 967 | - | |
| 968 | -/**********************Verificar onde se aplica ********************************/ | |
| 969 | -.pairwise-plugin_pairwise-content #article-header .title { | |
| 970 | - display: none; | |
| 971 | -} | |
| 972 | - | |
| 973 | -#pairwise_main { | |
| 974 | - text-align: center; | |
| 975 | - width: auto; | |
| 976 | -} | |
| 977 | - | |
| 978 | -#pairwise_main ul.pairwise_menu { | |
| 979 | - background-color: white; | |
| 980 | - color: #ECF2E7; | |
| 981 | - text-align: right; | |
| 982 | -} | |
| 983 | - | |
| 984 | -#pairwise_main ul.pairwise_menu li { | |
| 985 | - display: inline; | |
| 986 | -} | |
| 987 | - | |
| 988 | -#pairwise_main ul.pairwise_menu li a { | |
| 989 | - color: #b3c4a6; | |
| 990 | - font-size: 14px; | |
| 991 | - padding: 1em; | |
| 992 | - text-decoration: none; | |
| 993 | -} | |
| 994 | - | |
| 995 | -#pairwise_main ul.pairwise_menu li a:hover{ | |
| 996 | - color: #497B16; | |
| 997 | - background-color: #ECF2E7; | |
| 998 | - border-radius: 10px 10px 0 0; | |
| 999 | - border: 1px solid #b3c4a6; | |
| 1000 | - border-bottom: 0px; | |
| 1001 | - margin: -1px; | |
| 1002 | -} | |
| 1003 | - | |
| 1004 | -#pairwise_main ul.pairwise_menu li a.active{ | |
| 1005 | - color: #497B16; | |
| 1006 | - background-color: #ECF2E7; | |
| 1007 | - border-radius: 10px 10px 0 0; | |
| 1008 | - border: 1px solid #b3c4a6; | |
| 1009 | - border-bottom: 0px; | |
| 1010 | -} | |
| 1011 | - | |
| 1012 | -#pairwise_main .pairwise_content { | |
| 1013 | - background-color: #ECF2E7; | |
| 1014 | - padding: 1em; | |
| 1015 | - overflow: hidden; | |
| 1016 | -} | |
| 1017 | - | |
| 1018 | -#pairwise_main .pairwise_body { | |
| 1019 | - background-color: white; | |
| 1020 | - border-radius: 7px 7px 7px 7px; | |
| 1021 | - display: block; | |
| 1022 | - font-size: 22px; | |
| 1023 | - margin: 0 0 0.5em; | |
| 1024 | - padding: 1em; | |
| 1025 | -} | |
| 1026 | - | |
| 1027 | -#pairwise_main .pairwise_call_for_action { | |
| 1028 | - color: #4B7421; | |
| 1029 | - font-size: 14px; | |
| 1030 | - line-height: 1.5em; | |
| 1031 | -} | |
| 1032 | - | |
| 1033 | -#pairwise_main .prompt { | |
| 1034 | - /*background-color: #cfe1bf !important;*/ | |
| 1035 | - background: url("images/prompt_bg_normal.png") no-repeat center top #cfe1bf; | |
| 1036 | - border-width: 0px; | |
| 1037 | - max-width: 369px; | |
| 1038 | - height: 170px !important; | |
| 1039 | - padding: 10px 0; | |
| 1040 | - border-width: 0 !important; | |
| 1041 | - border-radius: 10px; | |
| 1042 | -} | |
| 1043 | - | |
| 1044 | -#pairwise_main .prompt:hover { | |
| 1045 | - background: url("images/prompt_bg_hover.png") no-repeat 50% top #548A1C; | |
| 1046 | -} | |
| 1047 | - | |
| 1048 | -#pairwise_main .prompt.left{ | |
| 1049 | - background-position: 51% top; | |
| 1050 | - float: left; | |
| 1051 | -} | |
| 1052 | - | |
| 1053 | -#pairwise_main .prompt.right{ | |
| 1054 | - background-position: 50% top; | |
| 1055 | - float: right; | |
| 1056 | -} | |
| 1057 | - | |
| 1058 | -#pairwise_main .prompt a{ | |
| 1059 | - color: #2a2d28 !important; | |
| 1060 | - /*font-size: 14px;*/ | |
| 1061 | - font-size: 12px;/*REDUZIDO PARA CABER 160 CARACTERES.*/ | |
| 1062 | - display: block; | |
| 1063 | - /*height: 170px;*/ | |
| 1064 | - max-width: 349px; | |
| 1065 | - padding: 10px; | |
| 1066 | - height: 100%; | |
| 1067 | -} | |
| 1068 | - | |
| 1069 | -#pairwise_main .separator { | |
| 1070 | - background-color: #CCCCCC; | |
| 1071 | - display: inline-block; | |
| 1072 | - float: none; | |
| 1073 | - height: 170px; | |
| 1074 | - margin-top: 8px; | |
| 1075 | - width: 1px; | |
| 1076 | -} | |
| 1077 | - | |
| 1078 | - | |
| 1079 | -#pairwise_main .skip_vote { | |
| 1080 | - width: 200px !important; | |
| 1081 | - text-align: center; | |
| 1082 | - padding: 0; | |
| 1083 | - border-width: 0px; | |
| 1084 | - background-color: transparent !important; | |
| 1085 | -/* background-color: #7D8874 !important; | |
| 1086 | - font-size: 15px !important; | |
| 1087 | - color: #fff; | |
| 1088 | - padding: 1em 0 !important; | |
| 1089 | - border-width: 0px !important; | |
| 1090 | - border-radius: 7px 7px 0px 0px !important;*/ | |
| 1091 | -} | |
| 1092 | - | |
| 1093 | -#pairwise_main .skip_vote a { | |
| 1094 | - background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important; | |
| 1095 | - color: transparent !important; | |
| 1096 | - display: inline-block; | |
| 1097 | - height: 1px; | |
| 1098 | - line-height: 0; | |
| 1099 | - padding: 1em 0; | |
| 1100 | - text-decoration: none; | |
| 1101 | - width: 200px; | |
| 1102 | -} | |
| 1103 | - | |
| 1104 | -#pairwise_main .skip_vote a:hover { | |
| 1105 | - background: url("images/btn_duvida_pairwise_hover.png") no-repeat center center #fff !important; | |
| 1106 | -} | |
| 1107 | - | |
| 1108 | -#pairwise_main .skip_vote_reasons {background-color: #7D8874;padding-top: 0 !important;} | |
| 1109 | - | |
| 1110 | -#pairwise_main .skip_vote_reasons ul {margin: 0; padding: 1em;} | |
| 1111 | - | |
| 1112 | -#pairwise_main .skip_vote_reasons ul li {color: white; padding: 0.5em 0.5em 0.5em 2em; text-align: left;} | |
| 1113 | - | |
| 1114 | -#pairwise_main .skip_vote_reasons ul li:hover{background-color:#666;} | |
| 1115 | - | |
| 1116 | -#pairwise_main .skip_vote_reasons ul li a {color: white;text-decoration: none;font-size: 14px;} | |
| 1117 | - | |
| 1118 | -#pairwise_main #suggestions_box { | |
| 1119 | - display: block !important; | |
| 1120 | - margin-top: 15px; | |
| 1121 | - padding: 10px; | |
| 1122 | - text-align: left; | |
| 1123 | -} | |
| 1124 | - | |
| 1125 | -#pairwise_main #suggestions_box span { | |
| 1126 | - color: #4B7421; | |
| 1127 | - font-size: 15px; | |
| 1128 | - font-weight: bold; | |
| 1129 | - text-align: left; | |
| 1130 | - text-transform: uppercase; | |
| 1131 | -} | |
| 1132 | - | |
| 1133 | - | |
| 1134 | -#pairwise_main .div_text_input_container { | |
| 1135 | - width: 100%; | |
| 1136 | -} | |
| 1137 | - | |
| 1138 | -#pairwise_main .div_text_input_container .div_text_input { | |
| 1139 | - display: inline-block; | |
| 1140 | - width: 80%; | |
| 1141 | -} | |
| 1142 | - | |
| 1143 | -#pairwise_main .div_text_input_container .div_text_input textarea { | |
| 1144 | - border: 1px solid #CCCCCC; | |
| 1145 | - border-radius: 0 0 0 0 !important; | |
| 1146 | -} | |
| 1147 | - | |
| 1148 | -#pairwise_main .div_text_input_container .div_text_input .jqEasyCounterMsg { | |
| 1149 | - color: #7D8874 !important; | |
| 1150 | - font-size: 13px; | |
| 1151 | -} | |
| 1152 | - | |
| 1153 | -#pairwise_main .div_text_input_container .suggest_idea_btn { | |
| 1154 | - display: inline-block; | |
| 1155 | - margin-left: 5%; | |
| 1156 | - vertical-align: top; | |
| 1157 | - width: 14%; | |
| 1158 | -} | |
| 1159 | - | |
| 1160 | -#pairwise_main .div_text_input_container .suggest_idea_btn input#new_idea_button{ | |
| 1161 | - background: url("images/botao-enviar-pairwise.png") no-repeat top center transparent; | |
| 1162 | - border-radius: 0px; | |
| 1163 | - cursor: pointer; | |
| 1164 | - display: block; | |
| 1165 | - min-height: 71px; | |
| 1166 | - padding: 5px 10px; | |
| 1167 | - width: 93px; | |
| 1168 | - border-width: 0; | |
| 1169 | -} | |
| 1170 | - | |
| 1171 | -div.pairwise_group_list_container .arrow span.active { | |
| 1172 | - background-position: center top; | |
| 1173 | -} | |
| 1174 | -/*Fim Pairwise*/ | |
| 1175 | - | |
| 1176 | -/************************Track_list - fazer limpeza***********************************/ | |
| 1177 | - | |
| 1178 | -/*lista de pendencias*/ | |
| 1179 | -.task_box { | |
| 1180 | - background: none repeat scroll 0 0 #EEEEEE; | |
| 1181 | - margin-bottom: 5px; | |
| 1182 | - margin-top: 5px; | |
| 1183 | - padding: 1em; | |
| 1184 | - position: relative; | |
| 1185 | -} | |
| 1186 | - | |
| 1187 | -/*fim lista de pendencias*/ | |
| 1188 | - | |
| 1189 | -.tag_cloud a{ | |
| 1190 | - white-space: normal; | |
| 1191 | -} | |
| 1192 | - | |
| 1193 | - | |
| 1194 | -.community-track-plugin_track-card-list-block .track_list{ | |
| 1195 | - text-align: center; | |
| 1196 | - padding: 0 0px; | |
| 1197 | -} | |
| 1198 | - | |
| 1199 | -.track_list .item_card { | |
| 1200 | - background-color: #FFFAFA; | |
| 1201 | - border: 1px solid #DDDDDD; | |
| 1202 | - display: inline-block; | |
| 1203 | - float: left; | |
| 1204 | - clear: right; | |
| 1205 | - margin: 12px 9px 9px; | |
| 1206 | - max-width: 214px; | |
| 1207 | - height: 426px; | |
| 1208 | - padding: 0; | |
| 1209 | - width: 214px; | |
| 1210 | -} | |
| 1211 | - | |
| 1212 | - | |
| 1213 | - | |
| 1214 | -.track_list .item_card a{ | |
| 1215 | - display: inline-block; | |
| 1216 | -} | |
| 1217 | - | |
| 1218 | -.track_list .item_card:hover { | |
| 1219 | - background-color: white; | |
| 1220 | -} | |
| 1221 | - | |
| 1222 | -/*track list nos blocos laterais*/ | |
| 1223 | -/*.box-2{ | |
| 1224 | - width:150px; | |
| 1225 | -}*/ | |
| 1226 | - | |
| 1227 | -.box-2 .track_list .item_card, | |
| 1228 | -.box-3 .track_list .item_card { | |
| 1229 | - margin: 10px 0px; | |
| 1230 | - /*width: 188px;*/ | |
| 1231 | - width: 100%; | |
| 1232 | -} | |
| 1233 | - | |
| 1234 | -/**/ | |
| 1235 | - | |
| 1236 | - | |
| 1237 | -#content .track_list .item_card .track_content{ | |
| 1238 | - height: 390px; | |
| 1239 | - overflow: hidden; | |
| 1240 | -} | |
| 1241 | - | |
| 1242 | -#content .track_list .item_card .track_content .title{ | |
| 1243 | - color: white; | |
| 1244 | - font-family: Arial,sans-serif; | |
| 1245 | - font-size: 15px; | |
| 1246 | - font-weight: bold; | |
| 1247 | - min-height: 15px; | |
| 1248 | - padding: 2px 0; | |
| 1249 | - text-align: center; | |
| 1250 | - | |
| 1251 | - vertical-align: middle; | |
| 1252 | - width: 219px; | |
| 1253 | - display: table-cell; | |
| 1254 | - height: 45px; | |
| 1255 | -} | |
| 1256 | -#content .track_list .item_card .track_content .image{ | |
| 1257 | - border: 1px solid #ddd; | |
| 1258 | - width: 196px; | |
| 1259 | - height: 146px; | |
| 1260 | - overflow: hidden; | |
| 1261 | - margin: 8px; | |
| 1262 | - background-color: #FFF; | |
| 1263 | - position: relative; | |
| 1264 | -} | |
| 1265 | -/*imagem nos track list nos blocos laterais*/ | |
| 1266 | -#content .box-2 .track_list .item_card .track_content .image, | |
| 1267 | -#content .box-3 .track_list .item_card .track_content .image { | |
| 1268 | - width: 170px; | |
| 1269 | -} | |
| 1270 | - | |
| 1271 | -.track_list .image img { | |
| 1272 | - position: absolute; | |
| 1273 | - top: 0; | |
| 1274 | - bottom: 0; | |
| 1275 | - margin: auto; | |
| 1276 | - left: 0; | |
| 1277 | - right: 0; | |
| 1278 | -} | |
| 1279 | - | |
| 1280 | -#content .track_list .item_card .track_content .name { | |
| 1281 | - font-size: 12px; | |
| 1282 | - font-weight: normal; | |
| 1283 | - padding: 5px 0; | |
| 1284 | - text-align: left; | |
| 1285 | - margin: 0 8px; | |
| 1286 | - color: #444; | |
| 1287 | - text-transform: uppercase; | |
| 1288 | -} | |
| 1289 | - | |
| 1290 | - | |
| 1291 | -#content .track_list .item_card .track_content .lead { | |
| 1292 | - font-weight: normal; | |
| 1293 | - padding: 5px 0; | |
| 1294 | - margin: 0 8px; | |
| 1295 | - text-align: left; | |
| 1296 | - color: black; | |
| 1297 | - font-size: 12px; | |
| 1298 | -} | |
| 1299 | - | |
| 1300 | -/**/ | |
| 1301 | - | |
| 1302 | -/**/ | |
| 1303 | - | |
| 1304 | -/*track list Internas*/ | |
| 1305 | - | |
| 1306 | -.track_list .item { | |
| 1307 | - border-bottom: 1px solid #DDDDDD; | |
| 1308 | - display: inline-block; | |
| 1309 | -} | |
| 1310 | - | |
| 1311 | -.track_list .item .track_content .lead { | |
| 1312 | - float: left; | |
| 1313 | - padding: 2em; | |
| 1314 | - text-align: left; | |
| 1315 | - width: 40%; | |
| 1316 | -} | |
| 1317 | - | |
| 1318 | -/*track list - páginas internas - main content*/ | |
| 1319 | - | |
| 1320 | -.track_list .track_content { | |
| 1321 | - /*display: inline-block;*/ | |
| 1322 | - display: block; | |
| 1323 | - height: 100%; | |
| 1324 | -} | |
| 1325 | - | |
| 1326 | -.track_list .item .track_content{ | |
| 1327 | - /*display: block;*/ | |
| 1328 | -} | |
| 1329 | - | |
| 1330 | - | |
| 1331 | -.track_list .item .track_content .lead { | |
| 1332 | - width: 30%; | |
| 1333 | -} | |
| 1334 | - | |
| 1335 | -.track_list .item .track_content .lead p.lead{ | |
| 1336 | - color: #444; | |
| 1337 | -} | |
| 1338 | - | |
| 1339 | -#content .track_list .item .track_content .lead a { | |
| 1340 | - font-weight: bold; | |
| 1341 | - color: #444; | |
| 1342 | -} | |
| 1343 | - | |
| 1344 | -/**/ | |
| 1345 | -/*rodapé das cartas de participação*/ | |
| 1346 | -.track_list .item_card .track_stats .comments .counter { | |
| 1347 | - background: url("images/comentarios.png") no-repeat left center #fffafa; | |
| 1348 | -} | |
| 1349 | -.track_list .item_card .track_stats .hits .counter { | |
| 1350 | - background: url("images/visualizacoes.png") no-repeat left center #fffafa; | |
| 1351 | -} | |
| 1352 | - | |
| 1353 | -.track_list .item_card .track_stats { | |
| 1354 | - padding: 5px 5px 0; | |
| 1355 | - height: 25px; | |
| 1356 | -} | |
| 1357 | -.track_list .item_card .track_stats .counter { | |
| 1358 | - margin-top: 1px; | |
| 1359 | - padding: 3px 0 0 30px; | |
| 1360 | - text-align: left; | |
| 1361 | - font-size: 10pt; | |
| 1362 | - /*display: block;*/ | |
| 1363 | - color: #444; | |
| 1364 | -} | |
| 1365 | -.track_list .item_card .track_stats .comments{ | |
| 1366 | - float: left; | |
| 1367 | -} | |
| 1368 | -.track_list .item_card .track_stats .hits{ | |
| 1369 | - float: right; | |
| 1370 | -} | |
| 1371 | -.track_list .item_card .track_stats .hits .label, | |
| 1372 | -.track_list .item_card .track_stats .comments .label { | |
| 1373 | - font-size: 7pt; | |
| 1374 | - /*float: right;*/ | |
| 1375 | - color: #444; | |
| 1376 | -} | |
| 1377 | -.track_list .item_card .track_stats .comments .label { | |
| 1378 | - display: none; | |
| 1379 | - visibility: hidden; | |
| 1380 | -} | |
| 1381 | - | |
| 1382 | -/**/ | |
| 1383 | - | |
| 1384 | - | |
| 1385 | -/*** step list ***/ | |
| 1386 | - | |
| 1387 | -/*geral*/ | |
| 1388 | - | |
| 1389 | -.track_list .item .step { | |
| 1390 | - padding: 5px; | |
| 1391 | -} | |
| 1392 | - | |
| 1393 | -.track_list .item .track_content .steps { | |
| 1394 | - width: 60%; | |
| 1395 | - font-weight: normal; | |
| 1396 | -} | |
| 1397 | - | |
| 1398 | -.track_list .item .track_content .steps a:hover{ | |
| 1399 | - text-decoration: none; | |
| 1400 | -} | |
| 1401 | - | |
| 1402 | - | |
| 1403 | -.track_list .item .track_content .steps h3{ | |
| 1404 | - font-size: 13px !important; | |
| 1405 | - text-transform: uppercase; | |
| 1406 | - font-weight: normal; | |
| 1407 | -} | |
| 1408 | - | |
| 1409 | -.track_list .item .track_content .steps .position, | |
| 1410 | -#track .step_list .step .position { | |
| 1411 | - border-radius: 50% 50% 50% 50%; | |
| 1412 | - float: none; | |
| 1413 | - font-size: 14px; | |
| 1414 | - margin-right: 5px; | |
| 1415 | - text-align: center; | |
| 1416 | - font-weight: bold; | |
| 1417 | -} | |
| 1418 | - | |
| 1419 | -#track .step_list .step { | |
| 1420 | - background: url("images/steps_bg.png") repeat-x center top #fff;/*branco com o fundo em degradê*/ | |
| 1421 | - display: inline-block; | |
| 1422 | - width: 100%; | |
| 1423 | -} | |
| 1424 | - | |
| 1425 | - | |
| 1426 | -#track .step_list .step a { | |
| 1427 | - background-color: transparent;/*transparente*/ | |
| 1428 | - color: #999;/*cinza escuro escuro*/ | |
| 1429 | -} | |
| 1430 | - | |
| 1431 | -.step a:link, #content .step a:link, dl.portlet .step a:link { | |
| 1432 | - color: #999; /*cinza escuro*/ | |
| 1433 | - /*teste*/ | |
| 1434 | - display: inline-block; | |
| 1435 | - max-width: 80%; | |
| 1436 | - vertical-align: middle; | |
| 1437 | -} | |
| 1438 | - | |
| 1439 | -#track .step_list .step .position { | |
| 1440 | - background-color: #999;/*cinza escuro escuro*/ | |
| 1441 | - color: #fff;/*branco*/ | |
| 1442 | - display: inline-block; | |
| 1443 | - font-size: 250%; | |
| 1444 | - margin: 15px; | |
| 1445 | - padding: 15px; | |
| 1446 | - line-height: 15px; | |
| 1447 | -} | |
| 1448 | - | |
| 1449 | -#track .step_list .step .content { | |
| 1450 | - display: inline-block; | |
| 1451 | - margin: 10px; | |
| 1452 | - vertical-align: middle; | |
| 1453 | - border-bottom: 0 none; | |
| 1454 | - vertical-align: top; | |
| 1455 | - max-width: 80%; | |
| 1456 | - /*max-width: 600px;*/ | |
| 1457 | -} | |
| 1458 | - | |
| 1459 | -#track .step_list .step .content .date { | |
| 1460 | - font-weight: normal; | |
| 1461 | -} | |
| 1462 | - | |
| 1463 | -#track .step_list .step .content .name {} | |
| 1464 | - | |
| 1465 | -#track .step .name, | |
| 1466 | -#track .step .name a { | |
| 1467 | - color: #999; | |
| 1468 | -} | |
| 1469 | - | |
| 1470 | -#track .step_list .step .content .lead { | |
| 1471 | - font-weight: normal; | |
| 1472 | - margin-left: 0px; | |
| 1473 | - margin-right: 0px; | |
| 1474 | - color: #666; | |
| 1475 | -} | |
| 1476 | - | |
| 1477 | -#track .step_list .step .content .lead p{ | |
| 1478 | - margin-bottom: 0px; | |
| 1479 | -} | |
| 1480 | - | |
| 1481 | -#track .step_list .step .content object, | |
| 1482 | -#track .step_list .step .content .lead img{ | |
| 1483 | - max-width: 80%; | |
| 1484 | -} | |
| 1485 | -/*******************************************************************/ | |
| 1486 | - | |
| 1487 | - | |
| 1488 | -/*********fim Removido do cabecalho cinza theme******************/ | |
| 1489 | - | |
| 1490 | -.block-footer-content { | |
| 1491 | - text-align: right; | |
| 1492 | - margin-top: 0.5em; | |
| 1493 | -} | |
| 1494 | -.box-2 .block-footer-content, | |
| 1495 | -.box-3 .block-footer-content { | |
| 1496 | - margin-right: 8px; | |
| 1497 | -} | |
| 1498 | - | |
| 1499 | -#content .tags-block .block-footer-content a, | |
| 1500 | -#content .people-block .block-footer-content a, | |
| 1501 | -#content .profile-list-block .block-footer-content a, | |
| 1502 | -#content .enterprises-block .block-footer-content a, | |
| 1503 | -#content .members-block .block-footer-content a, | |
| 1504 | -#content .communities-block .block-footer-content a, | |
| 1505 | -#content .softwares-block .block-footer-content a, | |
| 1506 | -#content .institutions-block .block-footer-content a, | |
| 1507 | -#content .friends-block .block-footer-content a { | |
| 1508 | - background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #EEEEEE; | |
| 1509 | - border: 1px solid #CCCCCC; | |
| 1510 | - border-radius: 5px 5px 5px 5px; | |
| 1511 | - display: inline; | |
| 1512 | - margin: 14px 0 14px 14px; | |
| 1513 | - padding: 5px 15px; | |
| 1514 | - position: relative; | |
| 1515 | - top: 5px; | |
| 1516 | - border: 5px solid red; | |
| 1517 | -} | |
| 1518 | - | |
| 1519 | -/*Container Block - Bloco de Blocos*/ | |
| 1520 | - | |
| 1521 | -.container-block-plugin_container-block, | |
| 1522 | -.container-block-plugin_container-block .block-inner-2{ | |
| 1523 | - background-color: transparent; | |
| 1524 | - padding: 0; | |
| 1525 | -} | |
| 1526 | - | |
| 1527 | -.container-block-plugin_container-block .block .block-inner-2{ | |
| 1528 | - background-color: white; | |
| 1529 | - padding: 1em; | |
| 1530 | -} | |
| 1531 | - | |
| 1532 | -.container-block-plugin_container-block .container-block-plugin_container-block .block-inner-2 { | |
| 1533 | - background-color: white; | |
| 1534 | - padding-left: 6px; | |
| 1535 | - padding-top: 5px; | |
| 1536 | -} | |
| 1537 | - | |
| 1538 | -.container-block-plugin_container-block .block-outer{ | |
| 1539 | - margin-top: 0px; | |
| 1540 | -} | |
| 1541 | - | |
| 1542 | -.block-outer .block .block-outer { | |
| 1543 | - margin-top: 0; | |
| 1544 | -} | |
| 1545 | - | |
| 1546 | -.relevant-content-plugin_relevant-content-block ul{ | |
| 1547 | - padding: 0; | |
| 1548 | -} | |
| 1549 | - | |
| 1550 | -.relevant-content-plugin_relevant-content-block li { | |
| 1551 | -} | |
| 1552 | -.relevant-content-plugin_relevant-content-block li:hover { | |
| 1553 | - background-color: #eee; | |
| 1554 | -} | |
| 1555 | -.relevant-content-plugin_relevant-content-block li a{ | |
| 1556 | - color: #333; | |
| 1557 | - display: block; | |
| 1558 | - padding: 0.5em 1em; | |
| 1559 | -} | |
| 1560 | - |
css-bkp/unused/dropline_menu.css
| ... | ... | @@ -1,160 +0,0 @@ |
| 1 | -/* | |
| 2 | -Techonolgy Quest; | |
| 3 | - | |
| 4 | -creating a horizontal Dropline menu is simple. | |
| 5 | -Following id will define the dimensions for the menu, margin, padding width, height. | |
| 6 | -For the drop line menu the position is added in this class. | |
| 7 | -Its not necessary to add position | |
| 8 | -*/ | |
| 9 | - #menucontainer { | |
| 10 | - margin: 0px; | |
| 11 | - padding: 0px; | |
| 12 | - width: 100%; | |
| 13 | - height: 30px; | |
| 14 | - position: relative; | |
| 15 | - | |
| 16 | - background-color: #ecedf1; | |
| 17 | - | |
| 18 | -} | |
| 19 | -#menucontainer ul { | |
| 20 | - margin: 0px; | |
| 21 | - padding: 0px; | |
| 22 | - list-style: none; | |
| 23 | - width: 980px; | |
| 24 | - height:30px; | |
| 25 | - margin: 0 auto; | |
| 26 | -} | |
| 27 | -/* Following selector will define the style for individual parent menu. The following style gives them a look when the menus are not selected. | |
| 28 | -note that the position proerty is not set. | |
| 29 | -*/ | |
| 30 | - #menucontainer ul li.parent_menu { | |
| 31 | - list-style: none; | |
| 32 | - margin: 0px; | |
| 33 | - padding: 6px; | |
| 34 | - display: inline; | |
| 35 | - width: 100%; | |
| 36 | - height: 100%; | |
| 37 | - /*border-right: 1px solid #03316f;*/ | |
| 38 | -} | |
| 39 | -/* | |
| 40 | -Style for the anchor tag defined in the parent. | |
| 41 | -*/ | |
| 42 | - #menucontainer ul li.parent_menu a { | |
| 43 | - margin-left: 10px; | |
| 44 | - padding-left: 0px; | |
| 45 | - margin-right: 15px; | |
| 46 | - padding-right: 10px; | |
| 47 | - background-color:transparent; | |
| 48 | - display: inline; | |
| 49 | - text-decoration: none; | |
| 50 | - /*font-family:"Times New Roman", "Arabic";*/ | |
| 51 | - | |
| 52 | - | |
| 53 | - line-height: 30px; | |
| 54 | - | |
| 55 | - /*border-right: 1px solid #03316f;*/ | |
| 56 | - color: rgb(96,96,96); | |
| 57 | - font-size: 12px; | |
| 58 | - font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
| 59 | -} | |
| 60 | -/* The hover effect is defined using the below selectors | |
| 61 | -For the background-color opacity is used to create a semi-transperant look as a hover effect | |
| 62 | -*/ | |
| 63 | - #menucontainer ul li.parent_menu:hover { | |
| 64 | - list-style: none; | |
| 65 | - /*margin: 0px; | |
| 66 | - padding: 0px;*/ | |
| 67 | - opacity: 0.8; | |
| 68 | - background-color: #4E5155; | |
| 69 | - display: inline; | |
| 70 | - /*border-right:3px solid #6A91A8;*/ | |
| 71 | -} | |
| 72 | -/* | |
| 73 | -The following class will define the style for anchor tag in the | |
| 74 | - | |
| 75 | -*/ | |
| 76 | - #menucontainer ul li.parent_menu:hover a { | |
| 77 | - list-style: none; | |
| 78 | - /*margin-left: 10px; | |
| 79 | - padding-left: 10px; | |
| 80 | - margin-right: 10px; | |
| 81 | - padding-right: 10px;*/ | |
| 82 | - background-color:transparent; | |
| 83 | - display: inline; | |
| 84 | - text-decoration: none; | |
| 85 | - font-size: 12px; | |
| 86 | - font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
| 87 | - color: #FFFFFF; | |
| 88 | - line-height: 30px; | |
| 89 | -} | |
| 90 | -/***************SUB MENU***********************/ | |
| 91 | - | |
| 92 | -/* | |
| 93 | -Following class will hide the sub menu when the mouse is not hovering. | |
| 94 | -*/ | |
| 95 | - #menucontainer ul li.parent_menu ul { | |
| 96 | - margin: 0px; | |
| 97 | - padding: 0px; | |
| 98 | - list-style: none; | |
| 99 | - display:none; | |
| 100 | - position: absolute; | |
| 101 | - height: 0; | |
| 102 | -} | |
| 103 | -/* | |
| 104 | -Following class display hide the sub menu when the mouse is not hovering. | |
| 105 | -Note: for this style of the menu position is set to 'absolute' | |
| 106 | - | |
| 107 | -*/ | |
| 108 | - #menucontainer ul li.parent_menu:hover ul { | |
| 109 | - margin: -5px 0 0 0; | |
| 110 | - padding: 0px; | |
| 111 | - list-style: none; | |
| 112 | - display:block; | |
| 113 | - position: absolute; | |
| 114 | - height: auto; | |
| 115 | - width:100%; | |
| 116 | - left: 0px; | |
| 117 | - | |
| 118 | - background-color:#2e2e2e; | |
| 119 | -} | |
| 120 | -/* Following selector will define the style for individual sub menu. The following style gives them a look when the menus are not selected. | |
| 121 | -note that the position proerty is not set and dispaly is block. | |
| 122 | -Also the float property is set left; This will keep the menu in a single line. | |
| 123 | -*/ | |
| 124 | - #menucontainer ul li.parent_menu:hover ul li.child_menu { | |
| 125 | - list-style: none; | |
| 126 | - margin-left: 10px; | |
| 127 | - padding-left: 10px; | |
| 128 | - margin-right: 10px; | |
| 129 | - padding-right: 10px; | |
| 130 | - display: block; | |
| 131 | - float: left; | |
| 132 | -} | |
| 133 | -/* | |
| 134 | -Following class will define the style for the anchor tag of the submenu/child menu | |
| 135 | -*/ | |
| 136 | - #menucontainer ul li.parent_menu:hover li.child_menu a { | |
| 137 | - padding-left: 10px; | |
| 138 | - margin-right: 10px; | |
| 139 | - padding-right: 10px; | |
| 140 | - background-color:transparent; | |
| 141 | - display: inline; | |
| 142 | - text-decoration: none; | |
| 143 | - font-size: 12px; | |
| 144 | - font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
| 145 | - color: #FFFFFF; | |
| 146 | - line-height: 33px; | |
| 147 | -} | |
| 148 | -#menucontainer ul li.parent_menu:hover li.child_menu a:hover { | |
| 149 | - margin-left: 10px; | |
| 150 | - padding-left: 10px; | |
| 151 | - margin-right: 10px; | |
| 152 | - padding-right: 10px; | |
| 153 | - background-color:transparent; | |
| 154 | - display: inline; | |
| 155 | - text-decoration: none; | |
| 156 | - font-size: 12px; | |
| 157 | - font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
| 158 | - color: #FFFFFF; | |
| 159 | - line-height: 33px; | |
| 160 | -} |
css-bkp/unused/errors.css
| ... | ... | @@ -1,65 +0,0 @@ |
| 1 | -@import url(../base/errors.css); | |
| 2 | - | |
| 3 | -body { | |
| 4 | - background-image: url(images/fundo-de-tela-amarelo.png); | |
| 5 | - font-family: 'Open Sans',Arial,Helvetica,sans-serif; | |
| 6 | -} | |
| 7 | -#logo { | |
| 8 | - background: url(images/logo-participa.png); | |
| 9 | - top: 320px; | |
| 10 | - left: 20px; | |
| 11 | - position: absolute; | |
| 12 | - height:92px; | |
| 13 | - width:108px; | |
| 14 | -} | |
| 15 | - | |
| 16 | -div.message h1 { | |
| 17 | - border-bottom: 0px; | |
| 18 | - left: 170px; | |
| 19 | - position: relative; | |
| 20 | - margin-top: -20px; | |
| 21 | -} | |
| 22 | - | |
| 23 | -div.message p { | |
| 24 | - left: 170px; | |
| 25 | - position: relative; | |
| 26 | - font-size: 16px; | |
| 27 | - width: 400px; | |
| 28 | - color: #999; | |
| 29 | -} | |
| 30 | - | |
| 31 | -#header { | |
| 32 | - background: url(images/oops.png) top left no-repeat; | |
| 33 | - height: 142px; | |
| 34 | - margin-left: 20px; | |
| 35 | - margin-top: 48px; | |
| 36 | - position: relative; | |
| 37 | -} | |
| 38 | - | |
| 39 | - | |
| 40 | -#wrap { | |
| 41 | - margin: 120px 20px 0px 20px; | |
| 42 | - border: 1px solid #F2C311; | |
| 43 | - background: white url(images/mascote-bug.png) 100% 100% no-repeat; | |
| 44 | - height: 480px; | |
| 45 | - -webkit-border-radius: 7px; | |
| 46 | - -moz-border-radius: 7px; | |
| 47 | - border-radius: 7px; | |
| 48 | - -webkit-box-shadow: 7px 7px 7px 0px rgba(196, 159, 20, 0.75); | |
| 49 | - -moz-box-shadow: 7px 7px 7px 0px rgba(196, 159, 20, 0.75); | |
| 50 | - box-shadow: 7px 7px 7px 0px rgba(196, 159, 20, 0.75); | |
| 51 | -} | |
| 52 | - | |
| 53 | -#languages { | |
| 54 | - top: 600px; | |
| 55 | - position: absolute; | |
| 56 | - text-align: center; | |
| 57 | - width: 860px; | |
| 58 | - border-top: 0px; | |
| 59 | -} | |
| 60 | - | |
| 61 | -#languages a { | |
| 62 | - font-variant: small-caps; | |
| 63 | - color: black; | |
| 64 | - font-size: 14px; | |
| 65 | -} | |
| 66 | 0 | \ No newline at end of file |
css-bkp/unused/redes_sociais.css
| ... | ... | @@ -1,141 +0,0 @@ |
| 1 | -.ui-widget-header | |
| 2 | -{ | |
| 3 | - background: none; | |
| 4 | - border: 0px solid #aaaaaa; | |
| 5 | - color: none; | |
| 6 | - font-weight: bold; | |
| 7 | -} | |
| 8 | -.ui-tabs .ui-tabs-panel | |
| 9 | -{ | |
| 10 | - background-color: #eeeff1; | |
| 11 | - border-width: 1px; | |
| 12 | - color: #777; | |
| 13 | - display: block; | |
| 14 | - font-size: 13px; | |
| 15 | - padding: 1em 1.4em; | |
| 16 | - text-decoration: none; | |
| 17 | -} | |
| 18 | -.ui-tabs .ui-tabs-nav | |
| 19 | -{ | |
| 20 | - margin: 0; | |
| 21 | - padding: 0; | |
| 22 | -} | |
| 23 | -.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default | |
| 24 | -{ | |
| 25 | - background: #d5d5d5 none; | |
| 26 | - border: 1px solid #d4d5d7; | |
| 27 | - color: #555555; | |
| 28 | - font-weight: normal; | |
| 29 | -} | |
| 30 | -.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active | |
| 31 | -{ | |
| 32 | - background: #eeeff1 none; | |
| 33 | - background-color: #eeeff1; | |
| 34 | - border: 1px solid #aaaaaa; | |
| 35 | - color: #212121; | |
| 36 | - font-weight: normal; | |
| 37 | -} | |
| 38 | -.ui-widget-content | |
| 39 | -{ | |
| 40 | - border: 0px solid #aaaaaa; | |
| 41 | -} | |
| 42 | - | |
| 43 | -/********Novas abas - pagina de comunidade*********/ | |
| 44 | -#block-community-tabs{ | |
| 45 | - font-family:arial; | |
| 46 | -} | |
| 47 | - | |
| 48 | -#block-community-tabs .ui-widget-header{ | |
| 49 | - background:#ECEDF1; | |
| 50 | - border-radius:0px; | |
| 51 | - border:none; | |
| 52 | - border-bottom: 3px solid #D3D6DE; | |
| 53 | - color: none; | |
| 54 | - font-weight: bold; | |
| 55 | -} | |
| 56 | - | |
| 57 | -.information-repository-activ { | |
| 58 | - height: 117px !important; | |
| 59 | -} | |
| 60 | - | |
| 61 | -#block-community-tabs .ui-tabs .ui-tabs-panel{ | |
| 62 | - background-color: #ffffff; | |
| 63 | - /*border-width: 1px;*/ | |
| 64 | - color: #777; | |
| 65 | - display: block; | |
| 66 | - font-size: 13px; | |
| 67 | - padding: 0px; /*padding: 1em 1.4em;*/ | |
| 68 | - text-decoration: none; | |
| 69 | -} | |
| 70 | - | |
| 71 | -#block-community-tabs .ui-tabs .ui-tabs-panel { | |
| 72 | - padding: 0px; | |
| 73 | -} | |
| 74 | - | |
| 75 | -#block-community-tabs .ui-tabs .ui-tabs-nav{ | |
| 76 | - margin: 0px; | |
| 77 | - padding: 0px; | |
| 78 | -} | |
| 79 | - | |
| 80 | -#block-community-tabs .ui-state-default,#block-community-tabs .ui-widget-content .ui-state-default,#block-community-tabs .ui-widget-header .ui-state-default{ | |
| 81 | - /*background: #d5d5d5 none; | |
| 82 | - border: 1px solid #d4d5d7; | |
| 83 | - color: #555555;*/ | |
| 84 | - font-weight: normal; | |
| 85 | -} | |
| 86 | -#block-community-tabs .ui-state-active,#block-community-tabs .ui-widget-content .ui-state-active,#block-community-tabs .ui-widget-header .ui-state-active{ | |
| 87 | - /*background: #eeeff1 none; | |
| 88 | - background-color: #eeeff1; | |
| 89 | - border: 1px solid #aaaaaa; | |
| 90 | - color: #212121;*/ | |
| 91 | - font-weight: normal; | |
| 92 | -} | |
| 93 | - | |
| 94 | -#block-community-tabs .ui-widget-content{ | |
| 95 | - border: 0px solid #aaaaaa; | |
| 96 | -} | |
| 97 | - | |
| 98 | -#block-community-tabs .ui-state-default,#block-community-tabs .ui-widget-content .ui-state-default,#block-community-tabs .ui-widget-header .ui-state-default { | |
| 99 | - border: none; | |
| 100 | - background:#ECEDF1 ; | |
| 101 | - font-weight: normal; | |
| 102 | - color: #172738; | |
| 103 | -} | |
| 104 | - | |
| 105 | -#block-community-tabs .ui-state-default a{ | |
| 106 | - color: #172738; | |
| 107 | -} | |
| 108 | - | |
| 109 | -#block-community-tabs .ui-tabs .ui-tabs-nav { | |
| 110 | - font-size: 15px; | |
| 111 | -} | |
| 112 | - | |
| 113 | -#block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active { | |
| 114 | - margin-bottom: -3px; | |
| 115 | - padding-bottom: 1px; | |
| 116 | - border-bottom: 3px solid #FF0366; | |
| 117 | - font-weight: 700; | |
| 118 | - | |
| 119 | -} | |
| 120 | - | |
| 121 | -#block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a{ | |
| 122 | - color: #FF0366; | |
| 123 | -} | |
| 124 | - | |
| 125 | -#block-community-tabs .ui-tabs .ui-tabs-nav li .triangle { | |
| 126 | - position: absolute; | |
| 127 | - margin-top: 38px; | |
| 128 | - margin-left: 45%; | |
| 129 | - width: 0; | |
| 130 | - height: 0; | |
| 131 | - border-left: 5px solid transparent; | |
| 132 | - border-right: 5px solid transparent; | |
| 133 | - border-top: 5px solid #FF0366; | |
| 134 | - font-size: 0; | |
| 135 | - line-height: 0; | |
| 136 | - display: none; | |
| 137 | -} | |
| 138 | - | |
| 139 | -#block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active .triangle { | |
| 140 | - display: block; | |
| 141 | -} |