Mercurial > pub > site.implab
view public_html/static/css/global.css @ 16:e69c970c3ddd default tip
sync
author | sergey |
---|---|
date | Tue, 20 May 2014 01:28:48 +0400 |
parents | d9551c7e7101 |
children |
line wrap: on
line source
html, body { font-family: arial; font-size: 10pt; height: 100%; margin: 0; padding: 0; background: #ffffff; } a { transition: all 0.5s; color: inherit; font-weight: bold; } .block { display: block; } .centered { text-align: center; } .float-left { float: left; } .float-right { float: right; } /********************************* MENUS **************************************/ ul.menu-bar { padding: 0; margin: 0; list-style: none; } ul.menu-bar li { display: inline-block; line-height: 100%; } .menu-bar .menu-item { padding: 5px; display: block; text-decoration: none; border-bottom: 3px solid #ffffff; } .menu-bar .menu-item-icon { display:none; } .menu-bar .active .menu-item { border-bottom: 3px solid; } /********************************* TABLES *************************************/ table.pretty-table { border-collapse: collapse; border: 1px solid #cccccc; margin: 10px; } table.pretty-table td, table.pretty-table th { padding: 3px; border: 1px solid #c0c0c0; } table.pretty-table th { background: #e0e0e0; font-weight: bold; } .table-form td, .table-form th { padding: 3px; } td.control-label, th.control-label { font-weight: bold; text-align: right; } /*************************** LAYOUT *******************************************/ #page-content { padding: 0px 30px; } #page-menu { border-bottom: 1px solid #c0c0c0; padding: 0px 50px; } #page-menu a.menu-item:hover { color: green; } #page-menu .active { color: green; } #header { padding: 0px 30px; border-bottom: 1px solid #c0c0c0; box-shadow: 0 7px 15px -10px rgba(0, 0, 0, 0.6); } #header a.menu-item:hover { background: black; color: #ffffff; border-bottom: 3px solid black; } #main-menu .active .menu-item { border-color: #ffffff; } #main-menu .active .menu-item-icon { border-color: red; } #main-menu .menu-item-icon { display: inline-block; border-left: 5px solid; width: 0px; margin-right: 5px; }