Skip to content

Instantly share code, notes, and snippets.

@alexey-shaposhnikov
Last active December 8, 2015 16:19
Show Gist options
  • Save alexey-shaposhnikov/bf4f7e3ab877913f4a9c to your computer and use it in GitHub Desktop.
Save alexey-shaposhnikov/bf4f7e3ab877913f4a9c to your computer and use it in GitHub Desktop.
style crtlnx salary
@import url(https://fonts.googleapis.com/css?family=Lato);
#content-outer {
background-image: none;
}
#sidebar-separator {
background-color: #ddd;
background-image: none;
left: 226px;
width: 1px;
display: none;
}
#wrapper #content-wrap {
background: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
box-shadow: none;
padding-bottom: 0;
padding-left: 0;
}
#wrapper #sidebar #navigation > ul > li.active > a, #wrapper #sidebar #navigation > ul > li.active > span {
background: #5BB2DE;
box-shadow: none;
}
.staff-divider hr {
border: none;
}
#wrapper #content-wrap, #wrapper #content-wrap #content, #wrapper #content-outer, #wrapper #content-inner {
border: none;
border-radius: 0;
}
.navbar-inner {
background: #3F3F3F;
background-image: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-radius: 0;
box-shadow: none;
}
#wrapper #content-inner {
background: none;
}
body {
background: none;
}
body, body * {
text-shadow: none;
font-family: 'Lato', sans-serif;
border-radius: 0;
}
#main {
padding-bottom: 0;
}
.widget:after, .widget:before {
border: none;
}
.widget .widget-header {
background-image: none;
box-shadow: none;
border-radius: 0;
}
.stats-container li:after, .stats-container li:before {
border: none;
}
#header #header-functions #logout-ribbon {
background: none;
margin-top: -10px;
}
#header #header-functions #logout-ribbon a:hover {
border-color: transparent;
}
#header #header-functions #user-info {
margin-top: 20px;
}
#header #header-functions #user-info .info .name {
color: white;
}
#content-wrap {
margin-top: 0;
padding-top: 0;
}
#wrapper {
padding: 0;
}
#footer {
display: none;
}
.alert {
text-shadow: none;
border-radius: 0;
}
.table-bordered {
border-radius: 0;
}
#sidebar-toggle-wrap {
display: none;
}
[class^="icol-"],[class^="icos-"] {
display: none;
}
table:not(.fc-border-separate) tr *:first-child {
border-left: none;
}
.table-detail-view tbody tr th,.accordion .accordion-heading a, .accordion .accordion-heading span,.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
background: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment