thebestdistr.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. @font-face {
  2. font-family: "FuturaRoundBold";
  3. src: url("../fonts/FuturaRoundBold/FuturaRoundBold.eot");
  4. src: url("../fonts/FuturaRoundBold/FuturaRoundBold.eot?#iefix")format("embedded-opentype"),
  5. url("../fonts/FuturaRoundBold/FuturaRoundBold.woff") format("woff"),
  6. url("../fonts/FuturaRoundBold/FuturaRoundBold.ttf") format("truetype");
  7. font-style: normal;
  8. font-weight: 700;
  9. }
  10. @font-face {
  11. font-family: "AndikaRegular";
  12. src: url("../fonts/AndikaRegular/AndikaRegular.eot");
  13. src: url("../fonts/AndikaRegular/AndikaRegular.eot?#iefix")format("embedded-opentype"),
  14. url("../fonts/AndikaRegular/AndikaRegular.woff") format("woff"),
  15. url("../fonts/AndikaRegular/AndikaRegular.ttf") format("truetype");
  16. font-style: normal;
  17. font-weight: 400;
  18. }
  19. body {
  20. background: #71f7f7;
  21. }
  22. .container {
  23. background: white;
  24. border-radius: 10px;
  25. width: 1150px;
  26. box-shadow: gray 0px 0px 14px -5px;
  27. }
  28. header {
  29. background: #30b2f9;
  30. width: 1150px;
  31. height: 80px;
  32. border-top-left-radius: 10px;
  33. border-top-right-radius: 10px;
  34. }
  35. #pict-notabug {
  36. float: left;
  37. width: 30px;
  38. height: 30px;
  39. border-radius: 10px;
  40. margin: 7px 16px 0 20px;
  41. cursor: pointer;
  42. }
  43. #pict-notabug:hover {
  44. opacity: 0.5;
  45. }
  46. #text-for-pict {
  47. color: #06c;
  48. font-size: 15px;
  49. font-family: FuturaRoundBold;
  50. float: right;
  51. margin: -26px 65px 0 0;
  52. }
  53. #pict-mail {
  54. margin: 8px 0 0 15px;
  55. float: left;
  56. width: 40px;
  57. height: 28px;
  58. border-radius: 6px;
  59. }
  60. #pict-mail:hover {
  61. opacity: 0.5;
  62. }
  63. #text-for-pict2 {
  64. color: #06c;
  65. font-size: 14px;
  66. font-family: FuturaRoundBold;
  67. float: right;
  68. margin: 12px 16px 0 0;
  69. }
  70. #button {
  71. float: right;
  72. display: inline-flex;
  73. margin: 0px;
  74. text-decoration: none;
  75. position: relative;
  76. font-size: 12px;
  77. line-height: 15px;
  78. padding: 3px;
  79. color: #428bca;
  80. text-transform: uppercase;
  81. font-family: FuturaRoundBold;
  82. background: white;
  83. cursor: pointer;
  84. border-top-right-radius: 10px;
  85. border-bottom-left-radius: 10px;
  86. overflow: hidden;
  87. z-index: 1;
  88. }
  89. #button:hover,
  90. #button:active,
  91. #button:focus {
  92. color: white;
  93. }
  94. #button:before {
  95. content: '';
  96. position: absolute;
  97. top: 0;
  98. right: -50px;
  99. bottom: 0;
  100. left: 0;
  101. border-right: 50px solid transparent;
  102. border-top: 50px solid #000;
  103. transition: transform 0.5s;
  104. transform: translateX(-100%);
  105. z-index: -1;
  106. }
  107. #button:hover:before,
  108. #button:active:before,
  109. #button:focus:before {
  110. transform: translateX(0);
  111. }
  112. #header-banner {
  113. padding-top: 1px;
  114. padding-right: 230px;
  115. }
  116. #logo {
  117. float: left;
  118. width: 100px;
  119. height: 50px;
  120. padding-top: 12px;
  121. padding-left: 30px;
  122. margin-left: 155px;
  123. }
  124. #logo:hover {
  125. opacity: 0.5;
  126. }
  127. #text-header {
  128. color: black;
  129. font-size: 25px;
  130. font-family: FuturaRoundBold;
  131. background: white;
  132. margin: 15px 0 0 300px;
  133. border-radius: 10px;
  134. padding: 6px;
  135. }
  136. #button-prev {
  137. float: left;
  138. display: inline-flex;
  139. margin: 20px 0px 0 110px;
  140. text-decoration: none;
  141. position: relative;
  142. font-size: 12px;
  143. line-height: 15px;
  144. padding: 3px;
  145. color: #fefefe;
  146. text-transform: uppercase;
  147. font-family: FuturaRoundBold;
  148. background: #30b2f9;
  149. cursor: pointer;
  150. border-top-left-radius: 5px;
  151. border-bottom-right-radius: 5px;
  152. overflow: hidden;
  153. z-index: 1;;
  154. }
  155. #button-prev:hover,
  156. #button-prev:active,
  157. #button-prev:focus {
  158. color: white;
  159. }
  160. #button-prev:before {
  161. content: '';
  162. position: absolute;
  163. top: 0;
  164. right: -50px;
  165. bottom: 0;
  166. left: 0;
  167. border-right: 50px solid transparent;
  168. border-top: 50px solid #000;
  169. transition: transform 0.5s;
  170. transform: translateX(-100%);
  171. z-index: -1;
  172. }
  173. #button-prev:hover:before,
  174. #button-prev:active:before,
  175. #button-prev:focus:before {
  176. transform: translateX(0);
  177. }
  178. .content {
  179. background: whitesmoke;
  180. width: 930px;
  181. min-height: 1100px;
  182. margin: 20px 0 0 0;
  183. text-align: center;
  184. border-radius: 10px;
  185. box-shadow: gray 0px 0px 14px -5px;
  186. }
  187. .tooltip {
  188. position: relative;
  189. display: inline-block;
  190. border-bottom: 1px dotted black;
  191. cursor: help;
  192. }
  193. .tooltip .tooltiptext {
  194. visibility: hidden;
  195. width: 120px;
  196. top: 100%;
  197. left: 50%;
  198. font-size: 12px;
  199. background-color: black;
  200. color: #fff;
  201. text-align: center;
  202. padding: 5px;
  203. margin-left: -60px;
  204. border-radius: 6px;
  205. opacity: 0;
  206. transition: opacity 1s;
  207. position: absolute;
  208. z-index: 1;
  209. }
  210. .tooltip:hover .tooltiptext {
  211. visibility: visible;
  212. opacity: 1;
  213. }
  214. .tooltip .tooltiptext::after {
  215. content: " ";
  216. position: absolute;
  217. bottom: 100%;
  218. left: 50%;
  219. margin-left: -5px;
  220. border-width: 5px;
  221. border-style: solid;
  222. border-color: transparent transparent black transparent;
  223. cursor: help;
  224. }
  225. #content-header {
  226. text-align: center;
  227. font-family: FuturaRoundBold;
  228. padding: 5px;
  229. margin: 0px 335px 0 340px;
  230. background: #30b2f9;
  231. color: white;
  232. border-bottom-left-radius: 10px;
  233. border-bottom-right-radius: 10px;
  234. box-shadow: 0px 4px 4px -2px black
  235. }
  236. #content-text {
  237. margin: 5px 30px 20px 30px;
  238. text-align: left;
  239. font-family: AndikaRegular;
  240. font-size: 15px;
  241. }
  242. #paragraph-head {
  243. text-align: left;
  244. font-family: FuturaRoundBold;
  245. margin: 5px 0 0 30px;
  246. }
  247. .clear {
  248. clear:both;
  249. }
  250. footer {
  251. background: #30b2f9;
  252. width: 1150px;
  253. height: 40px;
  254. margin: 5% 0 0 0px;
  255. border-bottom-left-radius: 10px;
  256. border-bottom-right-radius: 10px;
  257. }
  258. #left-bottom-hyper {
  259. width: 66px;
  260. height: 25px;
  261. float: left;
  262. background: white;
  263. margin: 2px 0px 0px 35px;
  264. padding: 1px;
  265. border-radius: 5px;
  266. }
  267. #pict-notabug2 {
  268. float: left;
  269. width: 20px;
  270. height: 20px;
  271. border-radius: 5px;
  272. margin: 3px 10px 0 5px;
  273. cursor: pointer;
  274. }
  275. #pict-notabug2:hover {
  276. opacity: 0.5;
  277. }
  278. #pict-mail2 {
  279. margin: 2px 0px 0 -4px;
  280. float: left;
  281. width: 30px;
  282. height: 22px;
  283. border-radius: 5px;
  284. }
  285. #pict-mail2:hover {
  286. opacity: 0.5;
  287. }