Advertisement
Guest User

style.css

a guest
Aug 1st, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.27 KB | None | 0 0
  1. /* CSS for all */
  2. *{
  3. font-family: 'Open Sans Light', sans-serif;
  4. transition: all linear .1s;
  5. }
  6. html{
  7. font-size:100%;
  8. }
  9. body{
  10. background: #D7D3C8;
  11. }
  12. #outer-wrapper
  13. {
  14. border-top: 2px solid #FFF;
  15. position:relative;
  16. min-width:320px;
  17. }
  18. #masthead
  19. {
  20. background: #C13832 none repeat scroll 0% 0%;
  21. display: block;
  22. margin: 0 auto;
  23. padding-left: 20px;
  24. padding-right: 20px;
  25. position: relative;
  26. zoom: 1;
  27. }
  28. /*Nav*/
  29. ul {
  30. margin: 0;
  31. padding: 0;
  32. border: 0;
  33. }
  34. #masthead nav {
  35. float: right;
  36. margin-right: 16px;
  37. text-transform: uppercase;
  38. font-size: 13px;
  39. font-family: 'Open Sans', sans-serif;
  40. }
  41. #masthead nav li {
  42. display: inline-block;
  43. *display: inline;
  44. *zoom: 1;
  45. list-style-type: none;
  46. margin: 0;
  47. }
  48. #masthead nav li a {
  49. display: inline-block;
  50. padding: 12px;
  51. font-weight: normal;
  52. }
  53. #masthead nav li a,
  54. #masthead nav li a:link,
  55. #masthead nav li a:visited {
  56. color: #484848;
  57. }
  58. #nav-main .toggle {
  59. display: none;
  60. /* Hidden in non-mobile views */
  61. }
  62. /* Mobile Layout: 320px */
  63. @media only screen and (max-width: 760px) {
  64. #masthead,
  65. .container{
  66. width: auto;
  67. padding-left: 10px;
  68. padding-right: 10px;
  69. }
  70. #masthead nav {
  71. float: none;
  72. padding-top: 10px;
  73. margin-left: 10px;
  74. }
  75. #masthead nav ul li {
  76. display: block;
  77. }
  78. #nav-main .toggle {
  79. display: block;
  80. width: 32px;
  81. height: 32px;
  82. margin: -3px 0 0 -3px;
  83. background: no-repeat center top url(../img/sandstone/icn-menu.png);
  84. text-indent: -999em;
  85. overflow: hidden;
  86. cursor: pointer;
  87. }
  88. #nav-main .toggle.open {
  89. background-position: center -100px;
  90. }
  91. #nav-main #nav-main-menu li {
  92. display: block;
  93. float: none;
  94. margin: 0 10px;
  95. border-bottom: 1px solid #f2f2f2;
  96. }
  97. #nav-main #nav-main-menu li:last-child {
  98. border: 0;
  99. }
  100. #nav-main #nav-main-menu a {
  101. cursor: pointer;
  102. display: block;
  103. text-transform: none;
  104. padding: 12px 35px 12px 10px;
  105. margin: 0 -10px;
  106. }
  107. #nav-main #nav-main-menu a.submenu-item {
  108. background: 94% 50% no-repeat url(../img/sandstone/arrow-go.png);
  109. }
  110. #nav-main #nav-main-menu a:hover,
  111. #nav-main #nav-main-menu a:focus,
  112. #nav-main #nav-main-menu a:active {
  113. color: #fff;
  114. text-decoration: none;
  115. text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  116. background-color: #247ac1;
  117. background-position: 94% 50%;
  118. background-repeat: no-repeat;
  119. background-image: -moz-linear-gradient(#43a6e2, #247ac1);
  120. background-image: -ms-linear-gradient(#43a6e2, #247ac1);
  121. background-image: -o-linear-gradient(#43a6e2, #247ac1);
  122. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43a6e2), color-stop(100%, #247ac1));
  123. background-image: -webkit-linear-gradient(#43a6e2, #247ac1);
  124. background-image: linear-gradient(#43a6e2, #247ac1);
  125. }
  126. #nav-main #nav-main-menu a.submenu-item:hover,
  127. #nav-main #nav-main-menu a.submenu-item:focus,
  128. #nav-main #nav-main-menu a.submenu-item:active {
  129. background-image: url(../img/sandstone/arrow-go.png), -moz-linear-gradient(#43a6e2, #247ac1);
  130. background-image: url(../img/sandstone/arrow-go.png), -ms-linear-gradient(#43a6e2, #247ac1);
  131. background-image: url(../img/sandstone/arrow-go.png), -o-linear-gradient(#43a6e2, #247ac1);
  132. background-image: url(../img/sandstone/arrow-go.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43a6e2), color-stop(100%, #247ac1));
  133. background-image: url(../img/sandstone/arrow-go.png), -webkit-linear-gradient(#43a6e2, #247ac1);
  134. background-image: url(../img/sandstone/arrow-go.png), linear-gradient(#43a6e2, #247ac1);
  135. }
  136. #nav-main #nav-main-menu li.first > a {
  137. border-radius: 10px 10px 0 0;
  138. }
  139. #nav-main #nav-main-menu li.last > a {
  140. border-radius: 0 0 10px 10px;
  141. }
  142. #nav-main-menu {
  143. background: #fff;
  144. position: absolute;
  145. z-index: 99;
  146. width: 200px;
  147. margin: 15px 0 0 -10px;
  148. display: none;
  149. top: 35px;
  150. overflow: visible;
  151. -moz-border-radius: 10px;
  152. border-radius: 10px;
  153. -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  154. -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  155. box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  156. }
  157. #nav-main-menu:before {
  158. content: "";
  159. display: block;
  160. width: 28px;
  161. height: 10px;
  162. background: no-repeat url(../img/sandstone/menu-point.png);
  163. position: absolute;
  164. left: 12px;
  165. top: -10px;
  166. }
  167. }
  168. /* Wide Mobile Layout: 480px */
  169. @media only screen and (min-width: 480px) and (max-width: 760px) {
  170. #masthead,
  171. .container{
  172. width: auto;
  173. }
  174. }
  175. /*About Section*/
  176. section#About{
  177. background-color: #E3AD40;
  178. color: #fff;
  179. text-align: center;
  180. font-size: .875rem;
  181. line-height: 1.5;
  182. font-family: 'Open Sans',X-LocaleSpecific,sans-serif;
  183. }
  184. #coreContributers img{
  185. padding: 20px;
  186. display: inline-block;
  187. }
  188. /*----End---*/
  189.  
  190. /*About(Community) Section*/
  191. section#community{
  192. padding:40px 0 20px 0;
  193. background-color: #c0413c;
  194. color: #fff;
  195. text-align: center;
  196. font-size: 35px;
  197. line-height: 0.9;
  198. list-style: none;
  199. font-style: normal;
  200. font-variant: normal;
  201. }
  202. section#community .content{
  203. font-style: italic;
  204. font-size: 20px;
  205. font-weight: 600;
  206. }
  207. section#community .col-md-4{
  208. padding-bottom: 40px;
  209. }
  210. section#community .contribute-btn{
  211. display: inline-block;
  212. margin: 0 auto 20px auto;
  213. padding: 20px 60px;
  214. line-height: 1.3;
  215. text-align: center;
  216. font-size: 18px;
  217. font-size: 1.125rem;
  218. background: #0095dd;
  219. border-radius: 10px;
  220. text-transform: uppercase;
  221. -webkit-transition: all .2s ease-in-out;
  222. transition: all .2s ease-in-out;
  223. text-decoration: none;
  224. color:white;
  225. font-weight: bold;
  226. }
  227. section#community .contribute-btn:visited {
  228. color: #fff;
  229. }
  230. section#community .contribute-btn:hover{
  231. color: #0095dd;
  232. background: #fff;
  233. }
  234. section#community .fa-heart{
  235. color: #dfa09d;
  236. padding-bottom: 5px;
  237. }
  238. section#community .fa-users{
  239. color: #dfa09d;
  240. padding-bottom: 5px;
  241. }
  242. section#community .fa-globe{
  243. color: #dfa09d;
  244. padding-bottom: 5px;
  245. }
  246. /*-----End----*/
  247.  
  248. /* Contact form CSS */
  249. #contact_form{
  250. background-color: #484848;
  251. }
  252. #contact_form input{
  253. border-color: #484848;
  254. }
  255. #contact_form input:focus, #contact_form textarea:focus{
  256. border-color: #0000FF;
  257. color: #000000;
  258. }
  259. .error{
  260. color: #FF0000;
  261. font-size: 10px;
  262. }
  263. /*---Download Section CSS---*/
  264. #download-section {
  265. background-color:#565A5C;
  266. }
  267. #ff-download-message-h {
  268. color:white;
  269. }
  270. #ff-download-btn, #ff-download-btn:hover, #ff-download-btn:visited, #ff-download-btn:active {
  271. text-decoration: none;
  272. color:white;
  273. }
  274. #ff-download-img {
  275. margin:auto;
  276. }
  277. #ff-download-btn {
  278. float:none;
  279. }
  280. /*---End---*/
  281.  
  282. /* Sandstone CSS : Gumdrop Buttons */
  283. .button {
  284. float: left;
  285. display: block;
  286. text-decoration: none;
  287. text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  288. font: 14px/48px 'OpenSans-Reg', "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  289. letter-spacing: -0.25px;
  290. height: 48px;
  291. width: 252px;
  292. background-color: #81BC2E;
  293. text-align: center;
  294. color: white;
  295. border-bottom: none;
  296. -webkit-border-radius: 0.25em;
  297. -moz-border-radius: 0.25em;
  298. border-radius: 0.25em;
  299. -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
  300. -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
  301. box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
  302. /* IE10 */
  303. background-image: -ms-linear-gradient(top, #81bc2e 0%, #659c28 100%);
  304. /* Mozilla Firefox */
  305. background-image: -moz-linear-gradient(top, #81bc2e 0%, #659c28 100%);
  306. /* Opera */
  307. background-image: -o-linear-gradient(top, #81bc2e 0%, #659c28 100%);
  308. /* Webkit (Safari/Chrome 10) */
  309. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #81bc2e), color-stop(1, #659c28));
  310. /* Webkit (Chrome 11+) */
  311. background-image: -webkit-linear-gradient(top, #81bc2e 0%, #659c28 100%);
  312. /* Proposed W3C Markup */
  313. background-image: linear-gradient(top, #81bc2e 0%, #659c28 100%);
  314. -webkit-transition-property: -moz-box-shadow, -webkit-box-shadow, box-shadow;
  315. -webkit-transition-duration: 0.25s;
  316. -webkit-transition-delay: 0s;
  317. -moz-transition-property: -moz-box-shadow, -webkit-box-shadow, box-shadow;
  318. -moz-transition-duration: 0.25s;
  319. -moz-transition-delay: 0s;
  320. transition-property: -moz-box-shadow, -webkit-box-shadow, box-shadow;
  321. transition-duration: 0.25s;
  322. transition-delay: 0s;
  323. }
  324. .button:hover {
  325. -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 12 px 24px 2px #7cd31e;
  326. -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 12px 24px 2px #7cd31e;
  327. box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 12px 24px 2px #7cd31e;
  328. -webkit-transition-property: -moz-box-shadow, -webkit-box-shadow, box-shadow;
  329. -webkit-transition-duration: 0.25s;
  330. -webkit-transition-delay: 0s;
  331. -moz-transition-property: -moz-box-shadow, -webkit-box-shadow, box-shadow;
  332. -moz-transition-duration: 0.25s;
  333. -moz-transition-delay: 0s;
  334. transition-property: -moz-box-shadow, -webkit-box-shadow, box-shadow;
  335. transition-duration: 0.25s;
  336. transition-delay: 0s;
  337. }
  338. .button:active {
  339. -webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 12px 24px 6px rgba(0, 0, 0, 0.2), inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  340. -moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 12px 24px 6px rgba(0, 0, 0, 0.2), inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  341. box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 12px 24px 6px rgba(0, 0, 0, 0.2), inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  342. -webkit-transition-property: -moz-box-shadow, -webkit-box-shadow, box-shadow;
  343. -webkit-transition-duration: 0.25s;
  344. -webkit-transition-delay: 0s;
  345. -moz-transition-property: -moz-box-shadow, -webkit-box-shadow, box-shadow;
  346. -moz-transition-duration: 0.25s;
  347. -moz-transition-delay: 0s;
  348. transition-property: -moz-box-shadow, -webkit-box-shadow, box-shadow;
  349. transition-duration: 0.25s;
  350. transition-delay: 0s;
  351. }
  352. /*---End---*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement