view public_html/static/css/global.css @ 10:83ad674a8cdd

updated styles
author sergey
date Thu, 15 May 2014 01:51:42 +0400
parents 3efa63d911d4
children 573272ec604b
line wrap: on
line source

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

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%;
}

ul.menu-bar li.menu-item {
	padding: 5px;
	text-decoration: none;
	padding-bottom: 8px;
}

.menu-bar a {
	padding: 5px;
    display: block;
    text-decoration: none;
    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;
}