Advertisement
Vadimus123

Untitled

Jun 27th, 2019
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.34 KB | None | 0 0
  1. body {
  2.     margin-top: 0;
  3.     margin-right: 0;
  4.     margin-bottom: 0;
  5.     margin-left: 0;
  6.     font-family: sans-serif;
  7. }
  8.  
  9. .clearfix:after {
  10.     content: '';
  11.     display: table;
  12.     width: 100%;
  13. }
  14.  
  15. a {
  16.     text-decoration: none;
  17. }
  18.  
  19. a:hover {
  20.     color: darkgrey;
  21.     text-decoration: none;
  22. }
  23.  
  24. header {
  25.     background: url(../image/landscape.png) no-repeat center top / cover;
  26.     height: 600px;
  27. }
  28.  
  29. .shortHeader {
  30.     height: 90px;
  31.     background-color: dimgray;
  32. }
  33.  
  34. .container {
  35.     width: 58em;
  36.     margin: 0 auto;
  37. }
  38.  
  39. .logo {
  40.     margin-top: 1.1em;
  41.     width: 12em;
  42.     float: left;
  43. }
  44.  
  45. nav {
  46.     float: right;
  47.     margin-top: 1.7em;
  48. }
  49.  
  50. .hello {
  51.     text-transform: uppercase;
  52.     text-decoration: none;
  53.     text-align: center;
  54.     color: #fff;
  55.     margin-top: 9.5em;
  56. }
  57.  
  58. .welcome {
  59.     font-size: 3em;
  60.     text-transform: uppercase;
  61.    
  62. }
  63.  
  64. .invite {
  65.     text-transform: uppercase;
  66.     text-decoration: none;
  67.     text-align: center;
  68.     font-size: 1.5em;
  69. }
  70.  
  71. .menu {
  72.     padding: 0;
  73.     margin: 0;
  74.     display: block;
  75.     font-family: sans-serif;
  76.     font-size: 1.3em;
  77.     text-decoration: none;
  78.     text-align: left;
  79.     text-indent: 1.1em;
  80.     text-transform: uppercase;
  81. }
  82.  
  83.  
  84.  
  85. .menu li a:hover {
  86.     color: darkgrey;
  87.     text-decoration: none;
  88. }
  89.  
  90. .menu li a:active {
  91.     color: white;
  92.     text-decoration: none;
  93. }
  94.  
  95.  
  96. .menu li {
  97.     float: left;
  98.     display: block;
  99.     word-spacing: 1.5em;
  100. }
  101.  
  102. .menu li a {
  103.     color: #fff;
  104.     text-decoration: none;
  105.  
  106. }
  107.  
  108. .slideLeft{
  109.     visibility: hidden;
  110. }
  111.  
  112. .buttonRegistr {
  113.     background: #4eb540;
  114.     color: #fff;
  115.     font-size: 1em;
  116.     text-decoration: none;
  117.     text-transform: uppercase;
  118.     border-radius: 2px;
  119.     display: block;
  120.     width: 10em;
  121.     padding: 20px 0;
  122.     margin: 0 auto;
  123.     text-align: center;
  124.     margin-top: 4em;
  125.     float: left;
  126.     margin-left: 16em;
  127.     cursor: pointer;
  128.     border: 0;
  129. }
  130.  
  131. .buttonRegistr:hover {
  132.     background-color: #999;
  133. }
  134.  
  135. .buttonLogin:hover {
  136.     background-color: #999;
  137.     color: #fff;
  138. }
  139.  
  140. .buttonLogin {
  141.     outline: none;
  142.     background: #fff;
  143.     color: #000;
  144.     font-size: 1em;
  145.     text-decoration: none;
  146.     text-transform: uppercase;
  147.     border-radius: 2px;
  148.     display: block;
  149.     width: 10em;
  150.     padding: 20px 0;
  151.     margin: 0 auto;
  152.     text-align: center;
  153.     margin-top: 4em;
  154.     float: right;
  155.     margin-right: 16em;
  156.     cursor: pointer;
  157.     border: 0;
  158. }
  159.  
  160. .bookList li {
  161.     list-style-type: none;
  162. }
  163.  
  164. .book {
  165.     font-size: 1.5em;
  166.     text-decoration: none;
  167.     color: #000;
  168.     display: block;
  169. }
  170.  
  171. .author {
  172.     border-radius: 50%;
  173.     width: 3em;
  174.     float: left;
  175. }
  176.  
  177. .aboutBook {
  178.     margin-left: 1em;
  179.     text-decoration: none;
  180.     float: left;
  181. }
  182.  
  183. .bookName a {
  184.     font-size: 1em;
  185.     color: #000;
  186.     display: block;
  187.     text-decoration: none;
  188. }
  189.  
  190. .authorName a {
  191.     font-size: 0.7em;
  192.     color: darkgrey;
  193.     display: block;
  194.     text-decoration: none;
  195. }
  196.  
  197. .formatAndCheck {
  198.     text-decoration: none;
  199.     font-size: 0.7em;
  200.     float: right;
  201. }
  202.  
  203. .check {
  204.     display: block;
  205.     color: #4eb540;
  206. }
  207.  
  208. .format {
  209.     display: block;
  210. }
  211.  
  212. .styles {
  213. }
  214.  
  215. .styles select {
  216.     width: 9em;
  217.     height: 2em;
  218.     font-size: 1em;
  219.     border-radius: 2px;
  220.     width: 7em;
  221.     padding: 6px 0;
  222.     margin-top: 0.7em;
  223.     margin-bottom: 1.5em;
  224.    }
  225.  
  226. .chooseStyle {
  227.     float: left;
  228. }
  229.  
  230. .search {
  231.     float: right;
  232. }
  233.  
  234. .search a {
  235.     text-decoration: none;
  236.     color: #000;
  237. }
  238.  
  239. .search input {
  240.     border-radius: 5px;
  241.     width: 15em;
  242.     height: 2em;
  243. }
  244.  
  245. .blockAbout {
  246.     padding-top: 2.5em;
  247.     text-align: center;
  248. }
  249.  
  250. #howItWorks {
  251.     font-size: 2.6em;
  252.     text-transform: uppercase;
  253. }
  254.  
  255. #pHow {
  256.     padding-top: 0;
  257.     font-size: 1.5em;
  258.     text-transform: uppercase;
  259.     color: darkgray;
  260. }
  261.  
  262. .services {
  263.     margin-top: 3em;
  264.     margin-bottom: 3em;
  265. }
  266.  
  267. .servicesItem {
  268.     width: 250px;
  269.     float: left;
  270.     text-align: center
  271. }
  272.  
  273. .servicesItem h3 {
  274.     font-size: 1.8em;
  275.     margin-bottom: 5px;
  276. }
  277.  
  278. .servicesItem p {
  279.     font-size: 1em;
  280.     color: #999;
  281. }
  282.  
  283. .servicesItem:last-child {
  284.     float: right;
  285. }
  286.  
  287. .servicesItem:nth-child(2) {
  288.     margin-left: 5.4em;
  289. }
  290.  
  291. .registr {
  292.     width: 350px;
  293.     height: 380px;
  294.     margin: 15em auto;
  295.     background: #fff;
  296.     border: 1px solid #fff;
  297.     border-radius: 15px;
  298.     z-index: 150;
  299.     display: none;
  300.     position: fixed;
  301.     left: 0;
  302.     right: 0;
  303.     bottom: 0;
  304.     top: 0;
  305. }
  306.  
  307. .formRegistr {
  308.     width: 275;
  309.     margin: -15px auto 20px auto;
  310.     text-align: center;
  311. }
  312.  
  313. .formRegistr p {
  314.     font-size: 0.85em;
  315.     margin-left: 1.5em;
  316.     margin-right: 1.5em;
  317. }
  318.  
  319. .input {
  320.     width: 260px;
  321.     padding: 5px;
  322.     margin-bottom: 10px;
  323. }
  324.  
  325. .close {
  326.     margin: 10px 0 0 320px;
  327.     cursor: pointer;
  328.     border: 1px solid #ccc;
  329.     padding: 2px;
  330.     background: #ccc;
  331. }
  332.  
  333. .close:hover {
  334.     background: #fff;
  335. }
  336.  
  337. #gray {
  338.     background-color: rgba(1,1,1,0.75);
  339.     position: fixed;
  340.     left: 0;
  341.     right: 0;
  342.     bottom: 0;
  343.     top: 0;
  344.     display: none;
  345.     z-index: 100;
  346. }
  347.  
  348. #regButton {
  349.     background: #4eb540;
  350.     color: #fff;
  351.     font-size: 0.8em;
  352.     text-decoration: none;
  353.     text-transform: uppercase;
  354.     border-radius: 2px;
  355.     display: block;
  356.     width: 15em;
  357.     padding: 10px 0;
  358.     margin: 0 auto;
  359.     text-align: center;
  360.     margin-top: 1em;
  361.     cursor: pointer;
  362.     border: 0;
  363.     margin-bottom: 1.5em;
  364. }
  365.  
  366. .login {
  367.     width: 350px;
  368.     height: 235px;
  369.     margin: 15em auto;
  370.     background: #fff;
  371.     border: 1px solid #fff;
  372.     border-radius: 15px;
  373.     z-index: 150;
  374.     display: none;
  375.     position: fixed;
  376.     left: 0;
  377.     right: 0;
  378.     bottom: 0;
  379.     top: 0;
  380. }
  381.  
  382. .formLogin {
  383.     width: 275px;
  384.     margin: -15px auto 20px auto;
  385.     text-align: center;
  386. }
  387.  
  388. #loginButton {
  389.     background: #4eb540;
  390.     color: #fff;
  391.     font-size: 0.8em;
  392.     text-decoration: none;
  393.     text-transform: uppercase;
  394.     border-radius: 2px;
  395.     display: block;
  396.     width: 15em;
  397.     padding: 10px 0;
  398.     margin: 0 auto;
  399.     text-align: center;
  400.     margin-top: 1em;
  401.     cursor: pointer;
  402.     border: 0;
  403.     margin-bottom: 1.5em;
  404. }
  405.  
  406. .rights {
  407.     margin-top: 4em;
  408.     margin-bottom: 2em;
  409. }
  410.  
  411. #searchStart {
  412.     background: #4eb540;
  413.     color: #fff;
  414.     font-size: 0.8em;
  415.     text-decoration: none;
  416.     text-transform: uppercase;
  417.     border-radius: 2px;
  418.     width: 7em;
  419.     padding: 6px 0;
  420.     margin: 0 auto;
  421.     text-align: center;
  422.     cursor: pointer;
  423.     border: 0;
  424. }
  425.  
  426. .inputUpload {
  427.     display: block;
  428.     width: 35em;
  429.     padding: 5px;
  430.     margin-bottom: 10px;
  431. }
  432.  
  433. #newBook {
  434.     margin-top: 1em;
  435. }
  436.  
  437. #upButton {
  438.     background: #4eb540;
  439.     color: #fff;
  440.     font-size: 0.8em;
  441.     text-transform: uppercase;
  442.     border-radius: 2px;
  443.     display: block;
  444.     width: 15em;
  445.     padding: 10px 0;
  446.     text-align: center;
  447.     margin-top: 4em;
  448.     cursor: pointer;
  449.     border: 0;
  450.     margin-bottom: 1em;
  451. }
  452.  
  453. #upButton:hover {
  454.     background: darkgrey;
  455. }
  456.  
  457. .verify {
  458.     display: none;
  459.     width: 350px;
  460.     height: 235px;
  461.     margin: 15em auto;
  462.     background: #fff;
  463.     border: 1px solid #fff;
  464.     border-radius: 15px;
  465.     z-index: 150;
  466.     position: fixed;
  467.     left: 0;
  468.     right: 0;
  469.     bottom: 0;
  470.     top: 0;
  471. }
  472.  
  473. .verify {
  474.     display: none;
  475. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement