style.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. /* ----------------------------------------------------
  2. File Name: style.css
  3. Template Name: Documentation
  4. Created By: Surjith S M
  5. http://themeforest.net/user/surjithctly
  6. 1. IMPORT
  7. 2. SKELETON
  8. ------------------------------------------------------- */
  9. /* ----------------------------------------------------
  10. IMPORT
  11. ------------------------------------------------------- */
  12. @import url(http://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
  13. /* ----------------------------------------------------
  14. SKELETON
  15. ------------------------------------------------------- */
  16. body {
  17. background: #fff;
  18. color: #777777;
  19. font-size: 14px;
  20. line-height: 31px;
  21. letter-spacing: 0;
  22. font-weight: 400;
  23. padding: 0;
  24. position: relative;
  25. }
  26. h1,
  27. h2,
  28. h3,
  29. h4,
  30. h5,
  31. h6 {
  32. letter-spacing: 0px;
  33. font-weight: normal;
  34. position: relative;
  35. padding: 0 0 10px 0;
  36. font-weight: normal;
  37. line-height: 1.8;
  38. color: #242424;
  39. }
  40. h1 {
  41. font-size: 22px;
  42. }
  43. h2 {
  44. font-size: 20px;
  45. }
  46. h3 {
  47. font-size: 18px;
  48. }
  49. h4 {
  50. font-size: 21px;
  51. }
  52. h5 {
  53. font-size: 14px;
  54. }
  55. h6 {
  56. font-size: 14px;
  57. }
  58. h1 a,
  59. h2 a,
  60. h3 a,
  61. h4 a,
  62. h5 a,
  63. h6 a {
  64. text-decoration: none !important;
  65. }
  66. p {
  67. font-size: 15px;
  68. font-weight: 400;
  69. line-height: 26px;
  70. letter-spacing: 0;
  71. margin-top: 15px;
  72. }
  73. img.aligncenter {
  74. display: block;
  75. text-align: center;
  76. display: block;
  77. margin: 0 auto 20px auto;
  78. padding: 0px;
  79. border: 0px;
  80. background: none;
  81. }
  82. ul {
  83. padding: 0;
  84. list-style: none;
  85. }
  86. ol li ul li {
  87. padding-left: 20px;
  88. }
  89. img.alignleft {
  90. float: left;
  91. margin: 6px 20px 6px 0;
  92. display: inline;
  93. border: 0px;
  94. background: none;
  95. padding: 0;
  96. display: block;
  97. }
  98. img.alignright {
  99. padding: 0;
  100. float: right;
  101. margin: 6px 0 6px 20px;
  102. border: 0px;
  103. display: block;
  104. background: none;
  105. }
  106. blockquote {
  107. font-size: 16px;
  108. line-height: 32px;
  109. font-family: 'Droid Serif', Georgia, "Times New Roman", serif;
  110. font-weight: normal;
  111. font-style: italic;
  112. position: relative;
  113. width: auto;
  114. }
  115. blockquote small {
  116. display: block;
  117. margin-top: 20px;
  118. }
  119. pre {
  120. line-height: 18px;
  121. margin-bottom: 18px;
  122. }
  123. .btn,
  124. a {
  125. outline: 0 !important;
  126. text-decoration: none !important;
  127. }
  128. ins {
  129. text-decoration: none;
  130. }
  131. sup {
  132. bottom: 1ex;
  133. }
  134. sub {
  135. top: .5ex;
  136. }
  137. p {
  138. padding: 0 0 20px 0;
  139. }
  140. .check li:before {
  141. content: "\f00c";
  142. font-family: "FontAwesome";
  143. font-size: 16px;
  144. left: 0;
  145. color: #242424;
  146. padding-right: 5px;
  147. position: relative;
  148. top: 2px;
  149. }
  150. .check li {
  151. font-size: 14px;
  152. list-style: none;
  153. margin-bottom: 4px;
  154. }
  155. .check {
  156. margin-left: 0;
  157. padding-left: 0
  158. }
  159. .section {
  160. padding: 180px 0;
  161. position: relative;
  162. display: block;
  163. }
  164. .white {
  165. background-color: #ffffff;
  166. }
  167. strong {
  168. color: #030303;
  169. }
  170. .grey {
  171. background-color: #f3f3f3;
  172. }
  173. .big-title h1 {
  174. font-size: 48px;
  175. font-weight: 300;
  176. margin-bottom: 0;
  177. text-transform: capitalize;
  178. padding-bottom: 0;
  179. }
  180. .dark-text {
  181. font-size: 4.125rem;
  182. line-height: 4.063rem;
  183. font-weight: 300;
  184. }
  185. h4 a {
  186. font-size: 14px;
  187. font-weight: bold;
  188. }
  189. .dark-text a {
  190. font-size: 14px;
  191. font-weight: bold;
  192. padding-left: 20px;
  193. }
  194. .dark-text hr {
  195. width: 130px;
  196. margin-left: 0;
  197. margin-top: 40px;
  198. border-width: 1px;
  199. border-color: #030303;
  200. }
  201. .intro {
  202. padding: 20px;
  203. }
  204. .intro1 {
  205. margin-top: 22px;
  206. padding: 30px 0px;
  207. background-color: #f3f3f3;
  208. }
  209. .intro1 li {
  210. list-style: none;
  211. }
  212. .intro1 a {
  213. color: #0E97EE !important;
  214. }
  215. .intro a {
  216. color: #030303;
  217. font-weight: 400;
  218. font-size: 16px;
  219. }
  220. .lead {
  221. text-transform: capitalize;
  222. }
  223. .left-align img {
  224. margin-top: 20px;
  225. }
  226. .drop-caps p:first-child::first-letter {
  227. color: #030303;
  228. display: block;
  229. float: left;
  230. font-size: 75px;
  231. line-height: 60px;
  232. text-transform: uppercase;
  233. margin-right: 10px;
  234. margin-top: 5px;
  235. padding: 4px;
  236. }
  237. .drop-caps.full p:first-child::first-letter {
  238. background: #030303 none repeat scroll 0 0 !important;
  239. color: #ffffff;
  240. margin-right: 15px;
  241. padding: 20px;
  242. font-size: 36px;
  243. font-family: Georgia;
  244. border-radius: 5px;
  245. }
  246. mark {
  247. background-color: #0E97EE;
  248. color: #ffffff;
  249. padding: 0 10px;
  250. }
  251. a:focus,
  252. a:hover {
  253. color: #0E97EE;
  254. }
  255. .intro2 i {
  256. padding-right: 10px;
  257. font-size: 21px;
  258. }
  259. .intro2 {
  260. background-color: #0E97EE;
  261. border: 2px solid #2187BB;
  262. border-radius: 5px;
  263. color: #ffffff;
  264. font-style: italic;
  265. padding: 10px 20px;
  266. }
  267. .intro2 p {
  268. padding: 0;
  269. }
  270. .intro2 a {
  271. color: #ffffff;
  272. font-weight: bold;
  273. }
  274. .intro1 ul {
  275. padding: 0 30px;
  276. }
  277. .btn-primary {
  278. background-color: #0E97EE;
  279. border: 1px solid #2187BB;
  280. }
  281. .btn-primary:hover {
  282. background-color: #2187BB;
  283. border: 1px solid #0E97EE;
  284. }
  285. .btn-info {
  286. background-color: #545454;
  287. border: 1px solid #656565;
  288. }
  289. .btn-info:hover {
  290. background-color: #656565;
  291. border: 1px solid #545454;
  292. }
  293. .navbar-inverse .navbar-nav > .active > a,
  294. .navbar-inverse .navbar-nav > .active > a:hover,
  295. .navbar-inverse .navbar-nav > .active > a:focus {
  296. background-color: #0E97EE;
  297. color: #fff;
  298. }
  299. .navbar-inverse {
  300. background-color: #030303;
  301. border: 0;
  302. }
  303. .navbar-inverse li.btn {
  304. border-radius: 0 !important;
  305. padding: 0;
  306. }
  307. .navbar-inverse li.btn a {
  308. color: #ffffff !important;
  309. }