AbdulMuttaqin

computer

Apr 30th, 2020
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.09 KB | None | 0 0
  1. /* Hiding Styles for Mobile Screen */
  2. .mobile {
  3.   display: none;
  4. }
  5.  
  6. /* Styles for whole web page */
  7. * {
  8.   box-sizing: border-box;
  9. }
  10. body {
  11.   margin: 0;
  12.   font-family: Helvetica, Arial, Sans-serif;
  13. }
  14. @font-face {
  15.   font-family: 'Freight Sans Medium';
  16.   src: url('fonts/Freight Sans Medium.otf');
  17. }
  18. .clearfix::after {
  19.   content: "";
  20.   clear: both;
  21.   display: table;
  22. }
  23. a {
  24.   color: #365899;
  25.   text-decoration: none;
  26. }
  27. a:hover {
  28.   text-decoration: underline;
  29. }
  30. @media screen and (min-width: 769px) {
  31.   input:focus {
  32.     outline: none;
  33.   }
  34.   select:focus {
  35.     outline: none;
  36.   }
  37. }
  38.  
  39.  
  40. /* Styles for header */
  41. header {
  42.   height: 83px;
  43.   width: 100%;
  44.   background-image: linear-gradient(#4D68A1 0%,#48649F 10%,#45629D 20%,#415E9B 30%,#3E5B99 40%,#3B5998 50%);
  45.   min-width: 980px;
  46. }
  47. .headersubdiv {
  48.   margin: auto;
  49.   height: 82px;
  50.   width: 980px;
  51. }
  52. .fblogo {
  53.   margin: 0;
  54.   padding: 0;
  55.   margin: 30px 0 0 0;
  56.   height: 34px;
  57.   width: 171px;
  58.   float: left;
  59. }
  60. .loginform {
  61.   margin: 0;
  62.   padding: 0;
  63.   margin: 8px 0 0 0;
  64.   border-collapse: collapse;
  65.   float: right;
  66. }
  67. .logintext {
  68.   width: 148px;
  69.   height: 21px;
  70.   color: white;
  71.   font-size: 12px;
  72.   font-family: inherit;
  73.   line-height: 16.06px;
  74.   vertical-align: middle;
  75. }
  76. .loginfield {
  77.   color: black;
  78. }
  79. .loginrowgap { /*Horizontal gap between login fields*/
  80.   margin-left: 14px;
  81. }
  82. #forgotpw {
  83.   color: #9cb4d8;
  84.   vertical-align: top;
  85. }
  86. #loginbutton {
  87.   color: white;
  88.   background-color: #4267B2;
  89.   border: 1px solid #29487D;
  90.   padding: 3px 6px 3px 6px;
  91.   font-weight: bold;
  92.   cursor: pointer;
  93. }
  94. #loginbutton:hover {
  95.   background-color: #365899;
  96. }
  97.  
  98.  
  99. /* Styles for mid-section */
  100. .maindiv {
  101.   background-image: linear-gradient(rgba(255,0,0,0), rgba(211,216,232));
  102.   width: 100%;
  103.   min-width: 980px;
  104. }
  105. .mainsubdiv {
  106.   margin: auto;
  107.   height: 572px;
  108.   width: 980px;
  109. }
  110. .welcome {
  111.   width: 565px;
  112.   float: left;
  113. }
  114. .welcometext {
  115.   width: 450px;
  116.   margin-top: 40px;
  117.   font-family: inherit;
  118.   font-weight: 700;
  119.   font-size: 20px;
  120.   line-height: 29px;
  121.   color: #0E385F;
  122.   word-spacing: -1px;
  123. }
  124. .welcomepic {
  125.   width: inherit;
  126. }
  127.  
  128.  
  129. .signupdiv {
  130.   margin-left: 14px;
  131.   float: left;
  132. }
  133. .createaccount {
  134.   padding: 20px 0 20px 0;
  135.   width: 400px;
  136.   height: 78px;
  137.   margin-bottom: 35px;
  138. }
  139. .createh1 {
  140.   font-family: inherit;
  141.   font-size: 35px;
  142.   font-weight: 600;
  143.   color: #333333;
  144.   line-height: 48.24px;
  145.   margin-bottom: 5px;
  146. }
  147. .createp {
  148.   font-family: inherit;
  149.   color: #1D2129;
  150.   font-size: 19px;
  151.   line-height: 24.12px;
  152. }
  153.  
  154. .signupform {
  155.   width: 400px;
  156. }
  157. .signuptextbox {
  158.   border-radius: 5px;
  159.   height: 21px;
  160.   padding: 19px 10px 19px 10px;
  161.   font-size: 18px;
  162.   margin-bottom: 8px;
  163.   border: 1px solid #C0C9DA;
  164. }
  165. .signuptextbox::-webkit-input-placeholder {
  166.   color: #999999;
  167. }
  168. .namebox {
  169.   width: 48.75%;
  170.   display: inline-block;
  171. }
  172. .namebox1 {
  173.   float: left;
  174. }
  175. .namebox2 {
  176.   float: right;
  177. }
  178. .mobilepw {
  179.   width: 100%;
  180. }
  181.  
  182. #birthday {
  183.   margin: 0;
  184.   margin: 10px 0 5px 0;
  185. }
  186. .dobdiv {
  187.   width: 100%;
  188.   height: 40px;
  189. }
  190. .dob {
  191.   padding: 5px 5px 5px 5px;
  192.   border: 1px solid #BDC7D8;
  193. }
  194. .day {
  195.   width: 58px;
  196.   height: 30px;
  197.   margin-right: -5.8px;
  198. }
  199. .month {
  200.   width: 71px;
  201.   height: 30px;
  202.   margin-right: -5.8px;
  203. }
  204. .year {
  205.   width: 63px;
  206.   height: 30px;
  207. }
  208. #whydb {
  209.   margin-left: 5px;
  210.   font-family: inherit;
  211.   font-size: 11px;
  212.   max-width: 150px;
  213.   display: inline-block;
  214.   vertical-align: middle;
  215.   position: relative;
  216. }
  217. #whydbtooltip {
  218.   height: 141px;
  219.   width: 312px;
  220.   background-color: #FFF;
  221.   border: 1px solid #ACAFB5;
  222.   visibility: hidden;
  223.   position: absolute;
  224.   top: -7px;
  225.   left: -217%;
  226.   font-size: 12px;
  227.   color: #1D2129;
  228.   padding: 12px 12px 8px 12px;
  229.   box-shadow: 0 0 6px 1px rgb(143, 143, 143);
  230.   border-radius: 3px;
  231.   z-index: 1;
  232. }
  233. #hrtooltip {
  234.   width: 288px;
  235.   border: 0.5px solid #DDDFE2;
  236.   margin: auto;
  237.   margin-top: 15px;
  238.   margin-bottom: 10px;
  239. }
  240. #whydbtooltipbutton {
  241.   border: 1px solid #4267B2;
  242.   border-radius: 2px;
  243.   background-color: #4267B2;
  244.   color: white;
  245.   font-size: 12px;
  246.   font-weight: bold;
  247.   height: 23px;
  248.   width: 30px;
  249.   float: right;
  250. }
  251. #whydbtooltipbutton:hover {
  252.   background-color: #365899;
  253.   border-color: #365899;
  254. }
  255. #whydbtooltip::after {
  256.   content: "";
  257.   position: absolute;
  258.   top: 10%;
  259.   left: 100%;
  260.   border: 6px solid;
  261.   border-color: transparent transparent transparent white;
  262. }
  263. #whydb:hover #whydbtooltip {
  264.   visibility: visible;
  265. }
  266.  
  267. .gender {
  268.   margin: 6px 0 0 0;
  269. }
  270. #femalediv {
  271.   padding: 5px 0 5px 4px;
  272. }
  273. #malediv {
  274.   padding: 5px 0 5px 12px;
  275. }
  276. .gendertext {
  277.   font-size: 18px;
  278.   line-height: 18px;
  279.   color: #1D2129;
  280.   padding: 0 0 0 2px;
  281. }
  282.  
  283. .terms {
  284.   font-size: 11px;
  285.   color: #777777;
  286.   margin: 11px 0;
  287.   width: 316px;
  288.   line-height: 14.74px;
  289. }
  290. .linksinterms {
  291.   color: #365899;
  292. }
  293.  
  294. #signupbutton {
  295.   float: left;
  296.   background-image: linear-gradient(rgb(103, 174, 85), rgb(87, 136, 67));
  297.   font-size: 19px;
  298.   font-family: 'Freight Sans Medium', Helvetica, Arial, sans-serif;
  299.   font-weight: 600;
  300.   letter-spacing: 1px;
  301.   color: #fff;
  302.   text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
  303.   margin: 10px 0 10px 0;
  304.   padding: 7px 20px 7px 20px;
  305.   height: 39px;
  306.   width: 194px;
  307.   border: 1px solid;
  308.   border-radius: 5px;
  309.   border-color: #3b6e22 #3b6e22 #2c5115;
  310.   box-shadow: inset 0 1px 1px  #a4e388;
  311.   cursor: pointer;
  312. }
  313. #signupbutton:hover {
  314.   background-image: linear-gradient(rgb(115, 185, 98), rgb(87, 136, 67));
  315. }
  316.  
  317. #createpage {
  318.   color: #666666;
  319.   height: 59px;
  320.   width: 100%;
  321.   font-size: 13px;
  322.   font-weight: 700;
  323.   margin-top: 10px;
  324.   padding-top: 15px;
  325. }
  326.  
  327.  
  328. /* Styles for footer */
  329. footer {
  330.   height: auto;
  331.   width: 100%;
  332.   background-color: #FFF;
  333.   min-width: 980px;
  334.   padding-bottom: 30px;
  335. }
  336. #footersubdiv {
  337.   height: auto;
  338.   width: 980px;
  339.   margin: auto;
  340. }
  341. #languagediv {
  342.   display: flex;
  343.   justify-content: flex-start;
  344.   align-items: center;
  345.   height: 20px;
  346.   padding: 8px 0 8px 0;
  347.   width: inherit;
  348.   margin-top: 43px;
  349. }
  350. .language {
  351.   font-size: 12px;
  352.   display: inline-block;
  353.   padding-right: 10px;
  354. }
  355. #currentlang {
  356.   color: #737373;
  357. }
  358. #morelang {
  359.   display: inline-block;
  360.   height: 19.5px;
  361.   width: 29px;
  362.   background-color: #f5f6f7;
  363.   border: 1px solid rgb(204, 208, 213);
  364.   position: relative;
  365. }
  366. #morelang:hover {
  367.   background-color: #EBEDF0;
  368. }
  369. footer #languagediv .fa {
  370.   color: #4b4f56;
  371.   font-size: 12px;
  372.   height: 12px;
  373.   width: 12px;
  374.   position: absolute;
  375.   top: 50%;
  376.   left: 50%;
  377.   transform: translate(-5.5px, -5.5px);
  378. }
  379.  
  380. #hrfinal {
  381.   width: 980px;
  382.   border: 0.5px solid #DDDFE2;
  383.   margin: auto;
  384.   margin-top: 13px;
  385.   margin-bottom: 13px;
  386. }
  387. #extralinksdiv {
  388.   height: 57px;
  389.   width: inherit;
  390. }
  391. .extralinks {
  392.   font-size: 12px;
  393.   display: inline-block;
  394.   padding-right: 14px;
  395. }
  396.  
  397. #copyrightdiv {
  398.   font-size: 11px;
  399.   color: #737373;
  400.   margin-top: 33px;
  401. }
  402. #copyrightfblink {
  403.   color: #737373;
  404. }
  405. #copyright {
  406.   float: left;
  407. }
  408. #disclaimer {
  409.   float: right;
  410. }
  411. footer #copyrightdiv .fa {
  412.   color: #0274b3;
  413.     font-size: 14px;
  414. }
  415. #pranavks {
  416.     color: #0274b3;
  417. }
Add Comment
Please, Sign In to add comment