SHARE
TWEET

Untitled

a guest May 1st, 2014 7 Never
  1. #ohmThumbFooter{
  2.         width:100%;
  3.         color: white;
  4.         background-color: rgba(125,125,125,0.8);
  5.         position:absolute;
  6.         pointer-events: none;
  7.         font-size: 0.85em;
  8.         bottom:0px;
  9.         left:0px;
  10.         z-index:10;
  11.         display:none;
  12.        
  13. }
  14.  
  15. #ohmThumbToolbar{
  16.         width:100%;
  17.         height:24px;
  18.         color: white;
  19.         background-color: rgba(125,125,125,0);
  20.         position:absolute;
  21.         font-size: 24px;
  22.         top:-12px;
  23.         left:0px;
  24.         z-index:10;
  25.         display:none;
  26. }
  27.  
  28. #ohmThumbContextMenu{
  29.         color: white;
  30.         background-color: rgba(125,125,125,0.9);
  31.         position:absolute;
  32.         top:-24px;
  33.         left:100%;
  34.         width:170px;
  35.         text-align:left;
  36.         padding: 5px;
  37.         z-index:10;
  38.         display:none;
  39. }
  40. #ohmThumbContextMenu.left{
  41.         top:-24px;
  42.         right:100%;
  43.         left:initial;
  44. }
  45.  
  46. #ohmThumbToolbarFavoriteIcon{
  47.         background:url('https://dl.dropboxusercontent.com/u/931983/chan/favorite.png') left center;
  48.         width:24px;
  49.         height:24px;
  50.         z-index:20;
  51.         display:block;
  52.         position:absolute;
  53.         left:20px;
  54. }
  55. #ohmThumbToolbarFavoriteIcon:hover{
  56.         background:url('https://dl.dropboxusercontent.com/u/931983/chan/favorite.png') left top;
  57. }
  58.  
  59. #ohmThumbToolbarFavoriteIcon.favorited{
  60.         background:url('https://dl.dropboxusercontent.com/u/931983/chan/favorite.png') left bottom;
  61. }
  62.  
  63. #ohmThumbToolbarFavoriteIcon.favorited:hover{
  64.         background:url('https://dl.dropboxusercontent.com/u/931983/chan/favorite.png') left top;
  65. }
  66.  
  67. #ohmThumbToolbarModeIcon{
  68.         background:url('https://dl.dropboxusercontent.com/u/931983/chan/mode.png') left center;
  69.         width:24px;
  70.         height:24px;
  71.         z-index:20;
  72.         display:block;
  73.         position:absolute;
  74.         left:72px;
  75. }
  76. #ohmThumbToolbarModeIcon:hover{
  77.         background:url('https://dl.dropboxusercontent.com/u/931983/chan/mode.png') left top;
  78. }
  79.  
  80. #ohmThumbToolbarContextMenuIcon{
  81.         background:url('https://dl.dropboxusercontent.com/u/931983/chan/contextmenu.png') left center;
  82.         width:24px;
  83.         height:24px;
  84.         z-index:20;
  85.         display:block;
  86.         position:absolute;
  87.         right:22px;
  88. }
  89.  
  90. #ohmThumbToolbarContextMenuIcon:hover{
  91.         background:url('https://dl.dropboxusercontent.com/u/931983/chan/contextmenu.png') left top;
  92. }
  93.  
  94. #ohmThumbToolbarContextMenuIcon.clicked:hover{
  95.         background:url('https://dl.dropboxusercontent.com/u/931983/chan/contextmenu.png') left bottom;
  96. }
RAW Paste Data
Top