Advertisement
Guest User

updated css for stripped theme

a guest
Oct 31st, 2014
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 31.43 KB | None | 0 0
  1. /* ------------------------------------- CSS for stripped theme -------------------------------- */
  2.  
  3. /* General rules ------------------------------------------------------------------------------- */
  4.  
  5. #thePicturePage .left_block,
  6. #thePicturePage .right_block,
  7. #thePicturePage .middle_block,
  8. content {
  9.     padding:0 5px;
  10. }
  11.  
  12. hr {
  13.     border-style: solid;
  14.     border-width: 1px;
  15. }
  16.  
  17. h1, h2, h3 {
  18.     margin: 0;
  19.     padding: 0;
  20.     font-size: 1em;
  21. }
  22.  
  23. a           { text-decoration: none;}
  24. :focus      { outline: 0;}
  25. img             { border: 0;}
  26. h1          { font-size: 153.846%;}
  27. table       { border-spacing: 0px;}
  28.  
  29. /* Fonts --------------------------------------------------------------------------------------- */
  30.  
  31. body {
  32.     font-size:14px;
  33. }
  34.  
  35. body, input, select, textarea, file {
  36.     font-family: "Century Gothic", "Lucida Grande", Verdana, DejaVu Sans, sans-serif;
  37. }
  38.  
  39. #content p, #theNotificationPage li, #content fieldset, .filter {
  40.     text-align:left;
  41. }
  42.  
  43. #theHeader,
  44. .commentElement blockquote,
  45. .commentElement .author,
  46. #contenteditid,
  47. .additional_info,
  48. #Author .value,
  49. #Tcaption,
  50. .personal_block {
  51.     text-transform:none;
  52. }
  53.  
  54. .randomButtons,
  55. .categoryActions,
  56. .commentList .action {
  57.     text-transform:lowercase;
  58. }
  59.  
  60. /* Layout -------------------------------------------------------------------------------------- */
  61.  
  62. body {
  63.     margin: 0;
  64.     padding: 0;
  65. }
  66.  
  67. #the_page {
  68.     /* max-width: 1140px; */
  69.     width:99%;
  70.     margin: auto;
  71.     padding: 0;
  72. }
  73.  
  74. .atr #the_page {
  75.     width: auto;
  76. }
  77. @media (min-width: 798px) and (-webkit-max-device-pixel-ratio: 1.7), (min-width: 798px) and (max-resolution: 163.2dpi) {
  78.   .atr #the_page {
  79.     /* width: 780px; */
  80.   }
  81. }
  82. @media (min-width: 992px) and (-webkit-max-device-pixel-ratio: 2.5), (min-width: 992px) and (max-resolution: 240dpi) {
  83.   .atr #the_page {
  84.     /* width: 970px; */
  85.   }
  86. }
  87. @media (min-width: 1220px) {
  88.   .atr #the_page {
  89.     /* width: 1140px; */
  90.   }
  91. }
  92.  
  93.  
  94. #theHeader  {
  95.     margin-bottom: 4px;
  96. }
  97.  
  98. #content {
  99.     width:100%;
  100.     /* max-width:1140px;  */
  101.     margin: 0;
  102.     padding:12px 0;
  103. }
  104.  
  105. #thePicturePage #content {
  106.     max-width:none;
  107.     padding:0;
  108.     display:block;
  109. }
  110. /*
  111. #theCategoryPage #content {
  112.     text-align:center;
  113. }
  114. */
  115. #content_cell {
  116. /*  display:table-cell;*/
  117.     vertical-align:top;
  118. /*  max-width:1140px;*/
  119.     padding: 0;
  120.     margin-left: auto;
  121.     margin-right: auto;
  122.     width:82%;
  123. /*  min-width: 580px;*/
  124.     max-width: auto;
  125.     float: right;
  126. }
  127. @media (min-width: 798px) and (-webkit-max-device-pixel-ratio: 1.7), (min-width: 798px) and (max-resolution: 163.2dpi) {
  128.   .atr #content_cell {
  129.     /* width: 580px; */
  130.   }
  131. }
  132. @media (min-width: 992px) and (-webkit-max-device-pixel-ratio: 2.5), (min-width: 992px) and (max-resolution: 240dpi) {
  133.   .atr #content_cell {
  134.     /* width: 770px; */
  135.   }
  136. }
  137. @media (min-width: 1220px) {
  138.   .atr #content_cell {
  139.     /* width: 940px; */
  140.   }
  141. }
  142.  
  143. #thumbnails_block1 {
  144.     /* max-width:940px; */
  145.     margin:auto;
  146. }
  147.  
  148. #thumbnails_block2 {
  149.     position:relative;
  150.     margin:0;
  151.     padding:0;
  152.     width:auto;
  153.     min-height:540px;
  154. }
  155.  
  156. #thumbnails {
  157.     position:static;
  158.     margin:0;
  159. }
  160. .thumbnailCategories {
  161.     /* max-width:900px; */
  162.     padding:0 5px;
  163.     margin:auto;
  164. }
  165. @media (min-width: 798px) and (-webkit-max-device-pixel-ratio: 1.7), (min-width: 798px) and (max-resolution: 163.2dpi) {
  166.   #thumbnails {
  167.     margin:0 10px;
  168.   }
  169.   .thumbnailCategories {
  170.     padding:0 20px;
  171.   }
  172. }
  173. @media (min-width: 992px) and (-webkit-max-device-pixel-ratio: 2.5), (min-width: 992px) and (max-resolution: 240dpi) {
  174.   #thumbnails {
  175.     margin:0 15px;
  176.   }
  177.   .thumbnailCategories {
  178.     padding:0 20px;
  179.   }
  180. }
  181. @media (min-width: 1220px) {
  182.   #thumbnails {
  183.     margin:0 20px;
  184.   }
  185.   .thumbnailCategories {
  186.     padding:0 20px;
  187.   }
  188. }
  189.  
  190. #calendar_block {
  191.     padding: 0 20px;
  192.     max-width:800px;
  193.     margin:auto;
  194. }
  195.  
  196. #theHeader h1 {
  197.     padding: 1em 0 0;
  198. }
  199. #theHeader p {
  200.     padding: 0;
  201.     margin: 0;
  202. }
  203.  
  204. .subcontent h2 {
  205.     margin: 0 0 1em;
  206. }
  207.  
  208. input, select, textarea { margin: 1px 0;}
  209.  
  210. .content_block h2 { font-size: 115.385%;}
  211.  
  212. /* Page title ---------------------------------------------------------------------------------- */
  213.  
  214. .titrePage, .titrePage a {
  215.     font-weight: bold;
  216.     font-variant: normal;
  217. }
  218.  
  219. .titrePage {
  220.     min-height:22px;
  221.     font-size:115.385%;
  222.     margin: 3px 0 0 0;
  223.     line-height: 1.4em;
  224.     padding-left:13px;
  225.     padding-right:13px;
  226. }
  227.  
  228. .titrePage h2 {
  229.   margin: 1em 0;
  230.   padding: 0;
  231.   display: inline;
  232. }
  233.  
  234. .titrePage .button {
  235.   float: none;
  236. }
  237.  
  238. .titrePage img {
  239.   float: left;
  240.   max-height: 16px;
  241. }
  242.  
  243. #thePicturePage .titrePage img {
  244.   margin: 0 5px;
  245. }
  246.  
  247. .titrePage .categoryActionsContainer {
  248.   display: inline;
  249.   float: right;
  250.   margin: 0;
  251.   padding: 0 0 0 3px;
  252.   list-style: none;
  253.   height:22px;
  254.   width: auto;
  255.   font-size:86.667%;
  256. }
  257.  
  258. .categoryActions {
  259.     display:inline;
  260.     padding:0;
  261. }
  262.  
  263. .categoryActions li {
  264.   display: inline;
  265.   vertical-align:top;
  266.   padding-left:7px;
  267.   float:left;
  268. }
  269.  
  270. .categoryActions li.mainAction {
  271.     float:right;
  272. }
  273.  
  274. /* Content ------------------------------------------------------------------------------------- */
  275.  
  276. .subcontent .stuffs_block,
  277. .content_block {
  278. /*  max-width: 180px;*/
  279.     margin: auto;
  280.     padding: 0 10px 0 10px;
  281. }
  282.  
  283. .content_block .additional_info {
  284.     /* max-width:870px; */
  285.     margin: 5px 15px;
  286.     padding:10px;
  287.     -moz-border-radius:10px;
  288.     -webkit-border-radius:10px;
  289.     border-radius:10px;
  290. }
  291.  
  292. #content .content_block .additional_info p {
  293.     text-align:justify;
  294. }
  295.  
  296. /* Menubar ------------------------------------------------------------------------------------- */
  297.  
  298. #menubar {
  299.     margin: 0;
  300.     float: left;
  301.     text-align:left;
  302.     display:block;
  303. }
  304.  
  305. #menubar {
  306.   padding: 0 15px;
  307.    width : 15%;
  308.   /* width:auto; */
  309. }
  310. .right_menu #menubar {padding: 0 15px;}
  311.  
  312. @media (min-width: 798px) and (-webkit-max-device-pixel-ratio: 1.7), (min-width: 798px) and (max-resolution: 163.2dpi) {
  313.     #menubar {
  314.       padding: 0 0 0 19px;
  315.       /* width: 180px; */
  316.     }
  317.     .right_menu #menubar {padding: 0 19px 0 0;}
  318. }
  319. @media (min-width: 992px) and (-webkit-max-device-pixel-ratio: 2.5), (min-width: 992px) and (max-resolution: 240dpi) {
  320.     #menubar {
  321.       padding: 0 0 0 19px;
  322.       /* max-width: 180px; */
  323.       width : 15%;
  324.     }
  325.     .right_menu #menubar {padding: 0 19px 0 0;}
  326. }
  327. @media (min-width: 1220px) {
  328.     #menubar {
  329.       padding: 0 0 0 19px;
  330.       /* width: 180px; */
  331.     }
  332.     .right_menu #menubar {padding: 0 19px 0 0;}
  333. }
  334.  
  335.  
  336. #menubar dl {
  337.     margin:0;
  338. }
  339.  
  340. #menubar li {
  341.     list-style-type:disc;
  342. }
  343.  
  344. #menubar dt {
  345.     font-weight: bold;
  346.     font-size:115.384%
  347. }
  348.  
  349. #menubar dd {
  350.     margin: 0;
  351.     padding: 0.5em 4px 1em 4px;
  352. }
  353.  
  354. #menubar dd ul {
  355.     margin: 0;
  356.     padding: 0 0 0 1em;
  357. }
  358.  
  359. #menubar .menuInfoCatByChild,
  360. #menubar .menuInfoCat {
  361.     font-size:76.923%;
  362. }
  363.  
  364. li span.bullet {
  365.     padding-left: 10px;
  366. }
  367.  
  368. #menubar .totalImages {
  369.     font-size:84.615%;
  370.     font-style: italic;
  371.     margin: 0;
  372. }
  373.  
  374. #menubar #mbIdentification div { margin-bottom: 6px;}
  375. #menubar #mbIdentification .submit_block { margin-bottom: 0;}
  376.  
  377. #menubar dd.randompicdd {
  378.     margin: 0;
  379.     padding: 0.5em 4px 1em 2px;
  380. }
  381.  
  382. #menubar .ammillustrationc {
  383.     margin: 0;
  384. }
  385.  
  386. #menubar #menuTagCloud {
  387.     font-size:92.308%;
  388. }
  389.  
  390. /* Category thumbnails ------------------------------------------------------------------------- */
  391.  
  392. .js  ul.thumbnailCategories li { cursor:pointer;}
  393. .js  .naf ul.thumbnailCategories li { cursor:default;}
  394. .js  .naf ul.thumbnailCategories li .text { cursor:pointer;}
  395. .js  .stuffs ul.thumbnailCategories li, .js  .stuffs ul.thumbnailCategories li .text { cursor:default;}
  396.  
  397.  
  398. .stuffs_block .personal_block ul.thumbnailCategories,
  399. .thumbnailCategories {
  400.     overflow: hidden;
  401.     list-style: none;
  402. }
  403.  
  404. .stuffs_block .personal_block ul.thumbnailCategories li {
  405.     float: left;
  406.     overflow: hidden;
  407.     margin:5px;
  408. }
  409. .thumbnailCategories li {
  410.     float: left;
  411.     overflow: hidden;
  412. }
  413. .atr .stuffs_block .personal_block ul.thumbnailCategories li { width:273px!important; height:273px;}
  414.  
  415. .thumbnailCategory {
  416. /*  display:inline-block;*/
  417. }
  418.  
  419. .thumbnailCategory .illustration {
  420.     vertical-align:middle;
  421.     border:none;
  422.     float:none;
  423. /*  width:170px;*/
  424.     table-layout:fixed;
  425.     display:table;
  426. }
  427.  
  428. .atr .thumbnailCategory .illustration a { width:280px;height:280px;}
  429. .atr .stuffs_block .thumbnailCategory .illustration a { width:263px;}
  430. .atr .thumbnailCategory .illustration a  { vertical-align:bottom;}
  431.  
  432. /*.atr .thumbnailCategory .illustration { margin:5px 5px 0 5px;}*/
  433. .atr .thumbnailCategory {
  434.   margin: 5px;
  435.   position: relative;
  436. }
  437.  
  438. .thumbnailCategory .illustration a {
  439.     display:table-cell;
  440.     width:170px;
  441.     vertical-align:middle;
  442.     overflow:hidden;
  443. }
  444.  
  445. .thumbnailCategory .illustration img {
  446.     display:block;
  447.     margin:auto;
  448. }
  449.  
  450. .atr .thumbnailCategory .illustration img {
  451.   max-width:286px;
  452.   max-height:286px;
  453. }
  454. @media (min-width: 508px) and (max-width: 568px) {
  455.   .atr .thumbnailCategory .illustration img {
  456.     max-width:226px;
  457.     max-height:226px;
  458.   }
  459. }
  460. @media (min-width: 568px) and (max-width: 628px) {
  461.   .atr .thumbnailCategory .illustration img {
  462.     max-width:256px;
  463.     max-height:256px;
  464.   }
  465. }
  466. @media (min-width: 798px) and (-webkit-max-device-pixel-ratio: 1.7), (min-width: 798px) and (max-resolution: 163.2dpi) {
  467.   .atr .thumbnailCategory .illustration img {
  468.     max-width:256px;
  469.     max-height:256px;
  470.   }
  471. }
  472. @media (min-width: 992px) and (-webkit-max-device-pixel-ratio: 2.5), (min-width: 992px) and (max-resolution: 240dpi) {
  473.   .atr .thumbnailCategory .illustration img {
  474.     max-width:226px;
  475.     max-height:226px;
  476.   }
  477. }
  478. @media (min-width: 1220px) {
  479.   .atr .thumbnailCategory .illustration img {
  480.     max-width:286px;
  481.     max-height:286px;
  482.   }
  483. }
  484.  
  485. .atd .thumbnailCategory .description .text p.dates { display:none!important;}
  486.  
  487. .atd  #content .thumbnailCategory .description .text p.Nb_images {
  488.     display:block;
  489.     font-style:italic;
  490. /*  font-size:76.923%;*/
  491.     text-align:right;
  492.     width:auto;
  493.     margin:0;
  494.     position: absolute;
  495.     bottom: 0;
  496.     right: 0;
  497. }
  498.  
  499. .atd  #content .thumbnailCategory .description .text p {
  500.     font-size:92.307%;
  501.     display:block;
  502.     text-align:justify;
  503.     width:auto;
  504.     margin-top:5px;
  505.     overflow:hidden;
  506. }  
  507.  
  508. .atr .thumbnailCategory .description {
  509.     overflow: hidden;
  510.     display: inline-block;
  511.     width: 100%;
  512.     height: 75px;
  513.     position: absolute;
  514.     bottom: 0;
  515. }
  516.  
  517. .atr .stuffs_block .thumbnailCategory .description { width:263px;}
  518.  
  519. .atr .stuffs_block .personal_block .thumbnailCategory .description { width:263px;}
  520.  
  521. .thumbnailCategory .description h3 {
  522.     margin: 0;
  523.     font-weight:normal;
  524.     font-variant:normal;
  525. }
  526.  
  527. .atd .thumbnailCategory .description h3 {
  528.     font-size:125%;
  529.     padding:0 4px;
  530.     display:block;
  531.     width:auto;
  532.     max-height: 48px;
  533.     overflow: hidden;
  534. /*  border-bottom:1px solid;*/
  535. }
  536.  
  537. .thumbnailCategories h3 a {
  538.     color: inherit;
  539. }
  540.  
  541. .thumbnailCategory .text .dates/*, .thumbnailCategory  .text .Nb_images*/ {
  542.     font-size: 76.923%;
  543.     padding-top: 0;
  544. }
  545.  
  546. .thumbnailCategory .text p {
  547.     margin: 0;
  548.     padding: 0 4px 4px 4px;
  549.     word-wrap: break-word;
  550. }
  551.  
  552. /* Images Thumbnails --------------------------------------------------------------------------- */
  553.  
  554. #thumbnails {
  555.     width: auto;
  556.     text-align: center;
  557.     padding: 0;
  558. }
  559.  
  560. #thumbnails p {
  561.   margin: 0;
  562. }
  563.  
  564. ul.thumbnails,
  565. .stuffs_block ul,
  566. #thumbnails ul {
  567.     margin: auto;
  568.     padding: 0;
  569.     overflow: hidden;
  570.     list-style: none;
  571. }
  572.  
  573. .subcontent .stuffs_block ul {
  574.     max-width:880px;
  575.     margin-top:5px;
  576. }
  577.  
  578. .thumbnails li,
  579. .stuffs_block li,
  580. #thumbnails li {
  581.     margin: 5px;
  582.     padding: 0;
  583.     float: left;
  584.     width: 170px;
  585.     height: 170px;
  586.     text-align:center;
  587.     display:inline;
  588.     list-style:none;
  589.     overflow:hidden;
  590. }
  591.  
  592. .wrap1 {
  593.     display:inline-block;
  594.     height:170px;
  595. }
  596.  
  597. .wrap1 .wrap2 {
  598.     margin:5px 0 0;
  599.     vertical-align:middle;
  600.     border:none;
  601.     float:none;
  602.     width:170px;
  603.     table-layout:fixed;
  604.     display:table;
  605. }
  606.  
  607. .wrap1 .wrap2,
  608. .wrap1 .wrap2 a{
  609.     height:130px;
  610. }
  611.  
  612. .wrap1 .wrap2full,
  613. .wrap1 .wrap2full a {
  614.     height:160px!important;
  615. }
  616.  
  617. .wrap1 .wrap2 a {
  618.     display:table-cell;
  619.     width:170px;
  620.     vertical-align:middle;
  621.     overflow:hidden;
  622. }
  623.  
  624. .wrap1 .wrap2 .thumbnail ,
  625. .wrap1 .wrap2 .thumbnail :hover {
  626.     display:block;
  627.     margin:auto;
  628.     max-width:160px;
  629. }
  630.  
  631. .wrap1 .wrap2 .thumbnail {
  632.     max-height:128px;
  633. }
  634.  
  635. .wrap1 .wrap2full .thumbnail {
  636.     max-height:158px!important;
  637. }
  638.  
  639. .thumbnails .wrap1 .noLegend {
  640.     display:none;
  641. }
  642.  
  643. .wrap1 .thumbLegend {
  644.     width:160px;
  645.     height:35px;
  646.     overflow: hidden;
  647.     padding:0 5px;
  648.     display: table-cell;
  649.     vertical-align:middle;
  650. }
  651.  
  652. .wrap1 .thumbLegend  {
  653.     margin: 0;
  654.     font-weight:normal;
  655.     font-variant:normal;
  656.     font-size:107.692%;
  657.     line-height:16px;
  658. }
  659.  
  660. .wrap1 .thumbLegend .thumbStats {
  661.     display:none
  662. }
  663.  
  664. .zero {
  665.     display: none;
  666. }
  667.  
  668. /* Navigation Bar ------------------------------------------------------------------------------ */
  669.  
  670. .navigationBar {
  671.   padding: 0.5em;
  672.   text-align: center;
  673. }
  674.  
  675. .navigationBar a {
  676.     border-bottom: 1px dotted;
  677. }
  678.  
  679. #thumbnails_block1 .navigationBar {
  680.     padding: 0 25px 5px;
  681. }
  682.  
  683. #thumb_navigation {
  684.     text-align: center;
  685. }
  686.  
  687. #thumb_navigation span,
  688. #thumb_navigation a {
  689.     height: 150px;
  690.     width: 20px;
  691.     border: 0;
  692.     padding: 0;
  693.     text-indent: -3000px;
  694. }
  695.  
  696. #thumb_navigation #tn_prev {
  697.     position: absolute;
  698.     top: 195px;
  699.     left: 4px;
  700. }
  701.  
  702. #thumb_navigation #tn_next {
  703.     position: absolute;
  704.     top: 195px;
  705.     right: 4px;
  706. }
  707.  
  708. /* Picture Page -------------------------------------------------------------------------------- */
  709.  
  710. #thePicturePage #theHeader {
  711.     display: none;
  712. }
  713.  
  714. .browsePath {
  715.     white-space:nowrap;
  716.     overflow:hidden;
  717.     text-overflow: ellipsis;
  718. }
  719.  
  720. .randomButtons {
  721.     float: right;
  722.     margin: 0;
  723.     padding: 0;
  724.     list-style: none;
  725.     width: auto;
  726.     font-size:86.667%;
  727. }
  728.  
  729. #thePicturePage .pwg-button-text,
  730. .randomButtons li {
  731.     vertical-align:top;
  732.     padding-left:7px;
  733.     float:right;
  734. }
  735.  
  736. #imageTitleContainer {
  737.     max-width:1100px;
  738.     margin:auto;
  739.     display:inline-block;
  740.     margin-top: 11px;
  741. }
  742.  
  743. #imageTitle {
  744.     font-size:115.385%;
  745.     line-height:150%;
  746.     margin: auto;
  747.     text-align:center;
  748.     text-transform:none;
  749. }
  750.  
  751. #theImageAndTitle {
  752.     text-align: center;
  753.     padding: 0;
  754.     width:100%;
  755. }
  756.  
  757. .imageNumber {
  758.     display:inline;
  759.     font-weight:normal;
  760.     float:left;
  761.     min-width:35px;
  762.     text-align:center;
  763. }
  764.  
  765. #theImgAndTitle,
  766. #theImage,
  767. #theImg {
  768.     display:inline-block;
  769. }
  770.  
  771. #rateForm {
  772.     margin: 0;
  773. }
  774.  
  775. #rateForm input, #rateForm input:active {
  776.     cursor: pointer;
  777.     border: none;
  778.     padding: 0;
  779. }
  780.  
  781. #rateForm input.rateButtonStarFull  {
  782.     background:  url('icon/rating-stars.png') no-repeat scroll -16px center;
  783.     width: 16px;
  784. }
  785.  
  786. #rateForm input.rateButtonStarEmpty {
  787.     background:  url('icon/rating-stars.png') no-repeat scroll 0 center;
  788.     width: 16px;
  789. }
  790.  
  791. .js #theImageAndTitle, .js #theImg, .js #imageTitleContainer {
  792.     opacity:0;
  793.     filter:alpha(opacity=0);
  794. }
  795.  
  796. #theMainImage { vertical-align:middle;}
  797.  
  798. .hideTabsZone { display:none;}
  799.  
  800. .js .hideTabsZone {
  801.     display: block;
  802.     position: absolute;
  803.     top:25px;
  804.     left:0;
  805.     right:0;
  806.     bottom:0;
  807. }
  808.  
  809. #theImageBox .hideTabsZone { top:0;}
  810.  
  811. /* Image Nav Arrows ---------------------------------------------------------------------------- */
  812.  
  813. #theImg {
  814.     position:relative;
  815.     vertical-align:middle;
  816. }
  817.  
  818. .img_nav {
  819.     position:absolute;
  820.     height:100%;
  821.     top:0;
  822.     display:block;
  823.     z-index: 101;
  824. }
  825. .img_prev       { width:40%; }
  826. .img_next       { width:60%; }
  827.  
  828. .img_nav_content {
  829.   width: 20px;
  830.   height: 150px;
  831.   display: block;
  832.   top: 50%;
  833.   margin-top: -75px;
  834.   position: absolute;
  835. }
  836. .img_prev .img_nav_content {
  837.   background:url(icon/arrows.png) 0 0 no-repeat;
  838.   margin-left: 5px;
  839. }
  840. .img_prev:hover .img_nav_content {
  841.   background:url(icon/arrows.png) 0 -150px no-repeat;
  842. }
  843. .img_next .img_nav_content {
  844.   background:url(icon/arrows.png) -20px 0 no-repeat;
  845.   right: 0;
  846.   margin-right: 5px;
  847. }
  848. .img_next:hover .img_nav_content {
  849.   background:url(icon/arrows.png) -20px -150px no-repeat;
  850. }
  851.  
  852. .hd_link {
  853.     position:absolute;
  854.     height:60%;
  855.     width:100%;
  856.     top:20%;
  857.     left:0;
  858.     display:block;
  859.     background:transparent url(icon/none.png) no-repeat center center;
  860.     cursor:pointer;
  861. }
  862.  
  863. .hd_link:hover {
  864.     background:transparent url(icon/HD.png) no-repeat center center;
  865. }
  866.  
  867. .cat_up {
  868.     position:absolute;
  869.     width:100%;
  870.     min-height:80px;
  871.     height:25%;
  872.     top:0;
  873.     left:0;
  874.     display:block;
  875.     background:transparent url(icon/none.png) no-repeat center top;
  876.     }
  877.  
  878. .cat_up:hover {
  879.     background:transparent url(icon/cat_up.png) no-repeat center top;
  880. }
  881.  
  882. /* Navigation Arrows --------------------------------------------------------------------------- */
  883.  
  884. #imgprev { left: 4px;}
  885. #imgnext { right: 4px;}
  886. #imgnext, #imgprev {
  887.     position: absolute;
  888.     height:150px;
  889.     width:20px;
  890.     top:50%;
  891.     margin-top:-75px;
  892. }
  893.  
  894. /* HD Picture Box ------------------------------------------------------------------------------ */
  895.  
  896. #theImageHigh {
  897.     position:absolute;
  898.     top:0px;
  899.     left:0px;
  900.     width:100%;
  901.     height:100%;
  902.     z-index:9000;
  903. }
  904.  
  905. #theImgHighBg {
  906.     position:fixed;
  907.     top:0px;
  908.     left:0px;
  909.     width:100%;
  910.     height:100%;
  911. }
  912.  
  913. #theImgHighContainer {
  914.     position:absolute;
  915.     width:160px;
  916.     height:80px;
  917.     background:#FFFFFF url(icon/processing.gif) no-repeat scroll 82px 42px;
  918. }
  919.  
  920. #theImgHighContainer2 {
  921.     overflow:hidden;
  922.     width:100%;
  923.     height:100%;
  924. }
  925.  
  926. #theImgHigh {
  927.     position:relative;
  928. }
  929.  
  930. #theImgHighCloseButton, #theImgHighZoomButton {
  931.     position:absolute;
  932.     z-index:9050;
  933. }
  934.  
  935. .pointer {
  936.     cursor:pointer;
  937. }
  938.  
  939. #theImgHighCloseButton {
  940.     width:28px;
  941.     height:28px;
  942.     top:15px;
  943.     cursor:pointer;
  944. }
  945.  
  946. #theImgHighZoomButton {
  947.     width:28px;
  948.     height:28px;
  949.     top:45px;
  950.     cursor:pointer;
  951. }
  952.  
  953. /* Navbuttons ---------------------------------------------------------------------------------- */
  954.  
  955. #imageToolBar .navButton {
  956.     display:inline;
  957.     width:24px;
  958.     height:23px;
  959.     float:left;
  960.     margin:-1px 0 0;
  961.     background-repeat: no-repeat;
  962.     overflow:hidden;
  963. }
  964.  
  965. #icon_first_0               {   background-position: 0      0       }
  966. #icon_first                     {   background-position: 0      -24px   }
  967. #icon_first:hover           {   background-position: 0      -48px   }
  968. #icon_left_0                {   background-position: -24px  0       }
  969. #icon_left                  {   background-position: -24px  -24px   }
  970. #icon_left:hover            {   background-position: -24px  -48px   }
  971. #icon_up                    {   background-position: -48px  -24px   }
  972. #icon_up:hover              {   background-position: -48px  -48px   }
  973. #icon_stop                  {   background-position: -72px  -24px   }
  974. #icon_stop:hover            {   background-position: -72px  -48px   }
  975. #icon_pause                     {   background-position: -96px  -24px   }
  976. #icon_pause:hover           {   background-position: -96px  -48px   }
  977. #icon_play                  {   background-position: -120px -24px   }
  978. #icon_play:hover            {   background-position: -120px -48px   }
  979. #icon_right_0               {   background-position: -144px 0       }
  980. #icon_right                     {   background-position: -144px -24px   }
  981. #icon_right:hover           {   background-position: -144px -48px   }
  982. #icon_last_0                {   background-position: -168px 0       }
  983. #icon_last                  {   background-position: -168px -24px   }
  984. #icon_last:hover            {   background-position: -168px -48px   }
  985. #icon_stop_repeat           {   background-position: -192px -24px   }
  986. #icon_stop_repeat:hover         {   background-position: -192px -48px   }
  987. #icon_start_repeat          {   background-position: -216px -24px   }
  988. #icon_start_repeat:hover    {   background-position: -216px -48px   }
  989. #icon_inc_period            {   background-position: -240px -24px   }
  990. #icon_inc_period:hover      {   background-position: -240px -48px   }
  991. #icon_dec_period            {   background-position: -264px -24px   }
  992. #icon_dec_period:hover      {   background-position: -264px -48px   }
  993.  
  994. #imageToolBar #icon_stop_repeat,
  995. #imageToolBar #icon_start_repeat,
  996. #imageToolBar #icon_pause { display:none; }
  997.  
  998. #light_slideshow #icon_stop_repeat,
  999. #light_slideshow #icon_start_repeat,
  1000. #light_slideshow #icon_pause { display:inline; }
  1001.  
  1002. /* Tabs ---------------------------------------------------------------------------------------- */
  1003.  
  1004. #tabTitleBar { height: 25px;}
  1005.  
  1006. #tabTitles {
  1007.     height: 25px;
  1008.     list-style:none;
  1009.     margin:0;
  1010.     overflow:hidden;
  1011. }
  1012.  
  1013. #tabs {
  1014.     overflow:hidden;
  1015.     height:0;
  1016. }
  1017.  
  1018. .tabBlock {
  1019.     overflow:hidden;
  1020. }
  1021.  
  1022. .tabTitle {
  1023.     padding: 0 20px;
  1024.     cursor: pointer;
  1025.     min-width: 100px;
  1026.     text-align:center;
  1027.     display:inline-block;
  1028.     float:left;
  1029.     font-weight:bold;
  1030. }
  1031.  
  1032. #Tcaption .tabBlockContent,
  1033. #Ttags .tabBlockContent {
  1034.     padding-top:25px;
  1035.     padding-bottom:25px;
  1036.     text-align:center;
  1037. }
  1038.  
  1039. #tabs .label {
  1040.     text-align:right;
  1041.     padding-right:5px;
  1042.     font-weight:bold;
  1043.     width:50%;
  1044. }
  1045.  
  1046. #tabs .value {
  1047.     text-align:left;
  1048.     padding-left:5px;
  1049.     width:50%;
  1050. }
  1051.  
  1052. #tabs .infoTable,
  1053. #tabs .infoTable2 {
  1054.     margin:auto;
  1055.     width:100%;
  1056. }
  1057.  
  1058. .imageInfo{
  1059.     width:100%;
  1060.     font-family: "Century Gothic","Lucida Grande",Verdana,DejaVu Sans,sans-serif;
  1061. }
  1062.  
  1063. .imageInfo dt {
  1064.     float:left;
  1065.     text-align:right;
  1066.     padding-right:0px;
  1067.     margin-right:3px;
  1068.     padding-bottom:3px;
  1069.     font-weight:bold;
  1070.     width:49.5%;
  1071. }
  1072.  
  1073. .imageInfo dd {
  1074.     float:left;
  1075.     text-align:left;
  1076.     padding-left:0px;
  1077.     margin-left:4px;
  1078.     padding-bottom:3px;
  1079.     width:46.5%;
  1080. }
  1081.  
  1082. /* Comments ------------------------------------------------------------------------------------ */
  1083.  
  1084. .subcontent .stuffs_block #comments ul.thumbnailCategories,
  1085. #comments ul {
  1086.     max-width:100%;
  1087.     padding:0;
  1088.     overflow:hidden;
  1089.     height:auto;
  1090. }
  1091.  
  1092. #comments > ul > li {
  1093.     display:inline-block;
  1094.     width:99%;
  1095.     margin:10px auto;
  1096.     padding:5px;
  1097.     -moz-border-radius:10px;
  1098.     -webkit-border-radius:10px;
  1099.     border-radius:10px;
  1100. }
  1101.  
  1102. .stuffs_block  #comments > ul > li {
  1103.     padding: 5px 0;
  1104.     margin: 5px;
  1105.     width:48.86%!important
  1106. }
  1107.  
  1108. #comments .thumbnailCategory {
  1109.     height:auto;
  1110.     display:inline-block;
  1111.     width:99%;
  1112.     vertical-align:bottom;
  1113. }
  1114.  
  1115. #comments .illustration img {
  1116.     border:none;
  1117.     max-width:150px;
  1118.     max-height:128px;
  1119. }
  1120.  
  1121. #comments .illustration {
  1122.     float:left;
  1123.     padding-left:15px;
  1124.     padding-right:15px;
  1125.     display:inline-block;
  1126.     overflow:hidden;
  1127. }
  1128.  
  1129. #comments .commentList .illustration a {
  1130.     height:143px;
  1131.     display:table-cell;
  1132. }
  1133.  
  1134. #comments .description {
  1135.     width:auto;
  1136.     display:block;
  1137.     overflow:hidden;
  1138.     padding-right:5px;
  1139. }
  1140.  
  1141. #comments .description .date {
  1142.     font-style:italic;
  1143. }
  1144.  
  1145. .stuffs_block #comments .actions {
  1146.     display: none;
  1147. }
  1148.  
  1149. .commentList .actions {
  1150.     text-align:right;
  1151.     padding-right:4px;
  1152.     float:right;
  1153. }
  1154.  
  1155. .stuffs  #comments .thumbnailCategories .two_comment {
  1156.     width:48.8%!important;
  1157.     padding:5px 0!important;
  1158.     margin:5px 0.6%!important;
  1159. }
  1160.  
  1161. .stuffs_block #comments .thumbnailCategories li {
  1162.     text-align:left;
  1163.     margin:5px auto;
  1164.     height:auto;
  1165.     width:99%!important;
  1166. }
  1167.  
  1168. #comments .illustration {
  1169.     width:170px;
  1170.     table-layout:fixed;
  1171.     display:table;
  1172. }
  1173.  
  1174. #comments .illustration  a{
  1175.     width:143px;
  1176.     text-align:center;
  1177.     vertical-align:middle;
  1178. }
  1179.  
  1180. .stuffs #comments .thumbnailCategory .illustration,
  1181. .stuffs #comments .thumbnailCategory .illustration  a{
  1182.     width:170px!important;
  1183. }
  1184.  
  1185. .stuffs #comments blockquote {
  1186.     margin-left:10px;
  1187.     margin-right:0;
  1188. }
  1189.  
  1190. #theCommentsPage #comments blockquote {
  1191.     margin-right:70px;
  1192. }
  1193.  
  1194. #commentAdd, #commentList {
  1195.     width: 48%;
  1196.     padding: 0 1%;
  1197. }
  1198. #commentAdd  { float: left; }
  1199. #commentList { float: right; }
  1200.  
  1201. #editComment textarea,
  1202. #commentAdd input[type="text"], #commentAdd textarea {
  1203.     max-width:95%;
  1204.     width: 95%;
  1205.     font-size:100%;
  1206. }
  1207.  
  1208. #commentList ul {
  1209.     list-style: none;
  1210.     padding: 0;
  1211. }
  1212.  
  1213. #commentList li {
  1214.     clear: both;
  1215.     display: block;
  1216.     padding: 0.5em 0;
  1217. }
  1218.  
  1219. #commentList li ul {
  1220.     list-style-type: none;
  1221.     padding: 4px;
  1222. }
  1223.  
  1224. #commentList .author {
  1225.     font-weight: bold;
  1226. }
  1227.  
  1228. #commentList .date {
  1229.     font-style: italic;
  1230. }
  1231.  
  1232. #theCommentsPage #comments li {
  1233.     clear: left;
  1234.     list-style: none;
  1235. }
  1236.  
  1237. .commentList .author, .commentList .date {
  1238.     font-weight: bold;
  1239. }
  1240.  
  1241. #comments  #editComment fieldset {
  1242.     padding:5px;
  1243. }
  1244.  
  1245. #comments  #contenteditid {
  1246.     font-size:100%;
  1247.     width:80%;
  1248. }
  1249.  
  1250. /* Tags ---------------------------------------------------------------------------------------- */
  1251.  
  1252. .tagLetter {
  1253.     text-align:left;
  1254. }
  1255.  
  1256. .tagLevel5 { font-size: 125%; }
  1257. .tagLevel4 { font-size: 116.667%; }
  1258. .tagLevel3 { font-size: 108.333%; }
  1259. .tagLevel2 { font-size: 100%; }
  1260. .tagLevel1 { font-size: 91.667%; }
  1261.  
  1262. #fullTagCloud {
  1263.     text-align: center;
  1264. /*  margin: 1em 2em;*/
  1265. }
  1266.  
  1267. #fullTagCloud span {
  1268.     white-space: nowrap;
  1269.     margin: 0 0.5em;
  1270. }
  1271.  
  1272. #fullTagCloud a {
  1273.     padding: 2px;
  1274. }
  1275.  
  1276. .tagLetterContent {
  1277.     width: 100%;
  1278. }
  1279.  
  1280. .tagSelection li {
  1281.     display: inline;
  1282. }
  1283.  
  1284. #menuTagCloud span {
  1285.     margin: 0;
  1286. }
  1287.  
  1288. .nbEntries {
  1289.     text-align: right;
  1290. }
  1291.  
  1292. #theTagsPage #content table {width:100%}
  1293.  
  1294. /* Calendar ------------------------------------------------------------------------------------ */
  1295.  
  1296. .calCalHead {
  1297.     font-size: 107.692%;
  1298.     font-weight: bold;
  1299. }
  1300.  
  1301. .calendarViews, .calendarCalBar     { margin: 1em 0;}
  1302. .calMonth                       { margin: 1em auto;}
  1303. .calendarBar                    { text-align: center;}
  1304. .calendarBar span               { margin: 0 0.5em;}
  1305. .calMonth td                        { text-align: center;}
  1306. .calBackDate, .calForeDate      { display: none;}
  1307.  
  1308. .calImg {
  1309.     text-align: center;
  1310.     width:80px;
  1311.     height:80px;
  1312.     overflow:hidden;
  1313. }
  1314.  
  1315. /* Inputs & Forms ------------------------------------------------------------------------------ */
  1316.  
  1317. fieldset {
  1318.     margin: 0 0 1em;
  1319.     padding: 1em;
  1320. }
  1321.  
  1322. fieldset legend         { padding: 0 3px;}
  1323. fieldset li             { margin: 0.5em 0;}
  1324. form                { margin: 0;}
  1325. #quicksearch p      { margin: 0;}
  1326.  
  1327. #content form li, #subcontent form li {
  1328.     list-style: none;
  1329.     margin: 0.2em 0;
  1330. }
  1331.  
  1332. .property {
  1333.     display: inline-block;
  1334.     width: 180px;
  1335. }
  1336.  
  1337. #profile .property {
  1338.     display: inline-block;
  1339.     width: 280px;
  1340. }
  1341.  
  1342.  
  1343. #quickconnect input#username,
  1344. #quickconnect input#password,
  1345. #quicksearch input#qsearchInput {
  1346.     width: 130px;
  1347. }
  1348.  
  1349. #quickconnect #remember_me {
  1350.     position:relative;
  1351.     top:2px;
  1352. }
  1353.  
  1354. #quickconnect ul.actions {
  1355.     padding:0;
  1356.     float:none;
  1357.     font-size:92.308%;
  1358.     text-align:left;
  1359. }
  1360.  
  1361. /* Footer -------------------------------------------------------------------------------------- */
  1362.  
  1363. #footer {
  1364.     padding: 2px;
  1365.     clear: both;
  1366.     display:block;
  1367.     font-size:84.615%;
  1368.     line-height:85%;
  1369.     margin-bottom:16px;
  1370. }
  1371.  
  1372. .footer_login,
  1373. .footer_customize,
  1374. #footer_left {
  1375.     float:left;
  1376. }
  1377.  
  1378. #copyright {
  1379.     float:right;
  1380. }
  1381.  
  1382. /* Infos & Errors ------------------------------------------------------------------------------ */
  1383.  
  1384. .errors         { margin: 1em;}
  1385. .infos      { margin: 1em;}
  1386. .errors a   { font-weight: bold;}
  1387. .infos a    { font-weight: bold;}
  1388.  
  1389. /* Theme Switcher Plugin ----------------------------------------------------------------------- */
  1390.  
  1391. .theme_menuf {
  1392.     display:none!important;
  1393. }
  1394.  
  1395. .categoryActions .themeSwicthSelect,.categoryActions .themeSwitchSelect{
  1396.     float:right;
  1397.     margin-top:-1px;
  1398. }
  1399.  
  1400. .categoryActions .selector select {
  1401.     position:relative;
  1402.     top:-2px;
  1403. }
  1404.  
  1405. /* Language Switch Plugin ----------------------------------------------------------------------- */
  1406.  
  1407. .categoryActions .menuf {
  1408.     padding:0 0 0 2px;
  1409.     float:right;
  1410. }
  1411.  
  1412. .categoryActions .menuf .flags {
  1413.     margin-top:0;
  1414. }
  1415.  
  1416. .categoryActions .menuf ul li{
  1417.     padding:0;
  1418. }
  1419.  
  1420. /* ContactForm Plugin -------------------------------------------------------------------------- */
  1421.  
  1422. #cf_message { font-size: 100%;}
  1423.  
  1424. /* Gmaps Plugin -------------------------------------------------------------------------------- */
  1425.  
  1426. #icon_gmaps.size28x28 {
  1427.     background:url(../../themes/stripped_responsive/icon/gmaps/i28x28.png);
  1428.     display:inline-block;
  1429. }
  1430.  
  1431. #icon_gmaps.size42x28 {
  1432.     background:url(../../themes/stripped_responsive/icon/gmaps/i42x28.png);
  1433.     display:inline-block;
  1434. }
  1435.  
  1436. /* RV Maps & Earth Plugin ---------------------------------------------------------------------- */
  1437.  
  1438. #theImageBox #map {
  1439.     left:240px;
  1440.     margin-bottom:15px;
  1441.     margin-right:270px;
  1442. }
  1443.  
  1444. #theImageBox #mapPicture{
  1445.    width:230px;
  1446.    margin-left:10px;
  1447. }
  1448.  
  1449. #theImage                       { width: 100%;}
  1450. #theMapListPage .titrePage h2   { margin-left: 1em;}
  1451.  
  1452. /* User Tags Plugin ---------------------------------------------------------------------------- */
  1453.  
  1454. table#TagsTable {margin:auto;}
  1455. #Tags .label        {width:auto;}
  1456. #Tags .value        {width:auto;}
  1457.  
  1458. /* BBcodeBar Plugin ---------------------------------------------------------------------------- */
  1459.  
  1460. .markItUpHeader ul:first-child {
  1461.     height: 22px;
  1462. }
  1463.  
  1464. /* Community Plugin ---------------------------------------------------------------------------- */
  1465.  
  1466. #photosAddContent P {
  1467.     text-align: center;
  1468. }
  1469.  
  1470. /* GThumb+ Plugin ------------------------------------------------------------------------------ */
  1471.  
  1472. #thumbnails li.gthumb,
  1473. #thumbnails li.gthumb:hover {
  1474.     border-radius:0;
  1475.     -moz-border-radius:0;
  1476.     -webkit-border-radius:0;
  1477. }
  1478.  
  1479. /* PWG Stuffs Plugin --------------------------------------------------------------------------- */
  1480.  
  1481. .subcontent .stuffs_block .stuffs {
  1482. /*  max-width:890px;*/
  1483.     padding:0;
  1484. }
  1485.  
  1486. .stuffs_block .categoryActions  {
  1487.     display:none;
  1488. }
  1489.  
  1490. .subcontent .stuffs_block .left_block,
  1491. .subcontent .stuffs_block .right_block,
  1492. .subcontent .stuffs_block .middle_block {
  1493.     max-width:880px;
  1494.     padding:10px 5px;
  1495. }
  1496.  
  1497. .subcontent .stuffs_block .left_block {
  1498.     margin: 5px 10px 0 0;
  1499. }
  1500.  
  1501. .subcontent .stuffs_block .right_block {
  1502.     margin: 5px 0 0 10px;
  1503. }
  1504. .subcontent .stuffs_block .middle_block {
  1505.     margin: 5px 0;
  1506. }
  1507.  
  1508. .stuffs_block ul.thumbnailCategories {
  1509.     display:inline-block;
  1510. }
  1511.  
  1512. .stuffs_block ul.thumbnailCategories li {
  1513.     width:170px;
  1514.     float:left;
  1515. }
  1516.  
  1517. .stuffs_block  .logon_block {
  1518.     text-align: left;
  1519. }
  1520.  
  1521. .stuffs_block .personal_block ul,
  1522. .stuffs_block .logon_block  ul {
  1523.     overflow: visible;
  1524. }
  1525.  
  1526. .stuffs_block  .personal_block  li,
  1527. .stuffs_block  .logon_block li {
  1528.     background: none;
  1529.     margin: auto;
  1530.     float: none;
  1531.     width: auto;
  1532.     height: auto;
  1533.     text-align:left;
  1534.     display:block;
  1535. }
  1536.  
  1537. .stuffs_block .categoryActions li {
  1538.     background: none;
  1539.     margin: auto;
  1540.     float: none;
  1541.     width: 0;
  1542.     height: auto;
  1543.     display: block;
  1544.     text-align: right;
  1545. }
  1546.  
  1547. .stuffs_block .categoryActions {
  1548.     margin-top:0;
  1549.     padding-right:10px;
  1550. }
  1551.  
  1552.  
  1553. .stuffs_block .categoryActions li:hover,
  1554. .stuffs_block  .personal_block  li:hover,
  1555. .stuffs_block  .logon_block li :hover{
  1556.     background: none;
  1557. }
  1558.  
  1559. .stuffs_block .logon_block  img {
  1560.     display: none;
  1561. }
  1562.  
  1563. .stuffs_block .logon_block  .property {
  1564.     line-height: 200%;
  1565. }
  1566.  
  1567. .stuffs_block .logon_block  form{
  1568.     text-align: center;
  1569.     margin: auto;
  1570.     max-width: 600px;
  1571. }
  1572.  
  1573. .stuffs_block .logon_block  p a { margin-right: 8px}
  1574. .stuffs_block .personal_block  { text-align: center;}
  1575. #content .stuffs_block .personal_block  p { text-align: justify;}
  1576. .stuffs_block #thumbnails  {margin:0;}
  1577. .stuffs_block #thumbnails li {margin:5px 3px;}
  1578. .stuffs_block .titrePage { margin: 0;}
  1579.  
  1580. #theCategoryPage  #the_page .stuffs {
  1581.     margin:0!important;
  1582.     padding:5px 0;
  1583. }
  1584.  
  1585. #thePicturePage .stuffs { margin:3px 0;}
  1586. #thePicturePage .stuffs_block p { text-align:left;}
  1587.  
  1588. #thePicturePage .stuffs_block {
  1589.     max-width:1120px;
  1590.     padding:0;
  1591.     text-align:center;
  1592. }
  1593.  
  1594. .stuffs_block .personal_block ul.thumbnailCategories {
  1595.     vertical-align:bottom;
  1596.     margin-top:0;
  1597. }
  1598.  
  1599. #content .stuffs_block  .wrap2 { height:130px!important;}
  1600. #content .stuffs_block .wrap1 .wrap2full { height:160px!important;}
  1601. /* Loader gif new in 2.5 */
  1602. .loader {
  1603.   display: none;
  1604.   position: fixed;
  1605.   right: 0;
  1606.   bottom: 0;
  1607. }
  1608.  
  1609. /* drop-down boxes new in 2.4 */
  1610. .switchBox {
  1611.     padding: 0.5em 5px;
  1612.     border-radius: 4px;
  1613.     z-index: 100;
  1614.     text-align:left;
  1615.     display: none;
  1616.     position: absolute;
  1617.     left: 0; top: 0; /*left, right set through js*/
  1618.   border: none;
  1619.   background-color: #222;
  1620.   color:#aaa;
  1621.   font-size:14px;
  1622. }
  1623.  
  1624. .switchBox .switchBoxTitle {
  1625.   padding-bottom:5px;
  1626.   margin-bottom:5px;
  1627.   border-bottom: 1px solid #444444;
  1628. }
  1629.  
  1630. .menu-random-photo .ammillustration#imrp_ill0 {
  1631.   padding: 0;
  1632. }
  1633.  
  1634. .menu-random-photo .ammillustrationc {
  1635.   border: 1px solid #555;
  1636. }
  1637. .menu-random-photo .ammillustrationc:hover {
  1638.   border-color: #101010;
  1639. }
  1640. .menu-random-photo .illustration {
  1641.   border: 1px solid #777;
  1642. }
  1643. .menu-random-photo .illustration:hover {
  1644.   border-color: #c0c0c0;
  1645. }
  1646.  
  1647. .fotorama-slideshow #content {
  1648.   border-width: 0;
  1649. }
  1650. .fotorama-slideshow #theImage {
  1651.   display: block;
  1652. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement