Guest User

Untitled

a guest
Nov 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. /* add scroll bar and to prevent background picture from adjusting position */
  2. html {
  3. overflow-y: scroll;
  4. position: relative;
  5. width: 100%;
  6. }
  7.  
  8. /* to look at borders use
  9. * {
  10. border: 1px solid red;
  11. }
  12. */
  13. /* {
  14. box-sizing: border-box;
  15. } */
  16.  
  17. /* background color and font */
  18. body {
  19. background-color: #F0F8FF;
  20. color: #123456;
  21. font-family: Verdana, Geneva, sans-serif;
  22. position: relative;
  23. }
  24.  
  25. /* navigation bar */
  26. .navbar {
  27. background-color: #B0C4DE;
  28. }
  29.  
  30. .dropdown-menu, .dropdown-item, a.dropdown-item {
  31. background-color: #B0C4DE;
  32. color: #123456;
  33. }
  34.  
  35. .navbar-brand {
  36. color: #123456 !important;
  37. }
  38.  
  39. a.navbar-brand {
  40. color: #123456 !important;
  41. }
  42.  
  43. .nav-link {
  44. color: #123456 !important;
  45. }
  46.  
  47. .content {
  48. padding-top: 70px;
  49. }
  50.  
  51. .nav ul li {
  52. display: inline-block;
  53. list-style: none;
  54. }
  55.  
  56. .container-fluid {
  57. position: fixed;
  58. width: 100% !important;
  59. top: 0px;
  60. left: 0px;
  61. background: rgba(176, 196, 222, 1);
  62. }
  63.  
  64. .navcontainer {
  65. width: 75%;
  66. margin: auto;
  67. }
  68.  
  69. .nav {
  70. position: fixed;
  71. width: 100% !important;
  72. top: 0;
  73. left: 0;
  74. background: rgba(0, 0, 0, 1);
  75. }
  76.  
  77. selector:pseudo-class {
  78. property: value;
  79. }
  80.  
  81. nav a {
  82. color: #123456;
  83. padding: 5px;
  84. }
  85.  
  86. nav a:hover {
  87. color: #000000;
  88. text-decoration: line-through;
  89. transition: color 600ms;
  90. -webkit-transition: color 600ms;
  91. }
  92.  
  93. nav {
  94. z-index: 1;
  95. }
  96.  
  97. /* NOT IN USE adjusting jumbotron background image, paragraph, and links
  98.  
  99. .jumbotron {
  100. background-image: url("../img/landscape.jpg");
  101. height: 450px;
  102. background-size: cover no-repeat;
  103. background-position: 0px -425px;
  104. background-attachment: fixed;
  105. }
  106.  
  107. .jumbotron p {
  108. color: white;
  109. }
  110.  
  111. .jumbotron a {
  112. border-style: none;
  113. background-color: rgba(255, 255, 255, 0);
  114. color: black;
  115. padding: 5px;
  116. }
  117. */
  118.  
  119. /* Applied to pages in general */
  120. /* center images in about page */
  121. .img-thumbnail {
  122. display: block;
  123. margin-left: auto;
  124. margin-right: auto;
  125. }
  126.  
  127. /* Index Page */
  128. /* column grid pictures alignment */
  129. .header {
  130. padding-top: 70px;
  131. }
  132.  
  133. .col-sm {
  134. text-align: center;
  135. margin: 0% auto;
  136. }
  137.  
  138. .containerg {
  139. padding-top: 70px;
  140. }
  141.  
  142. .img-fluid {
  143. border-style: solid;
  144. border-color: #FFFFFF;
  145. }
  146.  
  147. .conp {
  148. width: 60%;
  149. margin-left: auto;
  150. margin-right: auto;
  151. text-align: center;
  152. }
  153.  
  154. /* ABOUT Page */
  155. /* change container3 alignment */
  156. h2 {
  157. text-align: center;
  158. }
  159.  
  160. .container3 {
  161. width: 60%;
  162. margin-left: auto;
  163. margin-right: auto;
  164. }
  165.  
  166. img {
  167. display: block;
  168. margin-left: auto;
  169. margin-right: auto;
  170. }
  171.  
  172.  
  173. /* adjust skill column contents to have different bullet point and indentation */
  174. .skill h4,
  175. .skill ul {
  176. margin-left: 15px;
  177. }
  178.  
  179. #skill-list {
  180. list-style: square;
  181. padding-left: 20px;
  182. }
  183.  
  184. /* adjust main column to have contents be side by side */
  185. .column {
  186. width: 30%;
  187. padding: 8px;
  188. display: inline-block;
  189. float: left;
  190. }
  191.  
  192. /* adjust pixels between picture and more about me */
  193. .main-text {
  194. padding: 15px;
  195. clear:both;
  196. }
  197.  
  198. /* CONTACT Page */
  199. .containercon {
  200. width: 100%;
  201. }
  202.  
  203. .coni {
  204. width: 60%;
  205. padding-top: 70px;
  206. margin-left: auto;
  207. margin-right: auto;
  208. color: #123456;
  209. }
  210.  
  211. /* column grid */
  212. .col-sm-3 {
  213. margin: auto;
  214. color: #123456;
  215. }
  216.  
  217. /* adjust comission status */
  218. .jrequest {
  219. color: #FF0000;
  220. text-transform: uppercase;
  221. font-weight: 400;
  222. }
  223.  
  224. .wrequest {
  225. color: #00FF00;
  226. text-transform: uppercase;
  227. font-weight: 400;
  228. }
  229.  
  230. /* parallax effect */
  231. #contact {
  232. background-image: url("../img/desk2.jpg"); /*Add a background image*/
  233. padding-top: 50px 100px 100px 100px;
  234. background-attachment: fixed;/*Give the background a fixed position does it not scroll when you scroll*/
  235. background-repeat: no-repeat;
  236. background-size: cover; /*Have the background cover the entire div section*/
  237. color: black; /*Change the color of the text on top so it is readable and adjust the padding as needed.*/
  238. height: 900px;
  239. }
  240.  
  241. /* FAQ Page */
  242. /* collapse FAQ */
  243. .card-header {
  244. background: #B0C4DE;
  245. }
  246.  
  247. .card-header button {
  248. color: #000000;
  249. }
  250.  
  251. .card-body {
  252. font-size: 18px;
  253. background-color: #B0C4DE;
  254. }
  255.  
  256. .containerc {
  257. width: 60%;
  258. padding-top: 70px;
  259. margin-left: auto;
  260. margin-right: auto;
  261. }
  262.  
  263. /* carousel to cover screen */
  264. .carousel {
  265. height: 100vh;
  266. width: 100%;
  267. overflow: hidden;
  268. }
  269. .carousel .carousel-inner {
  270. height: 100%;
  271. }
Add Comment
Please, Sign In to add comment