/*
* Default Admin Theme
*
* @copyright (c) 2000-2015 XOOPS Project (www.xoops.org)
* @license http://www.fsf.org/copyleft/gpl.html GNU public license 3.0
* @package themes
* @since 2.5.x
* @author Xoops Design Theme <http://www.xoops.org/>
* @maintained Xoops Design Theme <http://www.xoops.org/>
*
*/
#xo-system-icons {
height: 200px;
}
#xo-module-icons,#xo-icon {
margin: 3px;
text-align: center;
}
#xo-module-icons {
min-height: 250px;
}
#xo-icon a, #xo-module-icons a {
display: block;
float: left;
height: 80px !important;
width: 80px !important;
vertical-align: middle;
text-decoration: none;
background-color: #FFF;
padding: 10px;
margin: 3px;
border: 1px solid darken(@gray-light, 15%);
border-radius: 3px;
text-transform: uppercase;
transition: ease all 250ms;
}
#xo-icon a:hover,#xo-module-icons a:hover {
background: @blue-light;
border-color: darken(@blue-light, 10%);
}
#xo-icon img{
margin-top: 8px;
margin-bottom: 8px;
}
#xo-module-icons img {
margin-top: 8px;
margin-bottom: 8px;
max-width: 70px !important;
}
#xo-icon span,#xo-module-icons span {
font-size: 10px;
font-weight: bold;
display: block;
}
#xo-icon span.uno,#xo-module-icons span.uno {
font-size: 11px;
font-weight: normal;
text-decoration: underline;
color: Blue;
}
#xo-icon span.unor,#xo-module-icons span.unor {
font-size: 11px;
font-weight: normal;
text-decoration: underline;
color: #CC0000;
}
|