You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@import "variables.less";
|
|
|
|
|
|
|
|
.ts-inner {
|
|
|
|
max-width: 1250px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
#p-logo-text,
|
|
|
|
#mw-site-navigation {
|
|
|
|
width: 12em;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
#p-search,
|
|
|
|
#content {
|
|
|
|
margin-left: 12em;
|
|
|
|
margin-right: 12em;
|
|
|
|
}
|
|
|
|
#mw-related-navigation,
|
|
|
|
#p-personal {
|
|
|
|
width: 12em;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mw-header-container {
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
background: @foreground;
|
|
|
|
color: @text-inverse;
|
|
|
|
height: 3em;
|
|
|
|
border-bottom: solid @border @foreground2;
|
|
|
|
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* BANNER */
|
|
|
|
|
|
|
|
#p-logo-text {
|
|
|
|
width: 10em;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: 0 -1px 0 @foreground2;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: @text-inverse;
|
|
|
|
font-family: @fonts-secondary;
|
|
|
|
font-variant: small-caps;
|
|
|
|
font-size: 1.75em;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* SEARCH */
|
|
|
|
|
|
|
|
#p-search {
|
|
|
|
box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
|
|
|
|
background: @background;
|
|
|
|
}
|
|
|
|
#searchInput-container {
|
|
|
|
margin: .5em 8em 0 0;
|
|
|
|
}
|
|
|
|
#searchInput {
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 2.25em;
|
|
|
|
padding-left: 1em;
|
|
|
|
box-shadow: none;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
#searchGoButton {
|
|
|
|
float: right;
|
|
|
|
width: 7.5em;
|
|
|
|
height: 2.25em;
|
|
|
|
border: none;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* CONTENT */
|
|
|
|
|
|
|
|
#content-container {
|
|
|
|
margin-top: 3em;
|
|
|
|
}
|
|
|
|
#content {
|
|
|
|
background: @background;
|
|
|
|
padding-top: 1em;
|
|
|
|
border: 1px @grey-bright;
|
|
|
|
border-style: none solid;
|
|
|
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.02);
|
|
|
|
overflow: hidden;
|
|
|
|
padding-right: 2em;
|
|
|
|
padding-left: 2em;
|
|
|
|
}
|