Advertisement
coolius

comics

May 27th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.20 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Roboto:400);
  2.  
  3. body {
  4.     margin: 0px;
  5.     padding: 0px;
  6.     background-color: #e6e6e6;
  7.     color: #444444;
  8.     text-align: center;
  9. }
  10.  
  11. a {
  12.     color: #444444;
  13.     text-decoration: none;
  14.     outline: none;
  15. }
  16.  
  17. a img {
  18.     border: 0px solid #AAAAAA;
  19. }
  20.  
  21. .hidden {
  22.     visibility: hidden;
  23. }
  24.  
  25. .rootlink {
  26.     font-family: 'Roboto', sans-serif;
  27.     font-size: 18px;  
  28.     display : inline-block;
  29.     padding : 16px;    
  30.         background-color: #FFFFFF;
  31.         color: #000000;
  32.     width : 300px;    
  33.         border-radius: 2px;    
  34.         -webkit-border-radius: 2px;
  35.         -webkit-box-shadow: 0px 2px 4px #d6d6d6;
  36.     -moz-box-shadow: 0px 2px 4px #d6d6d6;
  37.     box-shadow: 0px 2px 4px #d6d6d6;
  38. }
  39.  
  40. @media (max-width: 810px) {
  41.    
  42.     #toppagebar
  43.     {
  44.        position: fixed;
  45.        z-index: 5; 
  46.        top: 0px;
  47.        left: 0px;      
  48.        height: 140px;
  49.        width: 100%;
  50.        background-color: #03838F !important;   
  51.        -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  52.        -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  53.        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  54.     }
  55.    
  56.     #group
  57.     {  
  58.         margin-top: 150px;
  59.         margin-left: 10px;
  60.         margin-right: 10px;
  61.     }
  62.  
  63.     #topbarleft
  64.     {    
  65.         position: absolute;
  66.         top: 70px;
  67.         left: 0px;
  68.     }
  69.    
  70.     #topbarright
  71.     {
  72.         position: absolute;
  73.         top: 70px;
  74.         right: 0px;
  75.        
  76.     }
  77. }
  78.  
  79. @media (min-width: 811px) {
  80.    
  81.     #toppagebar
  82.     {  
  83.         position: fixed;
  84.         z-index: 5;    
  85.         top: 0px;
  86.         left: 0px;     
  87.         height: 70px;
  88.         width: 100%;   
  89.        background-color:#03838F !important;
  90.        -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  91.        -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  92.        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  93.     }
  94.    
  95.     #group
  96.     {  
  97.         margin-top: 100px;
  98.         margin-left: 10px;
  99.         margin-right: 10px;
  100.     }
  101.    
  102.     #topbarleft
  103.     {
  104.         float: left;
  105.     }
  106.    
  107.     #topbarright
  108.     {
  109.         float: right;
  110.     }
  111. }
  112.  
  113.  
  114. #topbarcenter {
  115.     margin-left: auto;
  116.     margin-right: auto;
  117.     width: 456px   
  118. }
  119.  
  120. #pagelabel {   
  121.     float: left;
  122.     color: #FFFFFF;
  123.     width: 120px;
  124.     margin-top: 10px;
  125.     font-family: 'Roboto', sans-serif;
  126.     font-size: 22px;
  127. }
  128.  
  129. #pagelabel a { 
  130.     color: #FFFFFF;
  131. }
  132.  
  133. #pagelabeltotal
  134. {
  135.     font-size: 16px;
  136.     color: #EEEEEE;
  137. }
  138.  
  139. .topbutton
  140. {
  141.     float: left;
  142.     width: 64px;
  143.     height: 64px;
  144.     margin-left: 10px;
  145.     margin-right: 10px;
  146. }
  147.  
  148. #arrowup { 
  149.     background-image: url('/theme/arrowup.png');
  150.     background-repeat: no-repeat;  
  151. }
  152.  
  153. #arrowleft {
  154.     background-image: url('/theme/arrowleft.png');
  155.     background-repeat: no-repeat;  
  156. }
  157.  
  158. #arrowleft10 {     
  159.     background-image: url('/theme/arrowleft10.png');
  160.     background-repeat: no-repeat;  
  161. }
  162.  
  163. #arrowright {  
  164.     background-image: url('/theme/arrowright.png');
  165.     background-repeat: no-repeat;
  166. }
  167.  
  168. #arrowright10 {
  169.     background-image: url('/theme/arrowright10.png');
  170.     background-repeat: no-repeat;
  171. }
  172.  
  173. #random {      
  174.     background-image: url('/theme/random.png');
  175.     background-repeat: no-repeat;
  176. }
  177.  
  178. #search {  
  179.     background-image: url('/theme/search.png');
  180.     background-repeat: no-repeat;
  181. }
  182.  
  183. #settings {    
  184.     background-image: url('/theme/settings.png');
  185.     background-repeat: no-repeat;
  186. }
  187.  
  188. #banner {
  189.     position: absolute;
  190.     top: 0px;
  191.     left: 0px;
  192.     height: 100px;
  193.     width: 100%;
  194.     background-image: url('/theme/banner.png');
  195.     background-color: #FFFFFF;
  196.     background-repeat: no-repeat;
  197.     background-position: 20px center;
  198. }
  199.  
  200. .cell {
  201.     float: left;
  202.     width: 160px;
  203.     height: 288px;    
  204.     margin: 0px 20px 20px 0px;
  205.     background-color: #ffffff;
  206.     border-radius: 2px;
  207.     box-shadow: 0 2px 2px #d6d6d6;
  208. }
  209.  
  210. .cellcontainer {
  211.     display: inline-block;
  212. }
  213.  
  214. .thumb {
  215.     width: 160px;
  216.     height: 230px;
  217.     text-align: center;
  218. }
  219.  
  220. .label {
  221.     font-size: 16px;
  222.     font-family: 'Roboto', sans-serif;
  223.     height: 45px;
  224.     overflow: hidden;
  225.     margin: 8px 4px 0px;
  226. }
  227.  
  228.  
  229. .numberblock {
  230.     position: relative;
  231.     float: right;
  232.     top: -281px;
  233.     height: 30px;
  234.     width: 30px;
  235. }
  236.  
  237. .number
  238. {   position: relative;
  239.     text-decoration: none;
  240.     color: #ffffff;
  241.     font-family: 'Roboto', sans-serif;;
  242.     font-size: 16px;    
  243.     display: inline-block;
  244.     height: 0px;
  245.     width: 100%;
  246.     background-color: #FF5722;
  247.     border-radius: 50%;
  248.     padding: 6px 0 24px 0;
  249. }
  250.  
  251.  
  252.  
  253. #dimoverlay {
  254.     visibility: hidden;
  255.     z-index: 6;
  256.     position: fixed;
  257.     top: 0;
  258.     left: 0;
  259.     right: 0;
  260.     bottom: 0;  
  261.     width: 100%;
  262.     text-align: center;
  263.     background-image:url('/theme/dimoverlay.png');
  264.     display: block;
  265. }
  266.  
  267. #pageselector {
  268.     display: none;
  269. }
  270.  
  271. #searchbox {
  272.     display: none;
  273. }
  274.  
  275. #settingsbox {
  276.     display: none;
  277. }
  278.  
  279. #comicdetails {
  280.     display: none;
  281.     width: 580px;
  282.     max-height: 700px;  
  283.     min-height: 280px;  
  284. }
  285.  
  286. .popupmenu {
  287.     display: none;
  288.     position: fixed;
  289.     top: 0px;
  290.     left: 0px;
  291.     right: 0px;
  292.     z-index: 9;
  293.     display: inline-block;    
  294.     width: 420px;
  295.     margin-left: auto;
  296.     margin-right: auto;  
  297.     margin-top: 70px;
  298.     padding: 10px;
  299.     background-color: #FFFFFF;
  300.     border: 0px solid #AAAAAA;
  301.     box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.4);
  302.     font-family: 'Roboto', sans-serif;
  303.     font-size: 30px;
  304.     max-height: 600px;
  305.     overflow: auto;  
  306. }
  307.  
  308. .popuptitle {
  309.     clear: both;
  310.     padding-bottom: 20px;
  311.     margin-top: 10px;
  312.     margin-bottom: 20px;
  313.     border-bottom: 0px #CCCCCC solid;
  314. }
  315.  
  316. .pagenumber {
  317.     border-radius: 25px;   
  318.     -webkit-border-radius: 25px;
  319.     float: left;
  320.     background-color: #777777;
  321.     color: #FFFFFF;
  322.     width: 50px;
  323.     height: 38px;
  324.     padding-top: 6px;
  325.     padding-bottom: 6px;
  326.     margin: 5px;
  327. }
  328.  
  329. .currentpagenumber {
  330.     color: #FFFFFF;
  331.     background-color: #FA5126;
  332. }
  333.  
  334. .actionbutton {
  335.     font-size: 18px;
  336.     background-color: #FA5126;
  337.     color: #FFFFFF;
  338.     border-radius: 3px;
  339.     height: 32px;
  340.     width: 75px;   
  341.     margin-left: 30px;
  342.     margin-right: 30px;
  343.     -webkit-border-radius: 3px;
  344.     -moz-border-radius: 3px;   
  345.     border-bottom: 3px solid rgb(201, 61, 25);
  346.     border-top: 0px;
  347.     border-left: 0px;
  348.     border-right: 0px;
  349.     padding: 1px 0px 1px 0px;      
  350.     -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  351.     -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  352.     box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  353. }
  354.  
  355. .textbox {
  356.     height: 28px;
  357.     width: 200px;
  358.     border: 1px solid #B9BDC1;
  359.     color: #797979;
  360.     -moz-border-radius: 3px;
  361.     -webkit-border-radius: 3px;
  362.     border-radius: 3px;
  363. }
  364.  
  365.  
  366. #searchright {
  367.     border: 0;
  368.     background: url('/theme/arrowright.png');  
  369.     cursor: pointer;  
  370. }
  371.  
  372. #searchright10 {
  373.     border: 0;
  374.     background: url('/theme/arrowright10.png');
  375.     cursor: pointer;  
  376. }
  377.  
  378. #searchleft {
  379.     border: 0;
  380.     background: url('/theme/arrowleft.png');   
  381.     cursor: pointer;  
  382. }
  383.  
  384. #searchleft10 {
  385.     border: 0;
  386.     background: url('/theme/arrowleft10.png'); 
  387.     cursor: pointer;  
  388. }
  389.  
  390. .searcharrowform {
  391.     display : inline;  
  392. }
  393.  
  394. .sectiontitle {
  395.     font-size:24px;
  396. }
  397.  
  398. .radiolabel {
  399.     display: inline-block;
  400.     font-size: 18px;
  401.     margin: 15px 25px 5px 5px; 
  402.     padding: 5px;
  403.     width: 150px;
  404.     border-radius: 10px;   
  405.     background-color:#EEEEEE;
  406. }
  407.  
  408. /*****************************************/
  409. /*           COMIC DETAILS                */
  410. /*****************************************/
  411.  
  412. #progressbar {
  413.     position: relative;
  414.     top: 131px;
  415.     border: 0;
  416.     background: url('/theme/progressbar.gif');
  417.     background-repeat: no-repeat;
  418.     margin: auto;
  419.     width: 48px;
  420.     height: 48px;
  421. }
  422.  
  423. #details {
  424.     font-family: "Arial";  
  425. }
  426.  
  427.  
  428. #details_close {
  429.     float: right;
  430.     width: 32px;
  431.     height: 32px;      
  432.     background-image: url('/theme/close.png');
  433.     background-repeat: no-repeat;
  434.     opacity: 0.5;
  435. }
  436.  
  437. #details_cover {
  438.     float: left;
  439.     width: 160px;
  440.     height: 264px;
  441.     margin: 5px 15px 5px 5px;  
  442. }
  443.  
  444. #details_cover img {   
  445.     border: 0px solid #AAAAAA;
  446.     box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  447.     -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  448.     -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  449. }
  450.  
  451. #details_title {   
  452.     font-size: 22px;
  453.     font-weight: bold;
  454.     text-align: left;
  455. }
  456.  
  457. #details_authors {
  458.     margin-top: 6px;
  459.     font-size: 16px;
  460.     font-weight: bold;
  461.     text-align: left;
  462.     color: #888888;
  463.     max-height: 40px;
  464.     overflow: hidden;
  465. }
  466.  
  467. #details_series {
  468.     margin-top: 6px;
  469.     font-size: 16px;
  470.     text-align: left;
  471.     font-style: italic
  472. }
  473.  
  474. #details_size {
  475.     line-height: 24px;
  476.     margin-top: 6px;
  477.     font-size: 16px;
  478.     text-align: left;
  479. }
  480.  
  481. #details_genre {
  482.     margin-top: 5px;
  483.     font-size: 16px;
  484.     text-align: left;
  485.     font-style: italic
  486. }
  487.  
  488. #details_language_pubdate {
  489.     margin-top: 5px;
  490.     font-size: 16px;
  491.     text-align: left;
  492.     word-spacing: 5px;
  493. }
  494.  
  495. #details_download {
  496.     position: absolute;
  497.     top: 208px;    
  498.     left: 190px;
  499.     width: 164px;
  500.     height: 42px;      
  501.     background-image: url('/theme/download.png');
  502.     background-repeat: no-repeat;
  503. }
  504.  
  505. #details_read {
  506.     position: absolute;
  507.     top: 208px;    
  508.     left: 374px;
  509.     width: 164px;
  510.     height: 42px;      
  511.     background-image: url('/theme/read.png');
  512.     background-repeat: no-repeat;
  513. }
  514.  
  515. #details_description {
  516.     clear: both;
  517.     font-size: 16px;
  518.     text-align:left;
  519.     overflow-y: auto;
  520.     color: #444444;
  521.     padding: 15px;
  522.     max-height: 400px;
  523. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement