Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. /**** CSS rules for styling portfolio site ****/
  2.  
  3. /*
  4. body
  5. */
  6.  
  7. body {
  8. background-color: #AFB8C6;
  9. padding-top: 50px;
  10. position: relative;
  11. }
  12.  
  13. /*
  14. Typography
  15. */
  16.  
  17. body p {
  18. font-family: "EB Garamond", "Hoefler Text", "Times New Roman", serif;
  19. text-align: center;
  20. }
  21.  
  22. h1, h2, h3, p {
  23. color: #000;
  24. }
  25.  
  26. h1, h2, h3 {
  27. font-family: "Quicksand", Verdana, Arial, sans-serif;
  28. }
  29.  
  30. #home .header, #about .header, #work .header,
  31. #contact .header, #faq .header {
  32. text-align: center;
  33. }
  34.  
  35. /*
  36. container-fluid
  37. */
  38.  
  39. .navbar .container-fluid {
  40. margin: 0 0;
  41. }
  42.  
  43. .container-fluid {
  44. margin-left: -1.1em;
  45. margin-right: -1.1em;
  46. }
  47.  
  48. /*
  49. Navigation Bar
  50. */
  51.  
  52. .anchor {
  53. padding-top: 60px;
  54. }
  55.  
  56. .navbar {
  57. background-color: #000;
  58. opacity: .65;
  59. z-index: 1;
  60. }
  61.  
  62. .navbar ul {
  63. margin-right: .005em;
  64. }
  65.  
  66. .navbar ul li a {
  67. text-transform: uppercase;
  68. letter-spacing: 0.05em;
  69. padding-left: 0.715em;
  70. padding-right: 0.715em;
  71. }
  72.  
  73. .navbar .nav>li>a, .projectName a {
  74. font-size: 14px;
  75. }
  76.  
  77. .navbar-brand {
  78. text-decoration: none;
  79. }
  80.  
  81. .navbar-inverse .navbar-nav>li>a, .projectName .navbar-brand {
  82. color: #2460D8;
  83. }
  84.  
  85. .navbar-inverse .navbar-nav>li>a:hover .projectName a:hover {
  86. color: #000;
  87. }
  88.  
  89. .navbar-inverse>ul>li>a:visited {
  90. color: #FFFFF0;
  91. }
  92.  
  93. /*
  94. Hamburger
  95. */
  96.  
  97. .navbar-inverse .navbar-toggle {
  98. border-color: #2460D8;
  99. }
  100.  
  101. .navbar-inverse .navbar-toggle .icon-bar {
  102. background-color: #2460D8;
  103. }
  104.  
  105. /*
  106. Carousel
  107. */
  108.  
  109. .carousel-caption h3 {
  110. color: #F4AA90;
  111. opacity: .85;
  112. }
  113.  
  114. .carousel-caption p {
  115. color: #000;
  116. opacity: .6;
  117. font-family: "Artifika", serif;
  118. font-style: oblique;
  119. text-align: center;
  120. text-shadow: .13em 0 0 #F4AA90, -.13em 0 0 #F4AA90, 0 .13em 0 #F4AA90, 0 -.13em 0 #F4AA90, .06em .06em #F4AA90, -.06em -.06em 0 #F4AA90, .06em -.06em 0 #F4AA90, -.06em .06em 0 #F4AA90;
  121. }
  122.  
  123. /*
  124. Home Section
  125. */
  126.  
  127. #home .header {
  128. width: 97%;
  129. }
  130.  
  131. #home .row h2, #home .row .projectGoals p {
  132. text-align: center;
  133. }
  134.  
  135. #home .btn {
  136. background-color: #2460D8;
  137. border-radius: 25px;
  138. }
  139.  
  140. /*
  141. About Section
  142. */
  143.  
  144. #about .image, .intro, .skills {
  145. width: 33.3%;
  146. }
  147.  
  148. #about .image img {
  149. width: 100%;
  150. }
  151.  
  152. #about h2, p, .skills h2, .main-text {
  153. text-align: center;
  154. }
  155.  
  156. #about .skills h2 {
  157. margin-left: -.5em;
  158. }
  159.  
  160. .skills {
  161. background-color: #2460D8;
  162. }
  163.  
  164. #skill-list {
  165. margin-left: 8em;
  166. }
  167.  
  168. /*
  169. Work Section
  170. */
  171.  
  172. #work {
  173. margin-left: 2.95em;
  174. }
  175.  
  176. #work .header {
  177. width: 95.4%
  178. }
  179.  
  180. #work #work2 {
  181. margin-top: 0;
  182. margin-bottom: 50px;
  183. }
  184.  
  185. /*
  186. Contact Section
  187. */
  188.  
  189. #contact {
  190. background: url(../img/atlantic-ocean-1.jpg);
  191. background-attachment: fixed;
  192. background-size: cover;
  193. margin: 10px 5px;
  194. padding: 10px;
  195. height: 900px;
  196. }
  197.  
  198. #contact .header {
  199. margin-top: 5.5em;
  200. }
  201.  
  202. #contact .header h1, #contact p, #faq .header h1 {
  203. color: #FFF5EE;
  204. }
  205.  
  206. #contact .header p, .contact h2, .contact p {
  207. text-align: center;
  208. }
  209.  
  210. #contact .header p {
  211. margin-left: 1.88em;
  212. }
  213.  
  214. #contact .contact p {
  215. margin-left: 2.5em;
  216. }
  217.  
  218. #contact .contact span:hover {
  219. text-shadow: .5em .5em #FFFFF0;
  220. }
  221.  
  222. /*
  223. Form on Contact Section
  224. */
  225.  
  226. .form-control {
  227. width: 80%;
  228. }
  229.  
  230. .line {
  231. width: 45%;
  232. display: inline;
  233. float: left;
  234. }
  235.  
  236. form .btn {
  237. margin-top: 10px;
  238. background-color: #FFF5EE;
  239. border: 2px groove #000;
  240. border-radius: 15px;
  241. }
  242.  
  243. /*
  244. FAQ Section
  245. */
  246.  
  247. #faq {
  248. background-image: url(../img/pb-sunset-1.jpg);
  249. background-attachment: fixed;
  250. background-size: cover;
  251. margin: 10px 5px;
  252. height: 550px;
  253. }
  254.  
  255. .modal-button {
  256. float: right;
  257. padding: 15px;
  258. }
  259.  
  260. .learn-more {
  261. text-align: left;
  262. float: left;
  263. margin-left: 15px;
  264. }
  265.  
  266. #modalembed {
  267. height: 500px;
  268. width: 100%;
  269. padding: 10px;
  270. }
  271.  
  272. .panel-group {
  273. margin-top: .75em;
  274. }
  275.  
  276. .panel-title a {
  277. font-family: Quicksand, Verdana, Arial, sans-serif;
  278. font-weight: 700;
  279. }
  280.  
  281. .panel-body {
  282. font-family: "EB Garamond", "Hoefler Text", "Times New Roman", serif;
  283. }
  284.  
  285. /*
  286. Responsive
  287. */
  288.  
  289. .col-md-4 img {
  290. width: 75%;
  291. height: 75%;
  292. margin: .31em;
  293. }
  294.  
  295. .embed-responsive {
  296. width: 75%;
  297. margin: 50px auto;
  298. }
  299.  
  300. .embed-responsive-16by9 {
  301. width: 75%;
  302. margin: 50px auto;
  303. }
  304.  
  305. /*
  306. Video
  307. */
  308.  
  309. .videos {
  310. margin-bottom: 25px;
  311. }
  312.  
  313. .videos h1 {
  314. margin-left: 75px;
  315. }
  316.  
  317. .videos a:hover {
  318. color: #FFFF00;
  319. text-decoration: none;
  320. }
  321.  
  322. .videos a:active {
  323. font-weight: 750;
  324. color: #0000FF;
  325. }
  326.  
  327. .videos a:visited {
  328. color: #00FF00;
  329. }
  330.  
  331. /*
  332. Footer Section
  333. */
  334.  
  335. footer {
  336. width: 100%;
  337. display: inline-block;
  338. clear: both;
  339. margin-left: 5px;
  340. }
  341.  
  342. footer .fb-share-button {
  343. display: inline-block;
  344. margin-left: 20px;
  345. }
  346.  
  347. /*
  348. End CSS
  349. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement