Guest User

Untitled

a guest
Oct 17th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 22.92 KB | None | 0 0
  1. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
  2.     border: 0 none;
  3.     font-family: inherit;
  4.     font-size: 100%;
  5.     font-style: inherit;
  6.     font-weight: inherit;
  7.     margin: 0;
  8.     outline: 0 none;
  9.     padding: 0;
  10. }
  11. :focus {
  12.     outline: 0 none;
  13. }
  14. body {
  15.     line-height: 1.4em;
  16. }
  17. table {
  18.     border-collapse: collapse;
  19.     border-spacing: 0;
  20.     margin: 0;
  21.     padding: 0;
  22.     table-layout: auto;
  23. }
  24. caption, th, td {
  25.     font-weight: normal;
  26.     text-align: left;
  27. }
  28. blockquote:before, blockquote:after, q:before, q:after {
  29.     content: "";
  30. }
  31. h2, h3, h4 {
  32.     font-weight: bold;
  33.     line-height: 1.6em;
  34.     text-align: left;
  35. }
  36. h2 {
  37.     font-size: 1.45em;
  38.     margin: 0.6em 0 0.3em;
  39. }
  40. h3 {
  41.     font-size: 1.25em;
  42.     margin: 0.3em 0;
  43. }
  44. h4 {
  45.     font-size: 1.1em;
  46.     margin: 0.3em 0;
  47. }
  48. strong {
  49.     font-weight: bold;
  50. }
  51. a {
  52.     border-bottom-width: 1px;
  53.     text-decoration: none;
  54. }
  55. p {
  56.     margin-top: 1em;
  57. }
  58. em {
  59.     font-style: italic;
  60. }
  61. td, th {
  62.     padding: 0.2em 0.4em;
  63. }
  64. th {
  65.     font-weight: bold;
  66.     text-align: left;
  67. }
  68. th.top {
  69.     vertical-align: top;
  70. }
  71. hr {
  72.     background-color: #C0C0C0;
  73.     border: 0 none;
  74.     clear: both;
  75.     color: #C0C0C0;
  76.     height: 1px;
  77.     margin: 1.5em 0;
  78. }
  79. ul {
  80.     list-style: circle outside none;
  81.     margin: 1ex 2em;
  82. }
  83. ol {
  84.     list-style: decimal outside none;
  85.     margin: 1ex 2em;
  86. }
  87. img {
  88.     border: 0 none;
  89.     vertical-align: middle;
  90. }
  91. img.left {
  92.     float: left;
  93.     margin: 0.5em 0.8em 0.5em 0;
  94. }
  95. img.right {
  96.     float: right;
  97.     margin: 0.5em 0 0.5em 0.8em;
  98. }
  99. img.center {
  100.     display: block;
  101.     margin: 0.5em auto;
  102.     text-align: center;
  103. }
  104. .invisible {
  105.     visibility: hidden !important;
  106. }
  107. #canvas {
  108.     position: relative;
  109. }
  110. #canvasInner {
  111.     position: relative;
  112.     text-align: left;
  113. }
  114. #header {
  115.     position: relative;
  116.     width: 100%;
  117. }
  118. #headerContent h1 {
  119.     overflow: hidden;
  120.     position: relative;
  121. }
  122. #optionalHeader, #optionalFooter, #optionalMenu {
  123.     line-height: 115%;
  124. }
  125. #breadcrumbs {
  126.     overflow: hidden;
  127.     text-indent: 10px;
  128. }
  129. #column {
  130.     overflow: hidden;
  131.     position: relative;
  132. }
  133. #columnInner {
  134.     margin: 0;
  135.     overflow: hidden;
  136. }
  137. #menu, #menuInner {
  138.     overflow: hidden;
  139. }
  140. #page {
  141.     clear: both;
  142.     position: relative;
  143.     width: 100%;
  144. }
  145. #pageInner {
  146.     position: relative;
  147. }
  148. #motto {
  149.     line-height: inherit !important;
  150. }
  151. #mottoTable {
  152.     display: table;
  153.     height: 100%;
  154.     overflow: hidden;
  155.     padding: 0;
  156.     width: 100%;
  157. }
  158. #mottoInner {
  159.     display: table-cell;
  160.     vertical-align: middle;
  161. }
  162. #column #motto {
  163.     padding: 1em 0.5em;
  164. }
  165. #motto p {
  166.     margin: 0;
  167. }
  168. #main {
  169.     overflow: hidden;
  170.     position: relative;
  171.     width: 100%;
  172. }
  173. #mainInner {
  174.     padding: 3% 2%;
  175. }
  176. #footer {
  177.     clear: both;
  178.     overflow: hidden;
  179. }
  180. #footerContent p {
  181.     margin: 0 1em;
  182.     white-space: nowrap;
  183. }
  184. form {
  185.     margin: 1ex 0;
  186. }
  187. input.textField {
  188.     color: #000000;
  189.     display: block;
  190.     margin: 0.2em 0;
  191.     width: 16em;
  192. }
  193. select.textField {
  194.     color: #000000;
  195.     display: block;
  196.     margin: 0.2em 0.2em 0.2em 0;
  197. }
  198. textarea {
  199.     color: #000000;
  200.     display: block;
  201.     margin: 0.2em 0;
  202. }
  203. #sendMail textarea, #sendMail input#name {
  204.     width: 95%;
  205. }
  206. .required {
  207.     color: #FF0000;
  208. }
  209. button {
  210.     cursor: pointer;
  211.     margin: 0.2em 0;
  212. }
  213. input#name, input#authorName {
  214.     margin: 0.2em 0;
  215. }
  216. input.submit {
  217.     margin: 0.2em 0;
  218. }
  219. #ublog_DiscussForm {
  220.     padding: 0 1ex;
  221. }
  222. #ublog_DiscussForm th {
  223.     text-align: right;
  224. }
  225. #ublog_DiscussForm div.buttonWrap {
  226.     display: inline;
  227. }
  228. div#emoticonList a:hover {
  229.     background: none repeat scroll 0 0 transparent !important;
  230. }
  231. div.bubbleError {
  232.     color: #333333;
  233.     display: block;
  234.     font-family: sans-serif;
  235.     opacity: 0.95;
  236.     padding-bottom: 15px;
  237.     position: absolute;
  238.     width: 249px;
  239.     z-index: 99999;
  240. }
  241. .bubbleError span {
  242.     display: block;
  243.     text-align: left;
  244. }
  245. .bubbleError .topSpan {
  246.     background: url("bubbleError.gif") no-repeat scroll left top transparent;
  247.     display: block;
  248.     padding: 5px 35px 0 10px;
  249. }
  250. .bubbleError a.control {
  251.     background: url("closeButton.gif") no-repeat scroll left top transparent;
  252.     border: 0 none;
  253.     color: #FF0000;
  254.     display: block;
  255.     font-size: 0 !important;
  256.     height: 20px;
  257.     line-height: 0;
  258.     position: absolute;
  259.     right: 3px;
  260.     text-decoration: none;
  261.     top: 3px;
  262.     width: 20px;
  263. }
  264. .bubbleError a.control:hover {
  265.     background: url("closeButton.gif") no-repeat scroll -20px top transparent;
  266.     text-decoration: none;
  267. }
  268. .bubbleError .bottomSpan {
  269.     background: url("bubbleError.gif") no-repeat scroll left bottom transparent;
  270.     bottom: 0;
  271.     display: block;
  272.     font-size: 0;
  273.     height: 15px;
  274.     left: 0;
  275.     line-height: 0;
  276.     position: absolute;
  277.     width: 260px;
  278. }
  279. div#queryError {
  280.     display: inline;
  281. }
  282. div#searchWrap {
  283.     font-size: 85%;
  284. }
  285. div#searchWrap span.xSmall {
  286.     display: block;
  287.     margin: 0 10px;
  288. }
  289. div#searchWrap a {
  290.     line-height: 20px;
  291. }
  292. div#searchWrap img {
  293.     vertical-align: middle;
  294. }
  295. #searchWrap input {
  296.     display: inline;
  297. }
  298. #searchWrap .buttonWrap {
  299.     display: inline;
  300. }
  301. #searchWrap #searchButton {
  302.     display: inline;
  303.     font-size: 10px;
  304.     margin: 0;
  305.     width: 33%;
  306. }
  307. input#query {
  308.     display: inline;
  309.     font-size: 10px;
  310.     padding-left: 0;
  311.     padding-right: 0;
  312.     width: 62%;
  313. }
  314. form#search {
  315.     margin: 0;
  316. }
  317. div.ui-stars-star a {
  318.     background-color: transparent;
  319.     border-bottom: 0 none;
  320.     text-decoration: none;
  321. }
  322. .ui-stars-star a, .ui-stars-cancel a {
  323.     background: url("ui.stars.png") no-repeat scroll 0 0 transparent;
  324. }
  325. div.paginator {
  326.     margin: 1em 0;
  327. }
  328. span.commentToggleClosed {
  329.     background: url("toggleArrRight.png") no-repeat scroll left center transparent;
  330.     line-height: 20px;
  331.     padding: 0 10px 0 20px;
  332. }
  333. span.commentToggleOpened {
  334.     background: url("toggleArrDown.png") no-repeat scroll left center transparent !important;
  335.     line-height: 20px;
  336.     padding: 0 10px 0 20px;
  337. }
  338. div.popupRef {
  339.     border: 1px solid #000000;
  340.     display: none;
  341.     opacity: 0;
  342.     position: absolute;
  343.     text-align: left;
  344.     z-index: 1000;
  345. }
  346. div#favourite ul {
  347.     margin-left: 1em;
  348. }
  349. a.gallery {
  350.     border: 0 none;
  351.     float: left;
  352.     font-size: smaller;
  353.     height: 125px;
  354.     margin: 0 5px 0.5em 0;
  355.     position: relative;
  356.     text-align: center;
  357.     width: 100px;
  358. }
  359. a.gallery span {
  360.     display: block;
  361.     text-align: center;
  362.     text-decoration: underline;
  363. }
  364. a.galleryFolder {
  365.     background: url("galleryFolder.png") no-repeat scroll 0 0 transparent;
  366.     font-size: smaller;
  367.     height: 50px;
  368.     padding-top: 75px;
  369. }
  370. a.galleryFolder:hover {
  371.     background: url("galleryFolder.png") no-repeat scroll 0 0 transparent !important;
  372. }
  373. a.galleryBack {
  374.     background: url("galleryBack.png") no-repeat scroll 0 0 transparent;
  375.     font-size: smaller;
  376.     height: 50px;
  377.     padding-top: 75px;
  378. }
  379. a.galleryBack:hover {
  380.     background: url("galleryBack.png") no-repeat scroll 0 0 transparent !important;
  381. }
  382. div#gallery h2 {
  383.     min-height: 24px;
  384.     padding-right: 100px;
  385.     position: relative;
  386. }
  387. div#gallery h2 a {
  388.     background: url("logoGalerie2.png") no-repeat scroll 0 0 transparent;
  389.     border: 0 none;
  390.     display: block;
  391.     height: 24px;
  392.     position: absolute;
  393.     right: 0;
  394.     text-decoration: none;
  395.     top: 0;
  396.     width: 95px;
  397. }
  398. #headerContent a {
  399.     background-color: transparent !important;
  400.     border: 0 none;
  401.     display: block;
  402.     height: 100%;
  403.     width: 100%;
  404. }
  405. #headerContent a:hover {
  406.     background: none repeat scroll 0 50% transparent;
  407. }
  408. #headerLogo strong {
  409.     position: absolute;
  410. }
  411. #headerLogo span {
  412.     border-bottom-width: 1px;
  413.     margin: 0 1em;
  414.     padding-top: 0.5em !important;
  415. }
  416. #header #headerInner .headerBox, #header #headerInner #headerContent #head #headerBlogczLogo {
  417.     display: none;
  418. }
  419. #column .box {
  420.     margin: 1em 0;
  421.     position: relative;
  422. }
  423. #column .box h3 {
  424.     margin: 0 -10px 0.5ex;
  425.     padding: 0 10px;
  426. }
  427. #column .box ul {
  428.     list-style: none outside none;
  429.     margin: 0;
  430. }
  431. #column .box li.active > a {
  432.     font-weight: bold;
  433. }
  434. #column .box ul ul {
  435.     margin: 0 0 0 15px;
  436. }
  437. div#searchWrap, div#forums, div#profile, div#pollMenu, div#sendMail, div#newsletter, div#category, div#favLink, div#archive, div#actualArticle, div#galleryBox, div#profile, div#favPage, div#columnBottom, div#propagation {
  438.     padding: 0 10px !important;
  439. }
  440. div.preview, div.article {
  441.     padding: 0 0 1em;
  442. }
  443. div.preview div.tr {
  444.     padding-right: 1em;
  445. }
  446. div.articleText {
  447.     padding: 0.5em 0;
  448. }
  449. .articleCaption {
  450.     margin-bottom: 1em;
  451. }
  452. .articleText hr {
  453.     display: none;
  454. }
  455. .articleText h2 {
  456.     font-size: 1.25em;
  457.     margin: 1.5em 0 0.5em;
  458. }
  459. .articleText img, .preview img {
  460.     border: 1px none #888888;
  461. }
  462. #alternateBanner {
  463.     display: none;
  464. }
  465. div#bannerLabel {
  466.     font: 12px arial,sans-serif;
  467. }
  468. div#poll {
  469.     clear: both;
  470.     line-height: 200%;
  471. }
  472. #column div.counter {
  473.     padding: 1ex 10px;
  474.     text-align: center;
  475. }
  476. div.counter a {
  477.     border: 0 none;
  478.     text-decoration: none;
  479. }
  480. #column div.counter a {
  481.     margin: 0 auto;
  482. }
  483. div.counterHidden {
  484.     display: none;
  485. }
  486. div.comment {
  487.     padding: 1ex;
  488. }
  489. a.commentNr {
  490.     font-weight: 900;
  491.     margin-right: 5px;
  492. }
  493. div.commentHeader {
  494.     padding-left: 1em;
  495. }
  496. div.comment .hidden {
  497.     display: none;
  498. }
  499. div.comment a.avatar {
  500.     border-bottom-style: none;
  501. }
  502. #propagation {
  503.     padding-bottom: 1px;
  504. }
  505. #propagation div.propagationOuter {
  506.     display: inline;
  507. }
  508. #propagation div.propagationInner {
  509.     background: url("propagationLogo.gif") no-repeat scroll right top #EEF5FA;
  510.     border: 1px solid #44C5ED;
  511.     display: table-cell;
  512.     height: 39px;
  513.     text-align: center;
  514.     vertical-align: middle;
  515.     width: 117px;
  516. }
  517. .propagationAlignMiddle {
  518.     text-align: center;
  519. }
  520. .propagationAlignLeft {
  521.     text-align: left;
  522. }
  523. .propagationAlignRight {
  524.     text-align: right;
  525. }
  526. #propagation a {
  527.     border-bottom-style: none;
  528. }
  529. #propagation a:hover {
  530.     background: none repeat scroll 0 0 transparent !important;
  531.     border-bottom-style: none !important;
  532. }
  533. #propagation a.propagationLink {
  534.     display: block;
  535.     float: right;
  536.     height: 37px;
  537.     position: relative;
  538.     width: 12px;
  539. }
  540. #propagation img {
  541.     margin: 1px 1px 1px 0;
  542. }
  543. div.messengerMessageWarning, div.messengerMessageError, div.messengerMessageNotice, div.messengerMessageSuccess {
  544.     border: 3px solid #FFFFFF;
  545.     font: 1em arial,sans serif;
  546.     margin: 1ex 0;
  547. }
  548. div.messengerMessageNotice span, div.messengerMessageError span, div.messengerMessageWarning span, div.messengerMessageSuccess span {
  549.     display: block;
  550.     margin-bottom: 1em;
  551. }
  552. div.messengerMessageWarning p, div.messengerMessageError p, div.messengerMessageNotice p, div.messengerMessageSuccess p {
  553.     color: #000000;
  554.     margin: 0;
  555.     min-height: 30px;
  556.     padding: 25px 20px 20px 95px;
  557. }
  558. div.messengerMessageWarning a, div.messengerMessageError a, div.messengerMessageNotice a, div.messengerMessageSuccess a {
  559.     color: #666666 !important;
  560. }
  561. div.messengerMessageWarning {
  562.     background: url("warningBackR.png") repeat-y scroll 0 0 #FFE699;
  563. }
  564. div.messengerMessageWarning p {
  565.     background: url("warningBack.png") no-repeat scroll 0 0 transparent;
  566. }
  567. div.messengerMessageError {
  568.     background: url("errorBackR.png") repeat-y scroll 0 0 #FBA0A0;
  569. }
  570. div.messengerMessageError p {
  571.     background: url("errorBack.png") no-repeat scroll 0 0 transparent;
  572. }
  573. div.messengerMessageNotice {
  574.     background: url("noticeBackR.png") repeat-y scroll 0 0 #6CCDFF;
  575. }
  576. div.messengerMessageNotice p {
  577.     background: url("noticeBack.png") no-repeat scroll 0 0 transparent;
  578. }
  579. div.messengerMessageSuccess {
  580.     background: url("successBackR.png") repeat-y scroll 0 0 #91FEA1;
  581. }
  582. div.messengerMessageSuccess p {
  583.     background: url("successBack.png") no-repeat scroll 0 0 transparent;
  584. }
  585. div#adultContentWrap {
  586.     background: url("errorBackR.png") repeat-y scroll 0 0 #FBA0A0;
  587.     border: 3px solid #FFFFFF;
  588.     font: 1em arial,sans serif;
  589. }
  590. div#adultContent {
  591.     background: url("errorBackAdult.png") no-repeat scroll 0 0 transparent;
  592.     color: #000000;
  593.     margin: 0;
  594.     min-height: 84px;
  595.     padding: 10px 20px 0 95px;
  596. }
  597. div#adultContent h2 {
  598.     margin-top: 0;
  599. }
  600. #colorbox, #cboxOverlay, #cboxWrapper {
  601.     left: 0;
  602.     position: absolute;
  603.     top: 0;
  604.     z-index: 9999;
  605. }
  606. #cboxOverlay {
  607.     background: none repeat scroll 0 0 #000000;
  608.     height: 100%;
  609.     overflow: hidden;
  610.     position: fixed;
  611.     width: 100%;
  612. }
  613. #cboxMiddleLeft, #cboxBottomLeft {
  614.     clear: left;
  615. }
  616. #cboxContent {
  617.     background: none repeat scroll 0 0 #000000;
  618.     border: 1px solid #FEFEFE;
  619.     font-family: arial,sans-serif;
  620.     font-size: 12px;
  621.     overflow: visible;
  622.     position: relative;
  623.     text-align: left;
  624. }
  625. #cboxLoadedContent {
  626.     background: none repeat scroll 0 0 #000000;
  627.     overflow: auto;
  628.     padding: 0;
  629. }
  630. .cBoxGallery #cboxLoadedContent {
  631.     background-color: #FFFFFF;
  632. }
  633. #cboxLoadedContent iframe {
  634.     border: 0 none;
  635.     display: block;
  636.     height: 100%;
  637.     width: 100%;
  638. }
  639. #cboxLoadingOverlay, #cboxLoadingGraphic {
  640.     left: 0;
  641.     position: absolute;
  642.     top: 0;
  643.     width: 100%;
  644. }
  645. #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  646.     cursor: pointer;
  647. }
  648. #colorbox a {
  649.     border: medium none !important;
  650. }
  651. #cboxStatusbar {
  652.     background-color: #373737;
  653.     bottom: 0;
  654.     color: #A2A2A2;
  655.     font: 12px/32px Arial,sans-serif;
  656.     height: 32px;
  657.     left: 50%;
  658.     margin-left: -490px;
  659.     padding: 0;
  660.     position: fixed;
  661.     width: 980px;
  662.     z-index: 10000;
  663. }
  664. #cboxStatusbar span.leftCorner {
  665.     background: url("./colorbox/toolsCornerLeft.png") no-repeat scroll 0 0 transparent;
  666.     display: block;
  667.     font-size: 0;
  668.     height: 100%;
  669.     left: -5px;
  670.     line-height: 0;
  671.     position: absolute;
  672.     top: 0;
  673.     width: 5px;
  674. }
  675. #cboxStatusbar span.rightCorner {
  676.     background: url("./colorbox/toolsCornerRight.png") no-repeat scroll 0 0 transparent;
  677.     display: block;
  678.     height: 100%;
  679.     position: absolute;
  680.     right: -5px;
  681.     top: 0;
  682.     width: 5px;
  683. }
  684. #cboxTitle, #cboxCurrent {
  685.     background: url("./colorbox/toolbar.png") no-repeat scroll 0 0 transparent;
  686.     color: #FFFFFF;
  687.     float: left;
  688.     line-height: 26px;
  689.     margin: 3px 0;
  690.     overflow: hidden;
  691.     padding: 0 1em;
  692.     text-align: center;
  693. }
  694. #cboxOriginalImage {
  695.     border: 0 none;
  696.     color: #373737;
  697.     display: block;
  698.     font-size: 0;
  699.     height: 25px;
  700.     line-height: 0;
  701.     overflow: hidden;
  702.     position: absolute;
  703.     right: 0;
  704.     text-decoration: none;
  705.     top: 3px;
  706.     width: 30px;
  707. }
  708. #cboxOriginalImage span {
  709.     background: url("./colorbox/originalImage.png") no-repeat scroll 0 0 transparent;
  710.     border: 0 none;
  711.     cursor: pointer;
  712.     display: block;
  713.     height: 25px;
  714.     margin-left: 5px;
  715.     width: 25px;
  716. }
  717. #cboxOriginalImage:hover {
  718.     background: none repeat scroll 0 0 transparent !important;
  719.     color: #373737;
  720. }
  721. #cboxOriginalImage:hover span {
  722.     background: url("./colorbox/originalImage.png") no-repeat scroll -25px top transparent;
  723. }
  724. #cboxDescriptionIcon {
  725.     border: 0 none;
  726.     color: #373737;
  727.     display: block;
  728.     font-size: 0;
  729.     height: 25px;
  730.     line-height: 0;
  731.     overflow: hidden;
  732.     position: absolute;
  733.     right: 30px;
  734.     text-decoration: none;
  735.     top: 3px;
  736.     width: 30px;
  737. }
  738. #cboxDescriptionIcon span {
  739.     background: url("./colorbox/descriptionIcon.png") no-repeat scroll 0 0 transparent;
  740.     border: 0 none;
  741.     cursor: pointer;
  742.     display: block;
  743.     height: 25px;
  744.     margin-left: 5px;
  745.     width: 25px;
  746. }
  747. #cboxDescriptionIcon:hover {
  748.     background: none repeat scroll 0 0 transparent !important;
  749.     color: #373737;
  750. }
  751. #cboxDescriptionIcon:hover span {
  752.     background: url("./colorbox/descriptionIcon.png") no-repeat scroll -25px top transparent;
  753. }
  754. #cboxDescription {
  755.     background: none repeat scroll 0 0 #373737;
  756.     border-bottom: 1px solid #272727;
  757.     bottom: 32px;
  758.     color: #FFFFFF;
  759.     display: none;
  760.     left: 9px;
  761.     line-height: 1.5em;
  762.     opacity: 0.95;
  763.     padding: 10px 20px;
  764.     position: absolute;
  765.     width: 922px;
  766.     z-index: 10000;
  767. }
  768. #cboxCurrent {
  769.     font-weight: bold;
  770.     margin-left: 104px;
  771.     max-width: 20%;
  772.     min-width: 4em;
  773.     padding: 0;
  774.     width: 5%;
  775. }
  776. .cBoxLogin #cboxTitle {
  777.     background: none repeat scroll 0 0 #000000;
  778.     border-left: 1px solid #FFFFFF;
  779.     border-right: 1px solid #FFFFFF;
  780.     border-top: 1px solid #FFFFFF;
  781.     height: 2em;
  782.     left: 0;
  783.     line-height: 2em;
  784.     margin: -1px;
  785.     position: absolute;
  786.     top: -2em;
  787. }
  788. a#cboxLogo {
  789.     background: url("./logoGalerie2.png") no-repeat scroll 0 0 transparent;
  790.     border: 0 none;
  791.     height: 24px;
  792.     left: 5px;
  793.     line-height: 26px;
  794.     margin: 3px 0;
  795.     overflow: hidden;
  796.     padding: 0;
  797.     position: absolute;
  798.     text-decoration: none !important;
  799.     width: 95px;
  800. }
  801. a#cboxLogo:hover, a#cboxLogo:link {
  802.     text-decoration: none;
  803. }
  804. #cboxPrevious {
  805.     background: url("colorbox/prevImage.png") no-repeat scroll left top transparent;
  806.     height: 65px;
  807.     left: 0;
  808.     margin-top: -41px !important;
  809.     position: fixed;
  810.     text-indent: -9999px;
  811.     top: 50%;
  812.     width: 57px;
  813.     z-index: 10000;
  814. }
  815. #cboxPrevious:hover {
  816.     background-position: right top;
  817. }
  818. #cboxNext {
  819.     background: url("colorbox/nextImage.png") no-repeat scroll left top transparent;
  820.     height: 65px;
  821.     margin-top: -41px !important;
  822.     position: fixed;
  823.     right: 0;
  824.     text-indent: -9999px;
  825.     top: 50%;
  826.     width: 57px;
  827.     z-index: 10000;
  828. }
  829. #cboxNext:hover {
  830.     background-position: right top;
  831. }
  832. #cboxLoadingOverlay {
  833.     background: url("colorbox/loading.gif") no-repeat scroll center center #000000;
  834. }
  835. #cboxClose {
  836.     background: url("colorbox/closeDetail.png") no-repeat scroll left top transparent;
  837.     display: block;
  838.     height: 26px;
  839.     position: absolute;
  840.     right: 0;
  841.     text-indent: -9999px;
  842.     top: -30px;
  843.     width: 26px;
  844.     z-index: 10000;
  845. }
  846. .cBoxGallery #cboxClose {
  847.     position: fixed;
  848.     right: 5px;
  849.     top: 5px;
  850. }
  851. #cboxClose:hover {
  852.     background-position: right top;
  853. }
  854. .cBoxLogin #cboxContent, .cBoxLogin #cboxLoadedContent {
  855.     height: auto !important;
  856. }
  857. .cBoxLogin form {
  858.     color: #FFFFFF;
  859. }
  860. .cBoxLogin label, .cBoxLogin input {
  861.     margin: 3px 0;
  862. }
  863. .cBoxLogin label {
  864.     clear: both;
  865.     float: left;
  866.     padding-right: 3px;
  867.     text-align: right;
  868.     width: 150px;
  869. }
  870. .cBoxLogin input[type="text"], .cBoxLogin input[type="password"] {
  871.     display: block;
  872.     width: 200px;
  873. }
  874. .cBoxLogin #permanent {
  875.     margin-top: 8px;
  876. }
  877. .cBoxLogin .buttonWrap {
  878.     clear: both;
  879. }
  880. .cBoxLogin .loginButton {
  881.     margin-left: 150px;
  882. }
  883. .clear {
  884.     clear: both;
  885.     font-size: 0;
  886.     height: 0;
  887.     line-height: 0;
  888.     overflow: hidden;
  889. }
  890. .tr {
  891.     clear: both;
  892.     text-align: right !important;
  893. }
  894. .left {
  895.     float: left;
  896. }
  897. .smaller, small {
  898.     font-size: smaller !important;
  899. }
  900. .xSmall {
  901.     font-size: 10px !important;
  902. }
  903. .block {
  904.     display: block !important;
  905. }
  906. .inline {
  907.     display: inline !important;
  908. }
  909. .none {
  910.     display: none !important;
  911. }
  912. .margin {
  913.     margin-bottom: 1em !important;
  914. }
  915. .selected {
  916.     font-weight: 900 !important;
  917. }
  918. #column .noColumn {
  919.     display: none !important;
  920. }
  921. #emoticonList a {
  922.     border-style: none !important;
  923. }
  924. #poll table td.chart, #pollMenu table td.chart {
  925.     width: 150px;
  926. }
  927. #poll table td.chart span, #pollMenu table td.chart span {
  928.     background: url("./poll.gif") repeat-x scroll 0 0 #E70000;
  929.     display: block;
  930.     height: 14px;
  931. }
  932. #ajaxLoader, .ajaxLoader {
  933.     background: url("./ajax-loader.gif") no-repeat scroll 0 0 transparent;
  934.     height: 16px;
  935.     position: absolute;
  936.     width: 16px;
  937.     z-index: 1000;
  938. }
  939. .hidden {
  940.     display: none;
  941. }
  942. .blind {
  943.     height: 1px;
  944.     left: -1000px;
  945.     overflow: hidden;
  946.     position: absolute;
  947.     top: -1000px;
  948.     width: 1px;
  949. }
  950. #ribbon {
  951.     background-color: #FFFFFF;
  952.     border-color: #19455B;
  953.     border-style: solid;
  954.     border-width: 0 0 1px;
  955.     color: #000000;
  956.     font: 11px Tahoma,'Lucida Grande CE',lucida,sans-serif;
  957.     height: 22px;
  958.     margin: 0;
  959.     min-width: 980px;
  960.     outline: 0 none;
  961.     overflow: hidden;
  962.     padding: 0;
  963.     width: 100%;
  964.     z-index: 1000;
  965. }
  966. #ribbonProject {
  967.     float: left;
  968.     height: 19px;
  969.     margin: 3px 0 0 10px;
  970.     padding: 0;
  971. }
  972. #ribbonProject li {
  973.     display: block;
  974.     float: left;
  975.     margin: 0 8px 0 0;
  976.     padding: 0;
  977. }
  978. #ribbonProject li a {
  979.     background-color: transparent;
  980.     background-image: url("/common/ribbon_icons.png");
  981.     background-repeat: no-repeat;
  982.     border: 0 none;
  983.     color: #000000;
  984.     display: block;
  985.     height: 15px;
  986.     margin: 0;
  987.     padding: 1px 0 0 18px;
  988.     text-decoration: none;
  989. }
  990. #ribbonProject li a:hover {
  991.     background-color: transparent;
  992. }
  993. #ribbonTn a {
  994.     background-position: 0 0;
  995. }
  996. #ribbonNova a {
  997.     background-position: 0 -16px;
  998. }
  999. #ribbonVoyo a {
  1000.     background-position: 0 -32px;
  1001. }
  1002. #ribbonBlog a {
  1003.     background-position: 0 -48px;
  1004. }
  1005. #ribbonGalerie a {
  1006.     background-position: 0 -64px;
  1007. }
  1008. #ribbonDoma a {
  1009.     background-position: 0 -80px;
  1010. }
  1011. #ribbonKrasna a {
  1012.     background-position: 0 -96px;
  1013. }
  1014. #ribbonPokerfan a {
  1015.     background-position: 0 -112px;
  1016. }
  1017. #ribbonDobyvatel a {
  1018.     background-position: 0 -128px;
  1019. }
  1020. #ribbonVybereme a {
  1021.     background-position: 0 -144px;
  1022. }
  1023. #ribbonProject .ribbonActive a {
  1024.     font-weight: bold;
  1025. }
  1026. #ribbonProject li a span {
  1027.     text-decoration: underline;
  1028. }
  1029. #ribbonProject li a:hover span {
  1030.     text-decoration: none;
  1031. }
  1032. #ribbonUser {
  1033.     float: right;
  1034.     height: 18px;
  1035.     margin: 4px 10px 0 0;
  1036.     padding: 0;
  1037.     text-align: right;
  1038. }
  1039. #ribbonUser li {
  1040.     display: block;
  1041.     float: left;
  1042.     margin: 0 0 0 10px;
  1043.     padding: 0;
  1044. }
  1045. #ribbonUser li a {
  1046.     border: 0 none;
  1047.     color: #000000;
  1048.     display: block;
  1049.     height: 16px;
  1050.     margin: 0;
  1051.     padding: 0;
  1052.     text-decoration: underline;
  1053. }
  1054. #ribbonUser li a:hover {
  1055.     background-color: transparent;
  1056.     text-decoration: none;
  1057. }
  1058. #ribbonUser a span {
  1059.     color: #009C20;
  1060.     font: bold 11px Tahoma,'Lucida Grande CE',lucida,sans-serif;
  1061. }
  1062. #ribbonUser #ribbonProfile a {
  1063.     font-weight: bold;
  1064.     text-decoration: none;
  1065. }
  1066. #ribbonUser #ribbonLogout a span {
  1067.     color: #C20018;
  1068. }
  1069. div.crossPromoBox {
  1070.     float: left;
  1071.     width: 25%;
  1072. }
  1073. div.crossPromoBox div {
  1074.     margin: 0 auto;
  1075.     width: 150px;
  1076. }
  1077. div.crossPromoBox div img {
  1078.     display: block;
  1079.     margin: 0 auto;
  1080. }
Add Comment
Please, Sign In to add comment