113 lines
1.6 KiB
CSS
113 lines
1.6 KiB
CSS
a {
|
|
text-decoration: none;
|
|
color: #333;
|
|
}
|
|
|
|
a:hover {
|
|
color: #2672ec !important;
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
/* ----------- FONTS AWESOME ----------- */
|
|
.fa-right {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
/* ----------- HEAD ----------- */
|
|
#head {
|
|
overflow: auto;
|
|
border-top: 10px #f1f1f1 solid;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
#head h1 {
|
|
font-weight: normal;
|
|
float:left;
|
|
margin-left: 30px;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
#head ul {
|
|
float: right;
|
|
margin: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
#head .navbar {
|
|
margin: 0;
|
|
padding: 0 30px;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
/* ----------- SIDEBAR ----------- */
|
|
#sidebar {
|
|
overflow: auto;
|
|
margin: 20px;
|
|
}
|
|
|
|
#sidebar ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#sidebar li {
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
/* ----------- ALERT ----------- */
|
|
#alert {
|
|
top: 0 !important;
|
|
right: 0 !important;
|
|
left: 0 !important;
|
|
width: 100% !important;
|
|
padding: 20px 0px !important;
|
|
max-width: 100% !important;
|
|
text-align: center;
|
|
}
|
|
|
|
/* ----------- CONTENT ----------- */
|
|
#content {
|
|
overflow: auto;
|
|
margin: 20px;
|
|
}
|
|
|
|
h2.title {
|
|
font-weight: normal;
|
|
}
|
|
|
|
/* ----------- FORMS ----------- */
|
|
|
|
form h4 {
|
|
border-bottom: 1px solid #e2e2e2;
|
|
font-weight: 300;
|
|
margin: 33px 0 20px;
|
|
padding-bottom: 10px;
|
|
width: 60%;
|
|
}
|
|
|
|
#advancedOptions {
|
|
|
|
}
|
|
|
|
p.advOptions {
|
|
color: #777;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
/* ----------- SUB-NAVBAR ----------- */
|
|
.sublinks a {
|
|
color: #2672ec;
|
|
}
|
|
|
|
.sublinks a:hover {
|
|
color: #333 !important;
|
|
}
|
|
|
|
li.active {
|
|
border-bottom: 2px solid #ccc;
|
|
}
|