gnulinux.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  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. .sidebar {
  137. background: #30b2f9;
  138. width: 160px;
  139. height: 245px;
  140. float: left;
  141. margin: 20px 0 0 0;
  142. border-top-right-radius: 10px;
  143. border-bottom-right-radius: 10px;
  144. }
  145. .lists {
  146. list-style: none;
  147. padding: 0;
  148. }
  149. .lists li {
  150. font-family: FuturaRoundBold;
  151. padding: 5px 3px;
  152. margin: 15px 20px 0 20px;
  153. border-left: 3px solid #30b2f9;
  154. border-top-left-radius: 5px;
  155. border-bottom-left-radius: 5px;
  156. font-size: 13px;
  157. letter-spacing: 0px;
  158. transition: 0.2s all linear;
  159. }
  160. .lists li:nth-child(1){border-color: black; background: white; border-radius: 8px;}
  161. .lists li:nth-child(2){border-color: black; background: white; border-radius: 8px;}
  162. .lists li:nth-child(3){border-color: black; background: white; border-radius: 8px;}
  163. .lists li:nth-child(4){border-color: black; background: white; border-radius: 8px;}
  164. .lists li:nth-child(5){border-color: black; background: white; border-radius: 8px;}
  165. .lists li:nth-child(6){border-color: black; background: white; border-radius: 8px;}
  166. .lists li:hover {border-left: 1px solid transparent;
  167. }
  168. /* линия для sidebar */
  169. hr#custom-hr,
  170. hr#custom-hr:before,
  171. hr#custom-hr:after {
  172. content: "";
  173. background: #BFE2FF;
  174. display: block;
  175. height: 5px;
  176. width: 5px;
  177. position: absolute;
  178. border-radius: 100%;
  179. animation: anim-hr 6s cubic-bezier(.83, -0.57, .22, 1.56) infinite;
  180. border: 0;
  181. overflow: visible;
  182. }
  183. hr#custom-hr:before {
  184. left: -32px;
  185. }
  186. hr#custom-hr:after {
  187. left: 32px;
  188. }
  189. hr#custom-hr {
  190. position: relative;
  191. margin: 5px 0 0 5px;
  192. }
  193. @keyframes anim-hr {
  194. 0% {
  195. background: #000;
  196. }
  197. 50% {
  198. background: #CEAF8B;
  199. }
  200. 100% {
  201. background: #BFE2FF;
  202. }
  203. }
  204. #sidebar-text-head {
  205. font-size: 20px;
  206. font-family: FuturaRoundBold;
  207. margin: 10px 12px 0 10px;
  208. text-align: center;
  209. background: white;
  210. border-radius: 10px;
  211. padding-top: 5px;
  212. padding-bottom: 5px;
  213. }
  214. .content {
  215. background: whitesmoke;
  216. width: 930px;
  217. min-height: 1500px;
  218. float: right;
  219. margin: 20px 40px 0 0;
  220. text-align: center;
  221. border-radius: 10px;
  222. box-shadow: gray 0px 0px 14px -5px;
  223. }
  224. .tooltip {
  225. position: relative;
  226. display: inline-block;
  227. border-bottom: 2px dotted black;
  228. cursor: help;
  229. }
  230. .tooltip .tooltiptext {
  231. visibility: hidden;
  232. width: 120px;
  233. top: 100%;
  234. left: 50%;
  235. font-size: 12px;
  236. background-color: black;
  237. color: #fff;
  238. text-align: center;
  239. padding: 5px;
  240. margin-left: -60px;
  241. border-radius: 6px;
  242. opacity: 0;
  243. transition: opacity 1s;
  244. position: absolute;
  245. z-index: 1;
  246. }
  247. .tooltip:hover .tooltiptext {
  248. visibility: visible;
  249. opacity: 1;
  250. }
  251. .tooltip .tooltiptext::after {
  252. content: " ";
  253. position: absolute;
  254. bottom: 100%;
  255. left: 50%;
  256. margin-left: -5px;
  257. border-width: 5px;
  258. border-style: solid;
  259. border-color: transparent transparent black transparent;
  260. cursor: help;
  261. }
  262. #content-header {
  263. text-align: center;
  264. font-family: FuturaRoundBold;
  265. padding: 5px;
  266. margin: 0px 350px 0 350px;
  267. background: #30b2f9;
  268. color: white;
  269. border-bottom-left-radius: 10px;
  270. border-bottom-right-radius: 10px;
  271. box-shadow: 0px 4px 4px -2px black
  272. }
  273. #content-text {
  274. margin: 5px 30px 20px 30px;
  275. text-align: left;
  276. font-family: AndikaRegular;
  277. font-size: 15px;
  278. }
  279. #paragraph-head {
  280. text-align: left;
  281. font-family: FuturaRoundBold;
  282. margin: 5px 0 0 30px;
  283. }
  284. .clear {
  285. clear:both;
  286. }
  287. footer {
  288. background: #30b2f9;
  289. width: 1150px;
  290. height: 40px;
  291. margin: 5% 0 0 0px;
  292. border-bottom-left-radius: 10px;
  293. border-bottom-right-radius: 10px;
  294. }
  295. #left-bottom-hyper {
  296. width: 66px;
  297. height: 25px;
  298. float: left;
  299. background: white;
  300. margin: 2px 0px 0px 35px;
  301. padding: 1px;
  302. border-radius: 5px;
  303. }
  304. #pict-notabug2 {
  305. float: left;
  306. width: 20px;
  307. height: 20px;
  308. border-radius: 5px;
  309. margin: 3px 10px 0 5px;
  310. cursor: pointer;
  311. }
  312. #pict-notabug2:hover {
  313. opacity: 0.5;
  314. }
  315. #pict-mail2 {
  316. margin: 2px 0px 0 -4px;
  317. float: left;
  318. width: 30px;
  319. height: 22px;
  320. border-radius: 5px;
  321. }
  322. #pict-mail2:hover {
  323. opacity: 0.5;
  324. }