Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1.  
  2. /**** Contact page ****/
  3. .container-fluid {
  4. width: 100%;
  5. margin-left: -10px;
  6. }
  7.  
  8. #Enter {
  9. margin-left: 3em;
  10. width: 100%;
  11.  
  12. }
  13.  
  14. #Enter h2 {
  15. color: #f5f5f5;
  16. text-shadow: 0 0 40px black;
  17.  
  18.  
  19.  
  20.  
  21. }
  22. #Enter blockquote {
  23. color: #f5f5f5;
  24. text-shadow: 0 0 50px black;
  25.  
  26. }
  27. h1 {
  28. text-align: center;
  29. }
  30.  
  31. .image {
  32.  
  33. height:40%;
  34. width: 40%;
  35. margin-left: 30%;
  36.  
  37. position: relative;
  38.  
  39.  
  40. }
  41. .header h1 {
  42. text-align: center;
  43. margin left: 40px;
  44.  
  45. }
  46. .form-control {
  47. width: 40%;
  48. margin-bottom: 30px;
  49. }
  50. .form-group textarea {
  51. margin-left: 10px;
  52. }
  53.  
  54.  
  55. .Contact {
  56. margin-top: 20px;
  57. text-align: center;
  58. }
  59.  
  60.  
  61. #phone:hover {
  62.  
  63. color: white;
  64. text-decoration: underline;
  65. transition: color 5s;
  66. }
  67. #you:hover {
  68. color:red;
  69. padding-right: 20px;
  70. transition: color 6s;
  71. display: inline-block;
  72.  
  73. }
  74. .phone h1 {
  75. color: white;
  76. font-weight: bold;
  77. font-family: Arial;
  78. text-shadow: 0 0 100px black;
  79. }
  80.  
  81. .phone p {
  82. text-align: center;
  83. }
  84. .Contact {
  85. text-align: right;
  86. padding-right: 20px;
  87. padding-left: 10px;
  88.  
  89. }
  90. #find:hover {
  91. color: white;
  92. transition: color 3s;
  93.  
  94. }
  95. .Search {
  96.  
  97. padding-left: 20px;
  98. }
  99. .Topic p {
  100. text-align: center;
  101.  
  102. }
  103. .Topic h2 {
  104. text-align: center;
  105. }
  106.  
  107. #carousell {
  108. margin-left: -15px;
  109. margin-right: -15px;
  110. }
  111. .carousel-control.left,.carousel-control.right {
  112. background-image: none;
  113. }
  114.  
  115. .navbar
  116. {
  117. position: fixed !important;
  118. width: 100%;
  119. top: 0;
  120. display: inline-block;
  121. z-index: 1;
  122. position: relative;
  123.  
  124. border-bottom-color: rgba(100,100,100,0.3);
  125. text-transform: uppercase;
  126. letter-spacing: 0.05em;
  127. background-color: black;
  128. padding-top: 10px;
  129.  
  130. }
  131.  
  132. #find {
  133. color: yellow;
  134.  
  135. }
  136.  
  137. .container ul li {
  138. color:white;
  139. }
  140. .item-active {
  141. width:100%;
  142. }
  143.  
  144.  
  145.  
  146. /**{box-sizing: border-box;}*/
  147. /*.container {width: 80%; margin: 0 auto;
  148. color: white;}*/
  149. .header h1 {
  150. text-align: center;
  151. font-style: italic;
  152. padding-right: 190px;
  153. width:30;
  154. color: white;
  155. }
  156.  
  157.  
  158. .pic {
  159. display: inline-block;
  160. float: left;
  161. width: 50%;
  162. margin-top: 20px;
  163. margin-right: 40px;
  164. }
  165. .intro h2 {
  166. font-family: Vivaldi,"Brust Script",fantasy;
  167. font-size: 2em;
  168. color: white;
  169.  
  170.  
  171.  
  172. }
  173.  
  174. /*Typography*/
  175. h1,
  176. h2,
  177. h3,
  178. h4 {
  179. font-family: Futura, Helvetica, Arial, sans-serif;
  180. font-size: 2em;
  181. color: white;
  182. }
  183. .intro p {
  184. font-family: Vivaldi,"Brust Script",fantasy;
  185. font-size: 2em;
  186. font-weight: 100;
  187. padding-right: 30px;
  188. }
  189.  
  190.  
  191. body {
  192. background-color: black;
  193. width: 100%;
  194. height: 100%;
  195.  
  196.  
  197. }
  198. .header {
  199. color: black; }
  200.  
  201.  
  202. .col-md-4 {
  203. padding-left: 40px;
  204. padding-right: 20px;
  205. padding-bottom: 30px;
  206. color: white;
  207.  
  208. }
  209. #work {
  210. padding: 0;
  211. width:100%;
  212. }
  213. .What {
  214. color: white;
  215. padding-top:3em;
  216. padding-bottom: 2em
  217. }
  218. .phone h1 {
  219. color: #0080ff;
  220. }
  221. .phone span {
  222. padding-top: 5em;
  223. color: white;
  224. }
  225. .phone p {
  226. color: #4d0056;
  227. }
  228. .container-fluid {
  229. background-color: black;
  230. width: 100%;
  231. height: 100%;
  232. }
  233. .title {
  234. text-align: center;
  235. color: white;
  236. padding-top: 3em;
  237. text-shadow: 0 0 60px red;
  238.  
  239.  
  240. }
  241. .layout {
  242. color: white;
  243. }
  244. #find hover {
  245. color: yellow;
  246. text-decoration: none;
  247.  
  248. transition: color 5s;
  249. }
  250. .phone {
  251. padding-top: 3em;
  252. }
  253. #me-image {
  254. background-image: url(../img/True.jpg);
  255. width: 100%;
  256. height: 60em;
  257. background-attachment: fixed;
  258. background-size: cover;
  259.  
  260. }
  261. #about-image {
  262. background-image: url(../img/Homes.jpg);
  263. width: 100%
  264. height: 80em;
  265. background-attachment: fixed;
  266. background-size: cover;
  267. }
  268.  
  269. }
  270. footer {
  271.  
  272. color: white;
  273. display: inline;
  274. float: right;
  275. width: 100%
  276.  
  277. }
  278.  
  279.  
  280. footer iframe {
  281. margin-left: 30px;
  282. }
  283. footer p {
  284. padding-right: 5em;
  285. }
  286. footer a {
  287. margin-left: 5em;
  288. }
  289. .form {
  290. width: 80%;
  291. color: white;
  292.  
  293.  
  294. }
  295. .kontakt {
  296.  
  297. width: 100%;
  298. }
  299. .adress h1 {
  300. color: white;
  301. text-align: center;
  302. }
  303. .adress p {
  304. color: white;
  305. text-align: center;
  306. }
  307.  
  308. p3 {
  309. color: white;
  310. }
  311.  
  312. .form-group {
  313. color: white;
  314. margin-bottom: 30px;
  315. }
  316. .form-group h2 {
  317. margin-left: 0.5em;
  318. }
  319. #Back {
  320. background-image: url(../img/boom.jpg);
  321. background-size: cover;
  322. background-attachment: fixed;
  323. height: 900px;
  324. width: 100%;
  325.  
  326. }
  327. #new {
  328. padding-left: 20px;
  329. width: 40%;
  330.  
  331. }
  332. #new h2{
  333.  
  334. display: table-cell;
  335. vertical-align: middle;
  336. float: left;
  337. color: white;
  338.  
  339. }
  340. #new button {
  341. display: table-cell;
  342. vertical-align: middle;
  343. float: left;
  344. margin-left: 20px;
  345. }
  346.  
  347.  
  348. #modalembed {
  349. height: 500px;
  350. width: 100%;
  351. padding: 10px;
  352. }
  353.  
  354. #zebra p {
  355. color: yellow;
  356. text-shadow: 0px 0px 20px black;
  357. }
  358. #B-day1 {
  359. color: black;
  360. }
  361. .col-sm-offset-2{
  362. margin-left: -5px;
  363. }
  364. .col-xs-12-col-md-8{
  365. width: 100%;
  366. height: 100%;
  367. }
  368.  
  369. form {
  370. margin-left: 10em;
  371. width: 100%;
  372. }
  373. #Moi {
  374. color: white;
  375. float: right;
  376. width: 40%;
  377. text-shadow: 10px 20px 40px yellow,
  378. -10px 20px 40px yellow,
  379. -10px -20px 40px yellow,
  380. 10px -20px 40px yellow;
  381. }
  382.  
  383. #it {
  384. padding-left: 4em;
  385. color: white;
  386. float: left;
  387. width: 40%;
  388. text-shadow: 60px 30px 50px yellow,
  389. -60px 30px 50px red,
  390. 60px -30px 50px yellow,
  391. -30px -30px 50px red;
  392. }
  393.  
  394. #link {
  395. float: left;
  396. }
  397. .form-group {
  398. margin-left: 15px;
  399. }
  400.  
  401. .skills {
  402. margin-top: 10px;
  403. }
  404.  
  405. #skill-list {
  406. float: left;
  407. margin-top: 10px;
  408. color: white;
  409. width: 40%;
  410. text-shadow: 0 0 40px yellow;
  411. }
  412. #message-box {
  413. margin-left: 10px;
  414. }
  415. #sign {
  416. margin-left: 15px;
  417. }
  418. #identity {
  419. margin-top: 60px;
  420. }
  421. .links {
  422. color: white;
  423. float: right;
  424. }
  425. #rain {
  426. width: 100%;
  427. }
  428. .carousel-caption {
  429. color: yellow;
  430. margin-bottom: 12em;
  431. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement