Line 907: | Line 907: | ||
/* Normal Text */ | /* Normal Text */ | ||
+ | .text{ | ||
+ | float:left; | ||
+ | width:100%; | ||
+ | margin:10px 0 0 0; | ||
+ | padding: 4%; | ||
+ | background-color:transparent; | ||
+ | border-style:solid; | ||
+ | border-color:#CCC; | ||
+ | border-width:1px; | ||
+ | border-radius:4px; | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | .text h1{ | ||
+ | font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; | ||
+ | font-size:32px; | ||
+ | font-weight:bold; | ||
+ | color:#000000; | ||
+ | line-height:40px; | ||
+ | text-align:center; | ||
+ | padding:0px; | ||
+ | } | ||
+ | .text h2{ | ||
+ | font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; | ||
+ | font-size:20px; | ||
+ | line-height:32px; | ||
+ | font-weight:bold; | ||
+ | padding:0; | ||
+ | margin-top:16px; | ||
+ | color:#034996; | ||
+ | text-align:left; | ||
+ | } | ||
+ | .text h3{ | ||
+ | font-family:"Charter Black", sans-serif; | ||
+ | font-size:18px; | ||
+ | font-weight:bold; | ||
+ | line-height:38px; | ||
+ | padding:0; | ||
+ | margin-top:16px; | ||
+ | color:#034996; | ||
+ | text-align:left; | ||
+ | } | ||
+ | .text h4{ | ||
+ | font-family:"Charter Black", sans-serif; | ||
+ | font-size:18px; | ||
+ | line-height:24px; | ||
+ | padding:10px 0; | ||
+ | color:black; | ||
+ | text-align:justify; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | .text p{ | ||
+ | font-size:16px; | ||
+ | text-align:justify; | ||
+ | |||
+ | .text ul li{ | ||
+ | font-size: 16px; | ||
+ | list-style-type: circle !important; | ||
+ | } | ||
+ | |||
.kacka{ | .kacka{ |
Revision as of 16:34, 7 October 2016