Commit 39fd555d36f17d968b27cad1fb455a2daadb338f

Authored by Pedro de Lyra Pereira
1 parent b5247f9c

Improving help's page style

images/arrow-globe-icon.png 0 → 100644

585 Bytes

images/balloon-icon.png 0 → 100644

424 Bytes

style.css
... ... @@ -2944,20 +2944,12 @@ div.software-step-info div.current-step h3 {
2944 2944 box-shadow: none;
2945 2945 }
2946 2946  
2947   -#content .main-block .blog-post p {
2948   - text-align: justify;
2949   -}
2950   -
2951 2947 /** Software pages - temporary adjusts **/
2952 2948  
2953 2949 .controller-content_viewer.profile-homepage #article hr{
2954 2950 display: none;
2955 2951 }
2956 2952  
2957   -#content .main-block #article p{
2958   - text-align: justify;
2959   -}
2960   -
2961 2953 #content .main-block #article .folder-content .item-info {
2962 2954 border-top: none;
2963 2955 border-bottom: 1px solid #ccc;
... ... @@ -3267,3 +3259,55 @@ input[type=checkbox] {
3267 3259 background-repeat: no-repeat;
3268 3260 }
3269 3261 */
  3262 +
  3263 +
  3264 +/*********************** PÁGINA DE AJUDA ***********************/
  3265 +
  3266 +#content .main-content .tiny-mce-article .article-body-tiny-mce-article ul.help-list li {
  3267 + list-style-type: none;
  3268 + padding-bottom: 5px;
  3269 +}
  3270 +
  3271 +#content .main-content .tiny-mce-article .article-body-tiny-mce-article ul.help-list li a[href="#faq"]:before {
  3272 + content: url('images/arrow-globe-icon.png');
  3273 + vertical-align: middle;
  3274 + padding-right: 5px;
  3275 +}
  3276 +
  3277 +#content .main-content .tiny-mce-article .article-body-tiny-mce-article ul.help-list li a[href="#lista-discussao"]:before {
  3278 + content: url('images/balloon-icon.png');
  3279 + vertical-align: middle;
  3280 + padding-left: 3px;
  3281 + padding-right: 6px;
  3282 +}
  3283 +
  3284 +#content .main-content .tiny-mce-article .article-body-tiny-mce-article ul.help-list li a {
  3285 + color: #2c66ce;
  3286 + font-size: 15px;
  3287 +}
  3288 +
  3289 +#content .main-content .tiny-mce-article .article-body-tiny-mce-article ul.help-list {
  3290 + border-top: 1px solid #D3D6DE;
  3291 + padding-top: 21px;
  3292 +}
  3293 +
  3294 +#content .main-content .tiny-mce-article .article-body-tiny-mce-article {
  3295 + /*background-image: url('images/ajuda_teste_2.png');*/
  3296 +}
  3297 +
  3298 +#content .main-content .tiny-mce-article .article-body-tiny-mce-article p {
  3299 + margin-bottom: 28px;
  3300 +}
  3301 +
  3302 +#content .main-content .tiny-mce-article .article-body-tiny-mce-article .article-header h1.help-page-title {
  3303 + font-size: 26px !important;
  3304 + letter-spacing: -0.1px;
  3305 + line-height: 30px !important;
  3306 + margin-top: 0px !important;
  3307 + padding-top: 0px !important;
  3308 + margin-bottom: 30px !important;
  3309 +}
  3310 +
  3311 +#content .main-content .tiny-mce-article .article-body-tiny-mce-article p a {
  3312 + color: #2c66ce;
  3313 +}
3270 3314 \ No newline at end of file
... ...