SHARE
TWEET

Untitled

a guest May 4th, 2014 11 Never
  1. #ohmThumbFooter{
  2.         width:100%;
  3.         color: grey;
  4.         background-color: rgba(255,255,255,0.8);
  5.         position:absolute;
  6.         pointer-events: none;
  7.         font-size: 0.9em;
  8.         bottom:0px;
  9.         left:0px;
  10.         z-index:10;
  11.         display:none;
  12.        
  13. }
  14.  
  15. #ohmThumbToolbar{
  16.         width:100%;
  17.         height:16px;
  18.         color: white;
  19.         background-color: rgba(255,255,255,0.8);
  20.         position:absolute;
  21.         font-size: 24px;
  22.         top:-16px;
  23.         left:0px;
  24.         z-index:10;
  25.         display:none;
  26. }
  27.  
  28. #ohmTagsBox{
  29.         width:200%;
  30.         color: grey;
  31.         background-color: rgba(255,255,255,1);
  32.         position:absolute;
  33.         border:1px solid rgb(234, 234, 234);
  34.         font-size: 0.85em;
  35.         top:237px;
  36.         left:-50%;
  37.         z-index:10;
  38.         display:none;
  39. }
  40.  
  41. #ohmThumbContextMenu{
  42.         color: grey;
  43.         background-color: rgba(255,255,255,0.9);
  44.         border: 1px solid #DDD;
  45.         position:absolute;
  46.         top:-16px;
  47.         left:100%;
  48.         width:170px;
  49.         text-align:left;
  50.         padding: 5px;
  51.         z-index:11;
  52.         display:none;
  53. }
  54. #ohmThumbContextMenu.left{
  55.         top:-16px;
  56.         right:100%;
  57.         left:initial;
  58. }
  59.  
  60. .ohmIcon{
  61.         width:16px;
  62.         height:16px;
  63.         z-index:20;
  64.         display:block;
  65.         background-position:left top;
  66.         cursor: pointer;
  67. }
  68.  
  69. .ohmIcon:hover{
  70.         background-position:left center;
  71. }
  72.  
  73. .ohmIcon.clicked{
  74.         background-position:left bottom;
  75. }
  76.  
  77. .ohmIcon.clicked:hover{
  78.         background-position:left center;
  79. }
  80.  
  81. #ohmThumbToolbarFavoriteIcon{
  82.         background-image:url('https://dl.dropboxusercontent.com/u/931983/chan/heart2.png');
  83.         position:absolute;
  84.         left:30px;
  85. }
  86.  
  87. #ohmThumbToolbarChooseIcon{
  88.         background-image:url('https://dl.dropboxusercontent.com/u/931983/chan/choose2.png');
  89.         position:absolute;
  90.         left:20px;
  91. }
  92.  
  93. #ohmThumbToolbarChildIcon{
  94.         background-image:url('https://dl.dropboxusercontent.com/u/931983/chan/child2.png');
  95.         position:absolute;
  96.         left:20px;
  97. }
  98.  
  99. #ohmThumbToolbarParentIcon{
  100.         background-image:url('https://dl.dropboxusercontent.com/u/931983/chan/parent2.png');
  101.         position:absolute;
  102.         left:20px;
  103. }
  104.  
  105. #ohmThumbToolbarModeIcon{
  106.         background-image:url('https://dl.dropboxusercontent.com/u/931983/chan/02.png');
  107.         position:absolute;
  108.         left:77px;
  109. }
  110.  
  111. #ohmThumbToolbarContextMenuIcon{
  112.         background-image:url('https://dl.dropboxusercontent.com/u/931983/chan/menu2.png');
  113.         position:absolute;
  114.         left:124px;
  115. }
  116.  
  117. #ohmThumbContextMenuPreviewIcon{
  118.         background-image:url('https://dl.dropboxusercontent.com/u/931983/chan/12.png');
  119.         display:inline-block;
  120. }
  121.  
  122. #ohmThumbContextMenuQuickEditIcon{
  123.         background-image:url('https://dl.dropboxusercontent.com/u/931983/chan/22.png');
  124.         display:inline-block;
  125. }
  126.  
  127. #ohmThumbContextMenuFlagIcon{
  128.         background-image:url('https://dl.dropboxusercontent.com/u/931983/chan/32.png');
  129.         display:inline-block;
  130. }
  131.  
  132. #ohmThumbContextMenuFindSimilarIcon{
  133.         background-image:url('https://dl.dropboxusercontent.com/u/931983/chan/42.png');
  134.         display:inline-block;
  135. }
  136.  
  137. #ohmThumbContextMenuChooseIcon{
  138.         background-image:url('https://dl.dropboxusercontent.com/u/931983/chan/choose2.png');
  139.         display:inline-block;
  140. }
  141.  
  142. #ohmThumbContextMenuChildIcon{
  143.         background-image:url('https://dl.dropboxusercontent.com/u/931983/chan/child2.png');
  144.         display:inline-block;
  145. }
  146.  
  147. #ohmThumbContextMenuParentIcon{
  148.         background-image:url('https://dl.dropboxusercontent.com/u/931983/chan/parent2.png');
  149.         display:inline-block;
  150. }
  151.  
  152. .status-notice.ohm{
  153.         background-color:rgba(233, 233, 233, 0.8);
  154.         display:block;
  155.         float:left;
  156.         position:relative;
  157. }
  158.  
  159. #ohmFindSimilarCloseIcon{
  160.         background-image:url('https://dl.dropboxusercontent.com/u/931983/chan/x2.png');
  161.         position:absolute;
  162.         top:5px;
  163.         right:5px;
  164. }
  165.  
  166. #ohmEditBox{
  167.         background-color: rgba(233, 233, 233,1);
  168.         color:white;
  169.         border: 2px solid #DDD;
  170.         z-index:999999;
  171.         position:fixed;
  172.         left:0px;
  173.         top:0px;
  174.         display:none;
  175.         padding:5px;
  176. }
  177.  
  178. #ohmEditBoxTitle{
  179.         color:black;
  180.         font-weight:bold;
  181. }
  182.  
  183. #ohmEditBoxCloseIcon{
  184.         background-image:url('https://dl.dropboxusercontent.com/u/931983/chan/x2.png');
  185.         position:absolute;
  186.         top:5px;
  187.         right:5px;
  188. }
  189.  
  190. .ohmAboveThumb{
  191.         color:black;
  192.         font-size: 0.9em;
  193.         background-color:rgba(233, 233, 233, 0.8);
  194.         display:block;
  195. }
  196.  
  197. .ohmBelowThumb{
  198.         color:black;
  199.         font-size: 0.9em;
  200.         background-color:rgba(233, 233, 233, 0.8);
  201.         display:block;
  202. }
  203.  
  204. .ohmThumbPreview{
  205.         position:fixed;
  206.         z-index:999999999;
  207. }
  208.  
  209. .thumb.chosen{
  210.         background-color:rgb(153,204,255);
  211. }
  212. .thumb.worse{
  213.         background-color: rgb(235, 206, 206);
  214. }
  215. .thumb.better{
  216.         background-color: rgb(208, 241, 220);
  217. }
RAW Paste Data
Top