/*
 * Copyright (c) 2011 
 * ==================================
 * 
 *
 * This is part of an item on themeforest
 * Because of security reasons it's encrypted
 * You can check out the screenshots and purchase it on themeforest:
 * http://rxa.li/prepare
 * 
 * 
 * ===========================================
 * original filename: mod.css
 * filesize: 903 Bytes
 * last modified: Wed, 26 Jan 2011 14:47:00 +0100
 *
 */
#mod_container{ position:fixed; left:10px; top:20px; background:#333; box-shadow:0 0 8px rgba(0,0,0,0.3); -moz-box-shadow:0 0 8px rgba(0,0,0,0.3); -webkit-box-shadow:0 0 8px rgba(0,0,0,0.3); -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; padding:10px; } #mod_container ul{ padding:0; } #mod_container ul li{ display:block; margin:8px 4px; } #mod_container ul li a{ display:inline; width:100%; height:100%; cursor:pointer; background:none; padding:3px; } #mod_container ul li a img:hover{ -moz-box-shadow:0 0 12px rgba(64,147,174,0.8); -webkit-box-shadow:0 0 12px rgba(64,147,174,0.8); box-shadow:0 0 12px rgba(64,147,174,0.8); -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; } #mod_container a{ font-size:10px; display:block; text-align:right; font-family:Arial, Helvetica, sans-serif; }