Difference between revisions of "Team:UFMG Brazil/contentcss"

Line 1: Line 1:
.content>p {
+
.content>p , ul.disc, ul.circle {
 
font-size: 22px;
 
font-size: 22px;
 
line-height: 1.5;
 
line-height: 1.5;
Line 16: Line 16:
 
width: 100%;     
 
width: 100%;     
 
}
 
}
 
 
 
h3,h4 {
 
h3,h4 {
 
font-family: Geneva,Verdana,sans-serif !important;
 
font-family: Geneva,Verdana,sans-serif !important;
Line 35: Line 33:
 
}
 
}
 
h4{
 
h4{
 
 
font-size: 26px;
 
font-size: 26px;
 
 
 
}
 
}
 
 
h5{
 
h5{
 
font-family: Geneva,Verdana,sans-serif !important;
 
font-family: Geneva,Verdana,sans-serif !important;
Line 54: Line 48:
 
-webkit-margin-start: 0px;
 
-webkit-margin-start: 0px;
 
-webkit-margin-end: 0px;
 
-webkit-margin-end: 0px;
                        }  
+
            }  
 
.centered-image{
 
.centered-image{
 
display: block;
 
display: block;
Line 60: Line 54:
 
margin-right: auto
 
margin-right: auto
 
}
 
}
                        ul.circle {
+
            ul.circle {
                                list-style-type: circle !important;
+
                list-style-type: circle !important;
                                list-style-position: inside !important;
+
                list-style-position: inside !important;
                                list-style-image: none !important;
+
                list-style-image: none !important;
                                text-align: justify !important;
+
                text-align: justify !important;
                        }
+
            }
                        ul.disc {
+
            ul.disc {
                                list-style-type: disc !important;
+
                list-style-type: disc !important;
                                list-style-position: inside !important;
+
                list-style-position: inside !important;
                                list-style-image: none !important;
+
                list-style-image: none !important;
                                text-align: justify !important;
+
                text-align: justify !important;
                        }
+
            }

Revision as of 01:07, 19 September 2015

.content>p , ul.disc, ul.circle { font-size: 22px; line-height: 1.5; margin-bottom: 0; font-family: Georgia,Cambria,"Times New Roman",Times,serif; letter-spacing: .01rem; font-weight: 400; font-style: normal; color: rgba(0,0,0,0.9); width:100%; text-align: justify; } .content>p:after { content: ""; display: inline-block; width: 100%; } h3,h4 { font-family: Geneva,Verdana,sans-serif !important; letter-spacing: -0.02em; font-weight: 700; font-style: normal; font-size: 36px; margin-left: -1.8px; line-height: 1.2; margin-top: 40px; margin-bottom: 4px; color: rgba(0,0,0,0.8); -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; } h4{ font-size: 26px; } h5{ font-family: Geneva,Verdana,sans-serif !important; text-align: justify; font-size: 14px; margin-left: -1.8px; line-height: 1.2; margin-top: 40px; margin-bottom: 4px; color: rgba(0,0,0,0.8); -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px;

           } 

.centered-image{ display: block; margin-left: auto; margin-right: auto }

           ul.circle {
               list-style-type: circle !important;
               list-style-position: inside !important;
               list-style-image: none !important;
               text-align: justify !important;
           }
           ul.disc {
               list-style-type: disc !important;
               list-style-position: inside !important;
               list-style-image: none !important;
               text-align: justify !important;
           }