custom.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. /* Owl Carousel Bootstrap Custom CSS */
  2. /* Header Navigation */
  3. #top-nav{
  4. border-bottom: 1px solid #e1e6dd;
  5. background: #FFF;
  6. -webkit-transform: translateZ(0)
  7. }
  8. #top-nav.navbar{
  9. margin-bottom: 0px;
  10. }
  11. #top-nav.navbar .nav{
  12. margin: 8px 0px;
  13. }
  14. #top-nav.navbar .nav > li > a {
  15. padding: 6px 12px;
  16. margin: 0px;
  17. text-transform: uppercase;
  18. font-weight: 400;
  19. -webkit-transition: background-color 200ms ease;
  20. -moz-transition: background-color 200ms ease;
  21. -o-transition: background-color 200ms ease;
  22. transition: background-color 200ms ease;
  23. }
  24. #top-nav.navbar .nav > li > a.download{
  25. -webkit-border-radius: 3px;
  26. -moz-border-radius: 3px;
  27. border-radius: 3px;
  28. }
  29. #top-nav.navbar .nav > li > a.download-on{
  30. background-color: #ff8a3c;
  31. color: #ffffff;
  32. }
  33. #top-nav.navbar .nav > li > a.download-on:hover{
  34. color: #ffffff;
  35. background-color: #ff7920;
  36. }
  37. .btn-navbar span.icon-bar{
  38. margin-top: 0px;
  39. }
  40. /* Header */
  41. #header{
  42. background: #f1f1f1;
  43. padding: 100px 0 100px;
  44. }
  45. #header h1{
  46. color: #7fc242;
  47. margin-bottom: 10px;
  48. margin-top: 40px;
  49. }
  50. #header h3{
  51. margin-bottom: 30px;
  52. width: 400px;
  53. }
  54. #header .btn-success {
  55. padding: 15px 30px;
  56. margin-bottom: 5px;
  57. }
  58. #header .logo{
  59. display: block;
  60. margin-top:60px;
  61. float: right
  62. }
  63. img.arrow-down{
  64. margin: 0 auto;
  65. display: block;
  66. }
  67. h1{
  68. margin-top: 80px;
  69. }
  70. pre.pre-show{
  71. margin: 40px 0px;
  72. }
  73. .tab-content pre.pre-show{
  74. margin: 0px 0px 0px 0px;
  75. }
  76. .nav-tabs{
  77. margin-top: 20px;
  78. margin-bottom: 0px;
  79. }
  80. .tab-content{
  81. border-left: 1px solid #ddd;
  82. border-right: 1px solid #ddd;
  83. border-bottom: 1px solid #ddd;
  84. -webkit-border-radius: 0px 0px 4px 4px;
  85. -moz-border-radius: 0px 0px 4px 4px;
  86. border-radius: 0px 0px 4px 4px;
  87. }
  88. /* Content */
  89. .table th, .table td {
  90. padding: 8px 12px;
  91. }
  92. /* Footer */
  93. #footer{
  94. padding: 20px 0px;
  95. background: #f3f3f3;
  96. text-align: center
  97. }
  98. .twitter-share-button{
  99. top: 4px;
  100. position: relative;
  101. }
  102. /* Demo Slides */
  103. #owl-example .item{
  104. padding: 30px 0px;
  105. margin: 10px;
  106. color: #FFF;
  107. -webkit-border-radius: 3px;
  108. -moz-border-radius: 3px;
  109. border-radius: 3px;
  110. text-align: center;
  111. }
  112. #owl-example .item img{
  113. width: auto;
  114. margin: 0 auto;
  115. display: block;
  116. }
  117. #owl-example .item h3{
  118. font-size: 28px;
  119. font-weight: 300;
  120. margin: 25px 0 0;
  121. }
  122. #owl-example .item h4{
  123. margin: 5px 0 0;
  124. font-size: 18px;
  125. }
  126. .item h1{
  127. margin: inherit;
  128. }
  129. .orange{
  130. background: #ff8a3c;
  131. }
  132. .darkCyan{
  133. background: #42bdc2;
  134. }
  135. .forestGreen{
  136. background: #7fc242;
  137. }
  138. .yellow {
  139. background: #ffd800;
  140. }
  141. .dodgerBlue {
  142. background: #388bd1;
  143. }
  144. .skyBlue {
  145. background: #a1def8;
  146. }
  147. .zombieGreen {
  148. background: #3fbf79;
  149. }
  150. .violet {
  151. background: #db6ac5;
  152. }
  153. .yellowLight {
  154. background: #fee664;
  155. }
  156. .steelGray {
  157. background: #cad3d0;
  158. }
  159. /* More Demo Box */
  160. #example-info h1,
  161. #more h1{
  162. margin-top: 40px;
  163. }
  164. .demos-row{
  165. margin-top: 30px;
  166. margin-bottom: 30px;
  167. }
  168. .demo-page{
  169. margin-top: 0px;
  170. margin-bottom: 100px;
  171. }
  172. .demo-box{
  173. display: block;
  174. background: #f3f3f3;
  175. text-align: center;
  176. font-size: 18px;
  177. -webkit-border-radius: 3px;
  178. -moz-border-radius: 3px;
  179. border-radius: 3px;
  180. }
  181. .demo-box h3{
  182. padding-bottom:20px;
  183. margin: 0px;
  184. color: #869690;
  185. }
  186. .demo-box:hover{
  187. text-decoration: none;
  188. }
  189. .demo-wrapper{
  190. padding: 30px 0px 20px 0px;
  191. padding-left: 30px;
  192. padding-right: 30px;
  193. }
  194. .demo-slide {
  195. float: left;
  196. }
  197. .demo-slide .bg{
  198. background: #aebab6;
  199. margin-right: 1px;
  200. height: 100%;
  201. }
  202. .demo-box:hover .demo-slide .bg{
  203. background: #7fc242;
  204. }
  205. /* Images */
  206. .demo-images .demo-slide{
  207. height: 40px;
  208. width: 33.3333333%;
  209. }
  210. /* Full */
  211. .demo-full {
  212. padding-left: 0px;
  213. padding-right: 0px;
  214. }
  215. .demo-full .demo-slide{
  216. height: 40px;
  217. width: 25%;
  218. }
  219. /* Custom */
  220. .demo-custom .demo-slide{
  221. height: 40px;
  222. width: 10%;
  223. }
  224. /* One */
  225. .demo-one .demo-slide{
  226. height: 40px;
  227. width: 100%;
  228. }
  229. /* json */
  230. .demo-Json .demo-slide {
  231. height: 40px;
  232. width: 20%;
  233. }
  234. .demo-Json-custom .demo-slide{
  235. height: 40px;
  236. width: 33.3333333%;
  237. }
  238. /* loading icon */
  239. .demo-lazy .demo-slide{
  240. height: 40px;
  241. width: 33.3333333%;
  242. }
  243. .demo-lazy .demo-slide .bg{
  244. background: url('../img/AjaxLoader.gif') no-repeat center center #aebab6;
  245. }
  246. /* Auto Height */
  247. .demo-height .demo-slide{
  248. height: 40px;
  249. width: 100%;
  250. }
  251. /* Changelog */
  252. #changelog{
  253. margin-bottom: 40px;
  254. }
  255. #changelog .label{
  256. margin-bottom:10px;
  257. }
  258. #changelog .log{
  259. margin-bottom: 30px;
  260. padding-bottom: 30px;
  261. border-bottom: 1px solid #e1e6dd;
  262. }
  263. /* Faq */
  264. #faq dt {
  265. line-height: 26px;
  266. }
  267. #faq dd{
  268. line-height: 22px;
  269. margin-bottom: 20px;
  270. }
  271. /* Responsive Stuff */
  272. @media (max-width: 979px) {
  273. .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
  274. padding: 0px;
  275. }
  276. .navbar-fixed-top, .navbar-fixed-bottom {
  277. position: fixed;
  278. }
  279. }
  280. @media (max-width: 768px) {
  281. .navbar.navbar-fixed-top{
  282. position: static;
  283. }
  284. .btn.btn-navbar{
  285. margin: 9px 20px 9px 8px;
  286. padding: 10px 10px;
  287. }
  288. .nav-collapse .nav > li{
  289. border-top: 1px solid #e1e6dd;
  290. text-align: center
  291. }
  292. #header .logo{
  293. margin-top:40px;
  294. margin: 20px auto 0px;
  295. float: none;
  296. height: 150px;
  297. }
  298. #header {
  299. text-align: center;
  300. padding: 60px 0px 30px;
  301. }
  302. #header h1{
  303. margin: 10px 0;
  304. }
  305. #header h3{
  306. margin-bottom: 10px;
  307. width: auto;
  308. padding: 0px 20px;
  309. }
  310. h1 {
  311. font-size: 38px;
  312. margin: 20px 0;
  313. }
  314. h2 {
  315. font-size: 24px;
  316. }
  317. h3 {
  318. font-size: 20px;
  319. }
  320. h4 {
  321. font-size: 16px;
  322. }
  323. h5 {
  324. font-size: 13px;
  325. }
  326. h6 {
  327. font-size: 12px;
  328. }
  329. }
  330. @media (max-width: 480px) {
  331. .navbar-fixed-top, .navbar-fixed-bottom {
  332. position: static;
  333. }
  334. #header {
  335. text-align: center;
  336. padding: 20px 0px 20px;
  337. }
  338. #header .logo{
  339. margin-top:0px;
  340. }
  341. }
  342. /*
  343. NO MORE TABLES!! ;)
  344. */
  345. @media (max-width: 767px) {
  346. .hp-table table, .hp-table thead, .hp-table .hp-table tbody, .hp-table th, .hp-table td, .hp-table tr {
  347. display: block;
  348. }
  349. .hp-table thead tr {
  350. display: none;
  351. }
  352. .hp-table tr { border: 0px solid #ccc; margin-bottom: 10px; }
  353. .hp-table td:before {
  354. top: 6px;
  355. left: 6px;
  356. width: 45%;
  357. padding-right: 10px;
  358. white-space: nowrap;
  359. }
  360. .hp-table td:nth-of-type(2):before {
  361. content: "Default:";
  362. font-weight: bold;
  363. }
  364. .hp-table td:nth-of-type(3):before {
  365. content: "Type:";
  366. font-weight: bold;
  367. }
  368. .hp-table td:nth-of-type(4):before {
  369. content: "Description:";
  370. font-weight: bold;
  371. }
  372. }