Guest User

Untitled

a guest
May 16th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.80 KB | None | 0 0
  1. /*--------------------*\
  2. |  Q4R Visual Themes.  |
  3. |   Powered By LESS    |
  4. \*--------------------*/
  5.  
  6. .theme-default
  7. {
  8.     background-image: none;
  9.    
  10.     .funclist
  11.     {
  12.         margin: 0px;
  13.         padding: 0px;
  14.         width: 100%;
  15.        
  16.         li
  17.         {
  18.             list-style: none;
  19.             margin: 0px;
  20.             padding: 0px;
  21.            
  22.             a
  23.             {
  24.                 list-style: none;
  25.                 border-radius: 5px;
  26.                 border: 1px solid #666;
  27.                 display: block;
  28.                 text-align: center;
  29.                 background-image: url('../img/listitem.png');
  30.                 background-color: #fff;
  31.                 background-position: bottom;
  32.                 background-repeat: repeat-x;
  33.                 -moz-box-shadow: 8px 8px 6px #666;
  34.                 -webkit-box-shadow: 8px 8px 6px #666;
  35.                 box-shadow: 8px 8px 5px #666;
  36.                 margin: 10px;
  37.                 padding: 8px;
  38.                 color: #111;
  39.                 text-decoration: none;
  40.                 font-weight: bold;
  41.             }
  42.         }  
  43.     }
  44. }
Add Comment
Please, Sign In to add comment