2019-04-28 18:20:03 +02:00

540 lines
6.9 KiB
SCSS

body {
font: x-small sans-serif;
background: #acabab;
color: black;
margin: 0;
padding: 0;
direction: ltr;
unicode-bidi: embed;
}
a {
text-decoration: none;
color: #0645ad;
background: none;
&:visited {
color: #0b0080;
}
&:active {
color: #faa700;
}
&:hover, &:focus {
text-decoration: underline;
}
&.stub {
color: #772233;
}
&.new {
color: #ba0000;
}
}
#p-personal a.new {
color: #ba0000;
}
a.new:visited {
color: #a55858;
}
.wiki-body a.external {
color: #36b;
&:visited {
color: #636;
}
&:active {
color: #b63;
}
}
img {
border: none;
vertical-align: middle;
}
hr {
height: 1px;
color: #aaa;
background-color: #aaa;
border: 0;
margin: 0.2em 0;
}
h1, h2, h3, h4, h5, h6 {
color: black;
background: none;
font-weight: normal;
margin: 0;
overflow: hidden;
padding-top: .5em;
padding-bottom: .17em;
border-bottom: 1px solid #aaa;
}
h1 {
font-size: 188%;
}
h2 {
font-size: 150%;
}
h3, h4, h5, h6 {
border-bottom: none;
font-weight: bold;
}
h3 {
font-size: 132%;
}
h4 {
font-size: 116%;
}
h5 {
font-size: 108%;
}
h6 {
font-size: 100%;
}
h1, h2 {
margin-bottom: 0.6em;
}
h3, h4, h5 {
margin-bottom: 0.3em;
}
p {
margin: .4em 0 .5em 0;
line-height: 1.5em;
img {
margin: 0;
}
}
ul {
line-height: 1.5em;
list-style-type: square;
margin: .3em 0 0 1.6em;
padding: 0;
}
ol {
line-height: 1.5em;
margin: .3em 0 0 3.2em;
padding: 0;
list-style-image: none;
}
li {
margin-bottom: 0.1em;
}
dt {
font-weight: bold;
margin-bottom: 0.1em;
}
dl {
margin-top: .2em;
margin-bottom: 0.5em;
}
dd {
line-height: 1.5em;
margin-left: 1.6em;
margin-bottom: 0.1em;
}
q {
font-style: italic;
}
pre, code, tt, kbd, samp {
font-family: monospace, Courier;
}
code {
color: black;
padding: 1px 4px;
span {
border: 0;
}
}
pre {
color: black;
background-color: #f9f9f9;
border: 1px solid #ddd;
padding: 1em;
}
table {
font-size: 100%;
}
fieldset {
border: 1px solid #2f6fab;
margin: 1em 0 1em 0;
padding: 0 1em 1em;
line-height: 1.5em;
&.nested {
margin: 0 0 0.5em 0;
padding: 0 0.5em 0.5em;
}
}
legend {
padding: .5em;
font-size: 95%;
}
form {
border: none;
margin: 0;
}
textarea {
width: 100%;
padding: .1em;
display: block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
select {
vertical-align: top;
}
.center {
width: 100%;
text-align: center;
}
*.center * {
margin-left: auto;
margin-right: auto;
}
.small {
font-size: 94%;
}
table.small {
font-size: 100%;
}
.visualClear {
clear: both;
}
div.floatright, table.floatright {
margin: 0 0 .5em .5em;
border: 0;
}
div {
&.floatright p {
font-style: italic;
}
&.floatleft {
margin: 0 .5em .5em 0;
border: 0;
}
}
table.floatleft {
margin: 0 .5em .5em 0;
border: 0;
}
div {
&.floatleft p {
font-style: italic;
}
&.thumb {
margin-bottom: .5em;
width: auto;
background-color: transparent;
}
&.thumbinner {
border: 1px solid #ccc;
padding: 3px;
background-color: #f9f9f9;
font-size: 94%;
text-align: center;
overflow: hidden;
}
}
html {
.thumbimage {
border: 1px solid #ccc;
}
.thumbcaption {
border: none;
line-height: 1.4em;
padding: 3px;
font-size: 94%;
text-align: left;
}
}
img.thumbborder {
border: 1px solid #dddddd;
}
div {
&.tright {
margin: 0.5em 0 1.3em 1.4em;
}
&.tleft {
margin: 0.5em 1.4em 1.3em 0;
}
}
.catlinks {
border: 1px solid #aaa;
background-color: #f9f9f9;
padding: 5px;
margin-top: 1em;
clear: both;
}
.usermessage {
background-color: #ffce7b;
border: 1px solid #ffa500;
color: black;
font-weight: bold;
margin: 2em 0 1em;
padding: .5em 1em;
vertical-align: middle;
}
#siteNotice {
position: relative;
text-align: center;
margin: 0;
}
#localNotice {
margin-bottom: 0.9em;
}
.firstHeading {
margin-bottom: .1em;
line-height: 1.2em;
padding-bottom: 0;
}
#siteSub {
display: none;
}
#jump-to-nav {
margin-top: -1.4em;
margin-bottom: 1.4em;
}
#contentSub, #contentSub2 {
font-size: 84%;
line-height: 1.2em;
margin: 0 0 1.4em 1em;
color: #545454;
width: auto;
}
span.subpages {
display: block;
}
div#column-content {
width: 100%;
float: right;
margin: 0 0 .6em -15em;
padding: 0;
}
.wiki-body {
margin: 1em 0 0 15em;
padding: 1em;
position: relative;
z-index: 2;
background: white;
color: black;
border: 1px solid #aaa;
border-right: none;
line-height: 1.5em;
}
div#column-one {
padding-top: 160px;
}
#column-one h2 {
position: absolute;
top: -9999px;
}
div#globalWrapper {
font-size: 127%;
width: 100%;
margin: 0;
padding: 0;
}
a {
color: #002bb8;
&:visited {
color: #5a3696;
}
&.new {
color: #cc2200;
}
}
#p-personal a.new {
color: #cc2200;
}
ul {
list-style-type: square;
list-style-image: url(data:image/gif;base64,R0lGODlhBQANAIAAAGOMnP///yH5BAEAAAEALAAAAAAFAA0AAAIJjI+pu+APo4SpADs=);
}
pre {
line-height: 1.1em;
}
#firstHeading {
padding-top: 0;
font-size: 210%;
font-weight: bold;
}
.portlet {
border: none;
margin: 0 0 .5em;
padding: 0;
float: none;
width: 16.5em;
overflow: hidden;
h3 {
background: transparent;
padding: 0 1em 0 .5em;
display: inline;
height: 1em;
/* text-transform:lowercase; */
font-size: 91%;
font-weight: normal;
white-space: nowrap;
}
}
.portlet-body {
font-size: 95%;
background-color: white;
color: black;
border-collapse: collapse;
border: 1px solid #aaa;
padding: 0 0.8em 0.3em 0.5em;
&:after {
content: '';
clear: both;
display: block;
}
}
.portlet {
ul {
line-height: 1.5em;
font-size: 95%;
}
li {
padding: 0;
margin: 0;
}
}
#p-logo {
top: 10px;
left: 10px;
position: absolute;
z-index: 3;
height: 155px;
width: 12em;
overflow: visible;
a {
display: block;
height: 155px;
width: 15em;
background-repeat: no-repeat;
background-position: 35% 50% !important;
text-decoration: none;
&:hover {
display: block;
height: 155px;
width: 15em;
background-repeat: no-repeat;
background-position: 35% 50% !important;
text-decoration: none;
}
}
}
div#footer {
background-color: white;
border-top: 1px solid #fabd23;
border-bottom: 1px solid #fabd23;
margin: .6em 0 1em 0;
overflow: hidden;
padding: .4em 0 .3em 0;
text-align: center;
font-size: 90%;
ul {
list-style-type: none;
list-style-image: unset;
}
li {
display: inline;
margin: 0 1.3em;
}
}
#column-one {
font-size: 14px;
}
#column-content {
font-size: 16px;
}
ul#f-list {
float: left;
width: 100%;
}
.floatleft {
float: left;
clear: left;
}
.floatright {
float: right;
clear: right;
}
#f-poweredbyico {
margin:0 8px;
position:relative;
top:-2px;
float:right;
height:1%;
}