Advertisement
Guest User

Index.css

a guest
Aug 30th, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. *
  2. {
  3. margin: 0;
  4. padding: 0;
  5. font-family: 'Open Sans', sans-serif;
  6. }
  7.  
  8. a.active{ background: rgb (7, 83, 137) ;}
  9.  
  10. h1
  11. {
  12. font-size: 25pt;
  13. }
  14.  
  15. header
  16. {
  17. background: #17902B;
  18. }
  19.  
  20. header h1
  21. {
  22. font-size: 14pt;
  23. display: inline-table;
  24. text-align: center;
  25. color: white;
  26. text-shadow: 1px 0px 1px black;
  27. }
  28.  
  29. header p.destacate
  30. {
  31. letter-spacing: 5px;
  32. }
  33.  
  34. header .presentation-web
  35. {
  36. text-align: center;
  37. padding: 7% 0%;
  38. border-top: 1px solid rgba(255, 255, 255, 0.21);
  39. }
  40.  
  41. header .navigation
  42. {
  43. width: 94%;
  44. display: inline-block;
  45. padding: 3%;
  46. background: rgb(0, 98, 167);
  47. border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  48. }
  49.  
  50. header .navigation nav a
  51. {
  52. border: 1px solid transparent;
  53. transition: all .8s;
  54. padding: 3.15% 3.2%;
  55. margin: 3% 3%;
  56. color: white;
  57. text-decoration: none;
  58. a.active{ background: rgb (7, 83, 137) ;}
  59. }
  60.  
  61. header .navigation nav a:hover
  62. {
  63. background: rgb(7, 83, 137);
  64. text-shadow: 1px 1px 1px black;
  65. a.active{ background: rgb (7, 83, 137) ;}
  66. }
  67.  
  68. header h1.call-to-action
  69. {
  70. font-family: Josefin Sans;
  71. transition: all .5s;
  72. margin-top: 4%;
  73. font-weight: 300;
  74. text-transform: uppercase;
  75. border: 1px solid white;
  76. padding: 1.5%;
  77. cursor: pointer;
  78. }
  79.  
  80.  
  81. header p
  82. {
  83. width: 57%;
  84. font-size: 14pt;
  85. color: white;
  86. margin: 0 auto 3% auto;
  87. }
  88.  
  89. header h2
  90. {
  91. margin-top: -4%;
  92. font-size: 30pt;
  93. margin-bottom: 2%;
  94. color: #FFF;
  95. font-style: italic;
  96. }
  97.  
  98. header h1.destacate
  99. {
  100. color: #F9FFFD !important;
  101. transition: all .6s;
  102. border: none;
  103. text-shadow: none;
  104. background: #000;
  105. margin-left: 7%;
  106. box-shadow: inset 0px 64px 1px #035911, 0px 3px 1px #02340A;
  107. }
  108.  
  109. .destacate:hover
  110. {
  111. cursor: pointer;
  112. box-shadow: none;
  113. }
  114.  
  115. body .icon-nav
  116. {
  117. text-align: center;
  118. border-top: 1px solid #000;
  119. background: #181818;
  120. padding: 2%;
  121. }
  122.  
  123. body .icon-nav i
  124. {
  125. margin: 1% 4%;
  126. color: white;
  127. text-shadow: 2px 1px 1px black;
  128. }
  129.  
  130. body .icon-nav i:hover
  131. {
  132. opacity: .8;
  133. }
  134.  
  135. header p
  136. {
  137. font-family: 'Josefin Sans', Open Sans !important;
  138. }
  139.  
  140. header hr
  141. {
  142. border: 1px solid rgba(255, 255, 255, 0.55);
  143. margin-top: 1%;
  144. margin-bottom: -2%;
  145. width: 50%;
  146. display: inline-table;
  147. }
  148.  
  149. .fa.x6{
  150. font-size: 6em;
  151. }
  152.  
  153. .fa.x5{
  154. font-size: 5em;
  155. }
  156.  
  157. .fa.x4{
  158. font-size: 4em;
  159. }
  160.  
  161. .fa.x3{
  162. font-size: 3em;
  163. }
  164.  
  165. .fa.x2{
  166. font-size: 2em;
  167. }
  168.  
  169. .fa.medium{
  170. font-size: 1.5em;
  171. text-shadow: 1px 1px 1px black;
  172. }
  173.  
  174. .fa.border {
  175. padding-right: .5em;
  176. border-right: 1px solid rgba(255, 255, 255, 0.68);
  177. }
  178.  
  179. .fa.red{
  180. color: #F04;
  181. }
  182.  
  183. .fa.bluem{
  184. color: #1191ED;
  185. }
  186.  
  187. .fa.orange{
  188. color: orange;
  189. }
  190. body .social-buttons
  191. {
  192. padding: 1.3%;
  193. background: black;
  194. color: white;
  195. text-align: center;
  196. }
  197.  
  198. body .social-buttons i
  199. {
  200. margin: 0% 3%;
  201. }
  202.  
  203. body .welcome-to
  204. {
  205. padding: 1.5%;
  206. background: #FAFAFA;
  207. }
  208.  
  209. body .welcome-to h1
  210. {
  211. padding: 1%;
  212. font-size: 2.5em;
  213. color: #179062;
  214. text-align: center;
  215. font-weight: 300;
  216. font-style: italic;
  217. }
  218.  
  219. body .welcome-to h2
  220. {
  221. text-align: center;
  222. font-family: 'Josefin Sans', 'Helvetica';
  223. font-weight: 300;
  224. color: #6C6C6C;
  225. letter-spacing: 5px;
  226. font-size: 2.3em;
  227. word-spacing: 2%;
  228. }
  229.  
  230. hr.medium
  231. {
  232. margin: 2% auto;
  233. width: 75%;
  234. }
  235.  
  236. body .table-div
  237. {
  238. display: inline-table;
  239. margin: 1% 7%;
  240. }
  241.  
  242. .table-div img
  243. {
  244. margin-top: 7%;
  245. width: 350px;
  246. height: 250px;
  247. }
  248.  
  249. .table-div.hacking
  250. {
  251. margin-left: 12% !important;
  252. }
  253.  
  254. .table-div.maquetation
  255. {
  256. margin-top: 5%;
  257. margin-left: 34.5% !important;
  258. margin-right: 20%;
  259. margin-bottom: 5%;
  260. }
  261.  
  262. i{
  263. cursor: pointer;
  264. }
  265.  
  266. i.hfacebook, i.htwitter{
  267. transition: all .6s;
  268. }
  269.  
  270. i.hfacebook:hover{
  271. color: #3b5998;
  272. }
  273.  
  274. i.htwitter:hover{
  275. color: #4099FF;
  276. }
  277.  
  278. body .div-chat h1
  279. {
  280. margin-top: 5%;
  281. background: #1B1B1B;
  282. color: white;
  283. letter-spacing: 5px;
  284. font-weight: 300;
  285. word-spacing: 10px;
  286. padding: 2.3% 5%;
  287. }
  288.  
  289.  
  290. body .center
  291. {
  292. border-top: 1px solid rgba(255, 255, 255, 0.28);
  293. background: #1A1919;
  294. margin: 0 auto;
  295. }
  296.  
  297. body .center h1
  298. {
  299. margin: 1%;
  300. padding: .5%;
  301. }
  302.  
  303. body .center embed{
  304. margin: 4% auto;
  305. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement