Line 1: |
|
/* defaults */ |
|
/* defaults */ |
|
|
|
|
|
|
+ |
@font-face {
|
|
|
+ |
font-family: 'InsulareMinuskel';
|
|
|
+ |
src: local('InsulareMinuskel'), url('../fonts/InsulareMinuskel.ttf') format('truetype');
|
|
|
+ |
}
|
|
|
|
|
|
body { |
|
body { |
- |
color: white;
|
+ |
color: black;
|
|
margin: 0; |
|
margin: 0; |
|
padding: 0; |
|
padding: 0; |
Line 8: |
|
|
|
|
|
body, input, select { |
|
body, input, select { |
- |
font: 95% sans-serif, tahoma;
|
+ |
font: 90% verdana,sans-serif,tahoma;
|
|
} |
|
} |
|
|
|
|
|
a { |
|
a { |
|
text-decoration: none; |
|
text-decoration: none; |
|
|
+ |
|
|
|
+ |
|
Line 15: |
|
|
|
|
|
a:hover { |
|
a:hover { |
- |
border-bottom: 1px dotted #5555bb;
|
+ |
text-decoration: underline;
|
|
} |
|
} |
|
|
|
|
|
a.logo { |
|
a.logo { |
|
border: 0; |
|
border: 0; |
Line 21: |
|
|
|
|
|
a.externallink:after { |
|
a.externallink:after { |
|
content:url("../images/external.png"); |
|
content:url("../images/external.png"); |
Line 29: |
|
border-color: #aa1111; |
|
border-color: #aa1111; |
|
} |
|
} |
- |
a.edit:hover {
|
|
|
- |
border-bottom: 1px dotted #aa1111;
|
|
|
- |
}
|
|
|
|
a.redirect { |
|
a.redirect { |
|
font-size: 150%; |
|
font-size: 150%; |
Line 109: |
|
line-height: 1.5em; |
|
line-height: 1.5em; |
|
list-style-type: square; |
|
list-style-type: square; |
- |
list-style-image: url(../images/bullet.gif);
|
+ |
list-style-image: url(../images/uniListenelement.png);
|
|
margin: .3em 0 0 1.5em; |
|
margin: .3em 0 0 1.5em; |
|
padding: 0; |
|
padding: 0; |
Line 124: |
|
textarea { |
|
textarea { |
|
width: 99%; |
|
width: 99%; |
|
|
+ |
height: 440px;
|
|
} |
|
} |
|
fieldset { |
|
fieldset { |
|
|
+ |
|
|
|
+ |
|
Line 130: |
- |
margin-top: 10px;
|
+ |
margin-top: 5px;
|
|
} |
|
} |
|
legend { |
|
legend { |
Line 169: |
|
top: 0px; |
|
top: 0px; |
|
left: 0px; |
|
left: 0px; |
- |
font-size: 90%;
|
+ |
font-size: 84%;
|
|
padding: 0px 0px 0px 0; |
|
padding: 0px 0px 0px 0; |
|
vertical-align: top; |
|
vertical-align: top; |
- |
width: 180px;
|
+ |
width: 186px;
|
|
|
+ |
height: 348px;
|
|
} |
|
} |
|
#wiki-content { |
|
#wiki-content { |
|
z-index: 3; |
|
z-index: 3; |
|
position: relative; |
|
position: relative; |
- |
margin-top: -428px;
|
+ |
margin-top: -368px;
|
|
margin-left: 185px; |
|
margin-left: 185px; |
- |
font-size: 80%;
|
+ |
font-size: 78%;
|
|
vertical-align: top; |
|
vertical-align: top; |
|
|
+ |
width: 85%;
|
|
} |
|
} |
|
#wiki-footer { |
|
#wiki-footer { |
Line 201: |
|
#content-article li { |
|
#content-article li { |
|
line-height: 1.5em; |
|
line-height: 1.5em; |
- |
list-style-type: square;
|
|
|
- |
list-style-image: url(../images/uniListenelement.png);
|
|
|
|
margin: .3em 0 0 1.5em; |
|
margin: .3em 0 0 1.5em; |
|
padding: 0; |
|
padding: 0; |
Line 221: |
|
border: 0; |
|
border: 0; |
|
margin: 0px 0 0 0; |
|
margin: 0px 0 0 0; |
- |
text-align: center;
|
|
|
|
vertical-align: middle; |
|
vertical-align: middle; |
|
width: 100%; |
|
width: 100%; |
Line 227: |
|
overflow:hidden; |
|
overflow:hidden; |
|
position: relative; |
|
position: relative; |
|
|
+ |
background-color: #063D79;
|
|
} |
|
} |
|
.portlet { |
|
.portlet { |
Line 244: |
|
margin-top: 5px; |
|
margin-top: 5px; |
|
padding: 0; |
|
padding: 0; |
|
|
|
|
|
} |
|
} |
|
|
+ |
#nav-menu li{
|
|
|
+ |
list-style-type: square;
|
|
|
+ |
display: block;
|
|
|
+ |
}
|
|
|
+ |
#nav-menu a{
|
|
|
+ |
font:Verdana;
|
|
|
+ |
color: black;
|
|
|
+ |
background-position: 2px 6px;
|
|
|
+ |
background-repeat: no-repeat;
|
|
|
+ |
display: block;
|
|
|
+ |
padding: 0px 0px 0px 11px;
|
|
|
+ |
}
|
|
|
+ |
#nav-menu a:hover{
|
|
|
+ |
background-image: url("../images/btn_liste.gif");
|
|
|
+ |
background-color: #EBF5FF;
|
|
|
+ |
}
|
|
#nav-menu hr { |
|
#nav-menu hr { |
|
display: none; |
|
display: none; |
Line 366: |
|
|
|
|
|
/* tab menu */ |
|
/* tab menu */ |
|
|
+ |
ul.tab-menu a{
|
|
|
+ |
color: black;
|
|
|
+ |
font: Verdana;
|
|
|
+ |
}
|
|
|
+ |
ul.tab-menu a:hover{
|
|
|
+ |
background-color: #EBF5FF;
|
|
|
+ |
}
|
|
ul.tab-menu { |
|
ul.tab-menu { |
|
display: inline-block; |
|
display: inline-block; |
Line 486: |
|
} |
|
} |
|
|
|
|
- |
#leftcolumn { width: 50%; float: left}
|
+ |
#leftcolumn
|
- |
#rightcolumn { width: 49%; float: right}
|
+ |
{
|
|
|
+ |
width: 640px;
|
|
|
+ |
float: left;
|
|
|
+ |
}
|
|
|
|
|
|
|
+ |
#rightcolumn
|
|
|
+ |
{
|
|
|
+ |
margin-left: 640px;
|
|
|
+ |
font: 100% sans-serif, tahoma;
|
|
|
+ |
}
|
|
|
|
|
|
#content-article pre { |
|
#content-article pre { |
|
overflow: hidden; |
|
overflow: hidden; |
Line 494: |
|
.editsection { |
|
.editsection { |
|
font-size: 67%; |
|
font-size: 67%; |
|
|
+ |
font-family: sans-serif,tahoma;
|
|
float: right; |
|
float: right; |
|
margin-left: 5px; |
|
margin-left: 5px; |
Line 628: |
|
background-position: 0 -66px !important; |
|
background-position: 0 -66px !important; |
|
} |
|
} |
|
|
+ |
#button-comment .toolbar-icon {
|
|
|
+ |
background-position: 0 -440px !important;
|
|
|
+ |
}
|
|
#button-italic .toolbar-icon { |
|
#button-italic .toolbar-icon { |
|
background-position: 0 -88px !important; |
|
background-position: 0 -88px !important; |
Line 678: |
|
#button-heading3 .toolbar-icon { |
|
#button-heading3 .toolbar-icon { |
|
background-position: 0 -374px !important; |
|
background-position: 0 -374px !important; |
|
|
+ |
}
|
|
|
+ |
#button-place .toolbar-icon {
|
|
|
+ |
background-position: 0 -394px !important;
|
|
|
+ |
}
|
|
|
+ |
#button-person .toolbar-icon {
|
|
|
+ |
background-position: 0 -418px !important;
|
|
|
+ |
}
|
|
|
+ |
#button-date .toolbar-icon {
|
|
|
+ |
background-position: 0 -462px !important;
|
|
|
+ |
}
|
|
|
+ |
#button-event .toolbar-icon {
|
|
|
+ |
background-position: 0 -484px !important;
|
|
|
+ |
}
|
|
|
+ |
#button-linebreak .toolbar-icon {
|
|
|
+ |
background-position: 0 -506px !important;
|
|
|
+ |
}
|
|
|
+ |
#button-twoColumns .toolbar-icon {
|
|
|
+ |
background-position: 0 -528px !important;
|
|
} |
|
} |
|
table.categories { |
|
table.categories { |