uda.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182
  1. /*!
  2. Theme Name: udatinos
  3. Theme URI: http://underscores.me/
  4. Author: Salvatore Iaconesi
  5. Author URI: https://he-r.it
  6. Description: Udatinos project theme
  7. Version: 1.0.0
  8. License: GNU General Public License v2 or later
  9. License URI: LICENSE
  10. Text Domain: udatinos
  11. Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
  12. This theme, like WordPress, is licensed under the GPL.
  13. Use it to make something cool, have fun, and share what you've learned with others.
  14. udatinos is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
  15. Underscores is distributed under the terms of the GNU GPL v2 or later.
  16. Normalizing styles have been helped along thanks to the fine work of
  17. Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
  18. */
  19. /* UDATINOS */
  20. body,html{
  21. width:100%;
  22. min-height:100%;
  23. margin: 0px;
  24. padding: 0px;
  25. font: 22px Helvetica,sans-serif;
  26. background: #FFFFFF;
  27. color: #000000;
  28. }
  29. #mainoreto{
  30. position: fixed;
  31. top: 0px;
  32. left: 0px;
  33. z-index 10;
  34. width:100%;
  35. min-height:100%;
  36. margin: 0px;
  37. padding: 0px;
  38. background: url(Oreto.svg) transparent;
  39. background-repeat: no-repeat;
  40. background-attachment: fixed;
  41. background-position: 100% 0%;
  42. }
  43. #mainsub{
  44. position: fixed;
  45. top: 0px;
  46. left: 0px;
  47. z-index: -1;
  48. width:100%;
  49. min-height:100%;
  50. margin: 0px;
  51. padding: 0px;
  52. background: linear-gradient(153deg, #f10d38, #f10ded, #0d0df1, #0dccf1, #0df111, #f1f10d);
  53. background-size: 1200% 1200%;
  54. -webkit-animation: backgroundanimation 17s ease infinite;
  55. -moz-animation: backgroundanimation 17s ease infinite;
  56. animation: backgroundanimation 17s ease infinite;
  57. }
  58. .site-branding{
  59. text-align: center;
  60. }
  61. @-webkit-keyframes backgroundanimation {
  62. 0%{background-position:0% 50%}
  63. 50%{background-position:100% 50%}
  64. 100%{background-position:0% 50%}
  65. }
  66. @-moz-keyframes backgroundanimation {
  67. 0%{background-position:0% 50%}
  68. 50%{background-position:100% 50%}
  69. 100%{background-position:0% 50%}
  70. }
  71. @keyframes backgroundanimation {
  72. 0%{background-position:0% 50%}
  73. 50%{background-position:100% 50%}
  74. 100%{background-position:0% 50%}
  75. }
  76. #page{
  77. position: relative;
  78. z-index: 1;
  79. padding: 30px;
  80. margin: 0px;
  81. margin-top: 30px;
  82. }
  83. /*--------------------------------------------------------------
  84. >>> TABLE OF CONTENTS:
  85. ----------------------------------------------------------------
  86. # Normalize
  87. # Typography
  88. # Elements
  89. # Forms
  90. # Navigation
  91. ## Links
  92. ## Menus
  93. # Accessibility
  94. # Alignments
  95. # Clearings
  96. # Widgets
  97. # Content
  98. ## Posts and pages
  99. ## Comments
  100. # Infinite scroll
  101. # Media
  102. ## Captions
  103. ## Galleries
  104. --------------------------------------------------------------*/
  105. /*--------------------------------------------------------------
  106. # Normalize
  107. --------------------------------------------------------------*/
  108. /* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
  109. /* Document
  110. ========================================================================== */
  111. /**
  112. * 1. Correct the line height in all browsers.
  113. * 2. Prevent adjustments of font size after orientation changes in iOS.
  114. */
  115. html {
  116. line-height: 1.15; /* 1 */
  117. -webkit-text-size-adjust: 100%; /* 2 */
  118. }
  119. /* Sections
  120. ========================================================================== */
  121. /**
  122. * Remove the margin in all browsers.
  123. */
  124. body {
  125. margin: 0;
  126. }
  127. /**
  128. * Correct the font size and margin on `h1` elements within `section` and
  129. * `article` contexts in Chrome, Firefox, and Safari.
  130. */
  131. h1 {
  132. font-size: 4em;
  133. margin: 0.67em 0;
  134. }
  135. .entry-header h1{
  136. color: #FFFFFF;
  137. }
  138. /* Grouping content
  139. ========================================================================== */
  140. /**
  141. * 1. Add the correct box sizing in Firefox.
  142. * 2. Show the overflow in Edge and IE.
  143. */
  144. hr {
  145. box-sizing: content-box; /* 1 */
  146. height: 0; /* 1 */
  147. overflow: visible; /* 2 */
  148. }
  149. /**
  150. * 1. Correct the inheritance and scaling of font size in all browsers.
  151. * 2. Correct the odd `em` font sizing in all browsers.
  152. */
  153. pre {
  154. font-family: monospace, monospace; /* 1 */
  155. font-size: 1em; /* 2 */
  156. }
  157. /* Text-level semantics
  158. ========================================================================== */
  159. /**
  160. * Remove the gray background on active links in IE 10.
  161. */
  162. a {
  163. background-color: transparent;
  164. }
  165. /**
  166. * 1. Remove the bottom border in Chrome 57-
  167. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  168. */
  169. abbr[title] {
  170. border-bottom: none; /* 1 */
  171. text-decoration: underline; /* 2 */
  172. text-decoration: underline dotted; /* 2 */
  173. }
  174. /**
  175. * Add the correct font weight in Chrome, Edge, and Safari.
  176. */
  177. b,
  178. strong {
  179. font-weight: bolder;
  180. }
  181. /**
  182. * 1. Correct the inheritance and scaling of font size in all browsers.
  183. * 2. Correct the odd `em` font sizing in all browsers.
  184. */
  185. code,
  186. kbd,
  187. samp {
  188. font-family: monospace, monospace; /* 1 */
  189. font-size: 1em; /* 2 */
  190. }
  191. /**
  192. * Add the correct font size in all browsers.
  193. */
  194. small {
  195. font-size: 80%;
  196. }
  197. /**
  198. * Prevent `sub` and `sup` elements from affecting the line height in
  199. * all browsers.
  200. */
  201. sub,
  202. sup {
  203. font-size: 75%;
  204. line-height: 0;
  205. position: relative;
  206. vertical-align: baseline;
  207. }
  208. sub {
  209. bottom: -0.25em;
  210. }
  211. sup {
  212. top: -0.5em;
  213. }
  214. /* Embedded content
  215. ========================================================================== */
  216. /**
  217. * Remove the border on images inside links in IE 10.
  218. */
  219. img {
  220. border-style: none;
  221. }
  222. /* Forms
  223. ========================================================================== */
  224. /**
  225. * 1. Change the font styles in all browsers.
  226. * 2. Remove the margin in Firefox and Safari.
  227. */
  228. button,
  229. input,
  230. optgroup,
  231. select,
  232. textarea {
  233. font-family: inherit; /* 1 */
  234. font-size: 100%; /* 1 */
  235. line-height: 1.15; /* 1 */
  236. margin: 0; /* 2 */
  237. }
  238. /**
  239. * Show the overflow in IE.
  240. * 1. Show the overflow in Edge.
  241. */
  242. button,
  243. input { /* 1 */
  244. overflow: visible;
  245. }
  246. /**
  247. * Remove the inheritance of text transform in Edge, Firefox, and IE.
  248. * 1. Remove the inheritance of text transform in Firefox.
  249. */
  250. button,
  251. select { /* 1 */
  252. text-transform: none;
  253. }
  254. /**
  255. * Correct the inability to style clickable types in iOS and Safari.
  256. */
  257. button,
  258. [type="button"],
  259. [type="reset"],
  260. [type="submit"] {
  261. -webkit-appearance: button;
  262. }
  263. /**
  264. * Remove the inner border and padding in Firefox.
  265. */
  266. button::-moz-focus-inner,
  267. [type="button"]::-moz-focus-inner,
  268. [type="reset"]::-moz-focus-inner,
  269. [type="submit"]::-moz-focus-inner {
  270. border-style: none;
  271. padding: 0;
  272. }
  273. /**
  274. * Restore the focus styles unset by the previous rule.
  275. */
  276. button:-moz-focusring,
  277. [type="button"]:-moz-focusring,
  278. [type="reset"]:-moz-focusring,
  279. [type="submit"]:-moz-focusring {
  280. outline: 1px dotted ButtonText;
  281. }
  282. /**
  283. * Correct the padding in Firefox.
  284. */
  285. fieldset {
  286. padding: 0.35em 0.75em 0.625em;
  287. }
  288. /**
  289. * 1. Correct the text wrapping in Edge and IE.
  290. * 2. Correct the color inheritance from `fieldset` elements in IE.
  291. * 3. Remove the padding so developers are not caught out when they zero out
  292. * `fieldset` elements in all browsers.
  293. */
  294. legend {
  295. box-sizing: border-box; /* 1 */
  296. color: inherit; /* 2 */
  297. display: table; /* 1 */
  298. max-width: 100%; /* 1 */
  299. padding: 0; /* 3 */
  300. white-space: normal; /* 1 */
  301. }
  302. /**
  303. * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  304. */
  305. progress {
  306. vertical-align: baseline;
  307. }
  308. /**
  309. * Remove the default vertical scrollbar in IE 10+.
  310. */
  311. textarea {
  312. overflow: auto;
  313. }
  314. /**
  315. * 1. Add the correct box sizing in IE 10.
  316. * 2. Remove the padding in IE 10.
  317. */
  318. [type="checkbox"],
  319. [type="radio"] {
  320. box-sizing: border-box; /* 1 */
  321. padding: 0; /* 2 */
  322. }
  323. /**
  324. * Correct the cursor style of increment and decrement buttons in Chrome.
  325. */
  326. [type="number"]::-webkit-inner-spin-button,
  327. [type="number"]::-webkit-outer-spin-button {
  328. height: auto;
  329. }
  330. /**
  331. * 1. Correct the odd appearance in Chrome and Safari.
  332. * 2. Correct the outline style in Safari.
  333. */
  334. [type="search"] {
  335. -webkit-appearance: textfield; /* 1 */
  336. outline-offset: -2px; /* 2 */
  337. }
  338. /**
  339. * Remove the inner padding in Chrome and Safari on macOS.
  340. */
  341. [type="search"]::-webkit-search-decoration {
  342. -webkit-appearance: none;
  343. }
  344. /**
  345. * 1. Correct the inability to style clickable types in iOS and Safari.
  346. * 2. Change font properties to `inherit` in Safari.
  347. */
  348. ::-webkit-file-upload-button {
  349. -webkit-appearance: button; /* 1 */
  350. font: inherit; /* 2 */
  351. }
  352. /* Interactive
  353. ========================================================================== */
  354. /*
  355. * Add the correct display in Edge, IE 10+, and Firefox.
  356. */
  357. details {
  358. display: block;
  359. }
  360. /*
  361. * Add the correct display in all browsers.
  362. */
  363. summary {
  364. display: list-item;
  365. }
  366. /* Misc
  367. ========================================================================== */
  368. /**
  369. * Add the correct display in IE 10+.
  370. */
  371. template {
  372. display: none;
  373. }
  374. /**
  375. * Add the correct display in IE 10.
  376. */
  377. [hidden] {
  378. display: none;
  379. }
  380. /*--------------------------------------------------------------
  381. # Typography
  382. --------------------------------------------------------------*/
  383. body,
  384. button,
  385. input,
  386. select,
  387. optgroup,
  388. textarea {
  389. color: #404040;
  390. font-family: 'Cousine', sans-serif;
  391. font-size: 18px;
  392. font-size: 1rem;
  393. line-height: 1.5;
  394. }
  395. h1, h2, h3, h4, h5, h6 {
  396. font-family: 'Cousine', sans-serif;
  397. font-weight: 700;
  398. clear: both;
  399. }
  400. p {
  401. font-family: 'Cousine', sans-serif;
  402. margin-bottom: 1.5em;
  403. color: #FFFFFF;
  404. }
  405. dfn, cite, em, i {
  406. font-style: italic;
  407. }
  408. blockquote {
  409. margin: 0 1.5em;
  410. }
  411. address {
  412. margin: 0 0 1.5em;
  413. }
  414. pre {
  415. background: #eee;
  416. font-family: "Courier 10 Pitch", Courier, monospace;
  417. font-size: 15px;
  418. font-size: 0.9375rem;
  419. line-height: 1.6;
  420. margin-bottom: 1.6em;
  421. max-width: 100%;
  422. overflow: auto;
  423. padding: 1.6em;
  424. }
  425. code, kbd, tt, var {
  426. font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  427. font-size: 15px;
  428. font-size: 0.9375rem;
  429. }
  430. abbr, acronym {
  431. border-bottom: 1px dotted #666;
  432. cursor: help;
  433. }
  434. mark, ins {
  435. background: #fff9c0;
  436. text-decoration: none;
  437. }
  438. big {
  439. font-size: 125%;
  440. }
  441. /*--------------------------------------------------------------
  442. # Elements
  443. --------------------------------------------------------------*/
  444. html {
  445. box-sizing: border-box;
  446. }
  447. *,
  448. *:before,
  449. *:after {
  450. /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  451. box-sizing: inherit;
  452. }
  453. body {
  454. background: #fff;
  455. /* Fallback for when there is no custom background color defined. */
  456. }
  457. hr {
  458. background-color: #ccc;
  459. border: 0;
  460. height: 1px;
  461. margin-bottom: 1.5em;
  462. }
  463. ul, ol {
  464. margin: 0 0 1.5em 3em;
  465. }
  466. ul {
  467. list-style: disc;
  468. }
  469. ol {
  470. list-style: decimal;
  471. }
  472. li > ul,
  473. li > ol {
  474. margin-bottom: 0;
  475. margin-left: 1.5em;
  476. }
  477. dt {
  478. font-weight: bold;
  479. }
  480. dd {
  481. margin: 0 1.5em 1.5em;
  482. }
  483. img {
  484. height: auto;
  485. /* Make sure images are scaled correctly. */
  486. max-width: 100%;
  487. /* Adhere to container width. */
  488. }
  489. figure {
  490. margin: 1em 0;
  491. /* Extra wide images within figure tags don't overflow the content area. */
  492. }
  493. table {
  494. margin: 0 0 1.5em;
  495. width: 100%;
  496. }
  497. /*--------------------------------------------------------------
  498. # Forms
  499. --------------------------------------------------------------*/
  500. button,
  501. input[type="button"],
  502. input[type="reset"],
  503. input[type="submit"] {
  504. border: 1px solid;
  505. border-color: #ccc #ccc #bbb;
  506. border-radius: 3px;
  507. background: #e6e6e6;
  508. color: rgba(0, 0, 0, 0.8);
  509. font-size: 12px;
  510. font-size: 0.75rem;
  511. line-height: 1;
  512. padding: .6em 1em .4em;
  513. }
  514. button:hover,
  515. input[type="button"]:hover,
  516. input[type="reset"]:hover,
  517. input[type="submit"]:hover {
  518. border-color: #ccc #bbb #aaa;
  519. }
  520. button:active, button:focus,
  521. input[type="button"]:active,
  522. input[type="button"]:focus,
  523. input[type="reset"]:active,
  524. input[type="reset"]:focus,
  525. input[type="submit"]:active,
  526. input[type="submit"]:focus {
  527. border-color: #aaa #bbb #bbb;
  528. }
  529. input[type="text"],
  530. input[type="email"],
  531. input[type="url"],
  532. input[type="password"],
  533. input[type="search"],
  534. input[type="number"],
  535. input[type="tel"],
  536. input[type="range"],
  537. input[type="date"],
  538. input[type="month"],
  539. input[type="week"],
  540. input[type="time"],
  541. input[type="datetime"],
  542. input[type="datetime-local"],
  543. input[type="color"],
  544. textarea {
  545. color: #666;
  546. border: 1px solid #ccc;
  547. border-radius: 3px;
  548. padding: 3px;
  549. }
  550. input[type="text"]:focus,
  551. input[type="email"]:focus,
  552. input[type="url"]:focus,
  553. input[type="password"]:focus,
  554. input[type="search"]:focus,
  555. input[type="number"]:focus,
  556. input[type="tel"]:focus,
  557. input[type="range"]:focus,
  558. input[type="date"]:focus,
  559. input[type="month"]:focus,
  560. input[type="week"]:focus,
  561. input[type="time"]:focus,
  562. input[type="datetime"]:focus,
  563. input[type="datetime-local"]:focus,
  564. input[type="color"]:focus,
  565. textarea:focus {
  566. color: #111;
  567. }
  568. select {
  569. border: 1px solid #ccc;
  570. }
  571. textarea {
  572. width: 100%;
  573. }
  574. /*--------------------------------------------------------------
  575. # Navigation
  576. --------------------------------------------------------------*/
  577. /*--------------------------------------------------------------
  578. ## Links
  579. --------------------------------------------------------------*/
  580. .entry-content a {
  581. color: #FFFFFF;
  582. padding: 5px;
  583. }
  584. .entry-content a:visited {
  585. color: #FFFF00;
  586. }
  587. .entry-content a:hover, a:focus, a:active {
  588. color: #FFFFFF;
  589. background: #000000;
  590. }
  591. .entry-content a:focus {
  592. outline: thin dotted;
  593. }
  594. .entry-content a:hover, a:active {
  595. outline: 0;
  596. }
  597. /*--------------------------------------------------------------
  598. ## Menus
  599. --------------------------------------------------------------*/
  600. #hamburgerbox{
  601. clear: both;
  602. display: block;
  603. position: fixed;
  604. z-index: 999;
  605. top: 0px;
  606. left: 0px;
  607. }
  608. .main-navigation {
  609. display: none;
  610. position: fixed;
  611. z-index: 800;
  612. width: 100%;
  613. height: 100%;
  614. background: #FF00FF;
  615. top: 0px;
  616. left: 0px;
  617. }
  618. .main-navigation ul {
  619. display: none;
  620. list-style: none;
  621. margin: 0;
  622. padding-left: 0;
  623. }
  624. .main-navigation ul ul {
  625. box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  626. float: left;
  627. position: absolute;
  628. top: 100%;
  629. left: -999em;
  630. z-index: 99999;
  631. }
  632. .main-navigation ul ul ul {
  633. left: -999em;
  634. top: 0;
  635. }
  636. .main-navigation ul ul li:hover > ul,
  637. .main-navigation ul ul li.focus > ul {
  638. left: 100%;
  639. }
  640. .main-navigation ul ul a {
  641. width: 200px;
  642. }
  643. .main-navigation ul li:hover > ul,
  644. .main-navigation ul li.focus > ul {
  645. left: auto;
  646. }
  647. #primary-menu{
  648. margin-top: 70px;
  649. }
  650. .main-navigation li {
  651. position: relative;
  652. margin: 20px;
  653. text-align: center;
  654. }
  655. .main-navigation a, .main-navigation a:visited {
  656. display: block;
  657. text-decoration: none;
  658. padding: 10px;
  659. background: transparent;
  660. color: #FFFFFF;
  661. font-size: 0.8rem;
  662. }
  663. .main-navigation a:hover{
  664. background: #000000;
  665. }
  666. /* Small menu. */
  667. .menu-toggle,
  668. .main-navigation.toggled ul {
  669. display: block;
  670. }
  671. @media screen and (min-width: 37.5em) {
  672. .menu-toggle {
  673. display: none;
  674. }
  675. .main-navigation ul {
  676. display: block;
  677. }
  678. }
  679. .site-main .comment-navigation, .site-main
  680. .posts-navigation, .site-main
  681. .post-navigation {
  682. margin: 0 0 1.5em;
  683. overflow: hidden;
  684. }
  685. .comment-navigation .nav-previous,
  686. .posts-navigation .nav-previous,
  687. .post-navigation .nav-previous {
  688. float: left;
  689. width: 50%;
  690. }
  691. .comment-navigation .nav-next,
  692. .posts-navigation .nav-next,
  693. .post-navigation .nav-next {
  694. float: right;
  695. text-align: right;
  696. width: 50%;
  697. }
  698. /*--------------------------------------------------------------
  699. # Accessibility
  700. --------------------------------------------------------------*/
  701. /* Text meant only for screen readers. */
  702. .screen-reader-text {
  703. border: 0;
  704. clip: rect(1px, 1px, 1px, 1px);
  705. clip-path: inset(50%);
  706. height: 1px;
  707. margin: -1px;
  708. overflow: hidden;
  709. padding: 0;
  710. position: absolute !important;
  711. width: 1px;
  712. word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  713. }
  714. .screen-reader-text:focus {
  715. background-color: #f1f1f1;
  716. border-radius: 3px;
  717. box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  718. clip: auto !important;
  719. clip-path: none;
  720. color: #21759b;
  721. display: block;
  722. font-size: 14px;
  723. font-size: 0.875rem;
  724. font-weight: bold;
  725. height: auto;
  726. left: 5px;
  727. line-height: normal;
  728. padding: 15px 23px 14px;
  729. text-decoration: none;
  730. top: 5px;
  731. width: auto;
  732. z-index: 100000;
  733. /* Above WP toolbar. */
  734. }
  735. /* Do not show the outline on the skip link target. */
  736. #content[tabindex="-1"]:focus {
  737. outline: 0;
  738. }
  739. /*--------------------------------------------------------------
  740. # Alignments
  741. --------------------------------------------------------------*/
  742. .alignleft {
  743. display: inline;
  744. float: left;
  745. margin-right: 1.5em;
  746. }
  747. .alignright {
  748. display: inline;
  749. float: right;
  750. margin-left: 1.5em;
  751. }
  752. .aligncenter {
  753. clear: both;
  754. display: block;
  755. margin-left: auto;
  756. margin-right: auto;
  757. }
  758. /*--------------------------------------------------------------
  759. # Clearings
  760. --------------------------------------------------------------*/
  761. .clear:before,
  762. .clear:after,
  763. .entry-content:before,
  764. .entry-content:after,
  765. .comment-content:before,
  766. .comment-content:after,
  767. .site-header:before,
  768. .site-header:after,
  769. .site-content:before,
  770. .site-content:after,
  771. .site-footer:before,
  772. .site-footer:after {
  773. content: "";
  774. display: table;
  775. table-layout: fixed;
  776. }
  777. .clear:after,
  778. .entry-content:after,
  779. .comment-content:after,
  780. .site-header:after,
  781. .site-content:after,
  782. .site-footer:after {
  783. clear: both;
  784. }
  785. /*--------------------------------------------------------------
  786. # Widgets
  787. --------------------------------------------------------------*/
  788. .widget {
  789. margin: 0 0 1.5em;
  790. /* Make sure select elements fit in widgets. */
  791. }
  792. .widget select {
  793. max-width: 100%;
  794. }
  795. /*--------------------------------------------------------------
  796. # Content
  797. --------------------------------------------------------------*/
  798. /*--------------------------------------------------------------
  799. ## Posts and pages
  800. --------------------------------------------------------------*/
  801. .sticky {
  802. display: block;
  803. }
  804. .post,
  805. .page {
  806. margin: 0 0 1.5em;
  807. }
  808. .updated:not(.published) {
  809. display: none;
  810. }
  811. .page-content,
  812. .entry-content,
  813. .entry-summary {
  814. margin: 1.5em 0 0;
  815. max-width: 800px;
  816. }
  817. .page-links {
  818. clear: both;
  819. margin: 0 0 1.5em;
  820. }
  821. /*--------------------------------------------------------------
  822. ## Comments
  823. --------------------------------------------------------------*/
  824. .comment-content a {
  825. word-wrap: break-word;
  826. }
  827. .bypostauthor {
  828. display: block;
  829. }
  830. /*--------------------------------------------------------------
  831. # Infinite scroll
  832. --------------------------------------------------------------*/
  833. /* Globally hidden elements when Infinite Scroll is supported and in use. */
  834. .infinite-scroll .posts-navigation,
  835. .infinite-scroll.neverending .site-footer {
  836. /* Theme Footer (when set to scrolling) */
  837. display: none;
  838. }
  839. /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
  840. .infinity-end.neverending .site-footer {
  841. display: block;
  842. }
  843. /*--------------------------------------------------------------
  844. # Media
  845. --------------------------------------------------------------*/
  846. .page-content .wp-smiley,
  847. .entry-content .wp-smiley,
  848. .comment-content .wp-smiley {
  849. border: none;
  850. margin-bottom: 0;
  851. margin-top: 0;
  852. padding: 0;
  853. }
  854. /* Make sure embeds and iframes fit their containers. */
  855. embed,
  856. iframe,
  857. object {
  858. max-width: 100%;
  859. }
  860. /* Make sure logo link wraps around logo image. */
  861. .custom-logo-link {
  862. display: inline-block;
  863. }
  864. /*--------------------------------------------------------------
  865. ## Captions
  866. --------------------------------------------------------------*/
  867. .wp-caption {
  868. margin-bottom: 1.5em;
  869. max-width: 100%;
  870. }
  871. .wp-caption img[class*="wp-image-"] {
  872. display: block;
  873. margin-left: auto;
  874. margin-right: auto;
  875. }
  876. .wp-caption .wp-caption-text {
  877. margin: 0.8075em 0;
  878. }
  879. .wp-caption-text {
  880. text-align: center;
  881. }
  882. /*--------------------------------------------------------------
  883. ## Galleries
  884. --------------------------------------------------------------*/
  885. .gallery {
  886. margin-bottom: 1.5em;
  887. }
  888. .gallery-item {
  889. display: inline-block;
  890. text-align: center;
  891. vertical-align: top;
  892. width: 100%;
  893. }
  894. .gallery-columns-2 .gallery-item {
  895. max-width: 50%;
  896. }
  897. .gallery-columns-3 .gallery-item {
  898. max-width: 33.33%;
  899. }
  900. .gallery-columns-4 .gallery-item {
  901. max-width: 25%;
  902. }
  903. .gallery-columns-5 .gallery-item {
  904. max-width: 20%;
  905. }
  906. .gallery-columns-6 .gallery-item {
  907. max-width: 16.66%;
  908. }
  909. .gallery-columns-7 .gallery-item {
  910. max-width: 14.28%;
  911. }
  912. .gallery-columns-8 .gallery-item {
  913. max-width: 12.5%;
  914. }
  915. .gallery-columns-9 .gallery-item {
  916. max-width: 11.11%;
  917. }
  918. .gallery-caption {
  919. display: block;
  920. }
  921. li{
  922. margin-top: 20px;
  923. }
  924. .poimio{
  925. visibility: hidden;
  926. display: none;
  927. }
  928. .dialog-window {
  929. height: 95%;
  930. border: 0px black solid;
  931. }
  932. .scrollable-content {
  933. height: 500px;
  934. overflow: auto;
  935. background-color: white;
  936. }
  937. .mvideo {
  938. width: 500px;
  939. height: 300px;
  940. }
  941. /* Style the video: 100% width and height to cover the entire window */
  942. #myVideo {
  943. position: fixed;
  944. right: 0;
  945. bottom: 0;
  946. min-width: 100%;
  947. min-height: 100%;
  948. z-index: 200;
  949. }
  950. /* Add some content at the bottom of the video/page */
  951. .myVideoOverlapping {
  952. position: fixed;
  953. bottom: 0;
  954. background: rgba(0, 0, 0, 0.5);
  955. color: #f1f1f1;
  956. width: 100%;
  957. padding: 20px;
  958. z-index: 800;
  959. }
  960. .cat{
  961. z-index: 805;
  962. }
  963. .cat_FI{
  964. position: absolute;
  965. top: 10px;
  966. left: 10px;
  967. }
  968. .cat_FL{
  969. position: absolute;
  970. top: 85px;
  971. left: 10px;
  972. }
  973. .cat_FA{
  974. position: absolute;
  975. top: 160px;
  976. left: 10px;
  977. }
  978. .cat_UD{
  979. position: absolute;
  980. top: 235px;
  981. left: 10px;
  982. }
  983. .cat_OFF{
  984. opacity: 0.5;
  985. }