You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
215 lines
2.9 KiB
215 lines
2.9 KiB
2 years ago
|
/*
|
||
|
$Id: UniPaderborn.css,v 1.3 2007-11-30 10:09:54 baum Exp $
|
||
|
$Log: UniPaderborn.css,v $
|
||
|
Revision 1.3 2007-11-30 10:09:54 baum
|
||
|
Diverse Anpassungen an das neue Layout (an der Uni vorgenommen)
|
||
|
|
||
|
Revision 1.2 2005/02/16 17:13:08 brummermann
|
||
|
*** keyword substitution change ***
|
||
|
|
||
|
*/
|
||
|
|
||
|
@import "QISDesign.css";
|
||
|
|
||
|
.divloginstatus {
|
||
|
background-color: #000099;
|
||
|
color: #FAFAFA;
|
||
|
padding: 3px 0px 2px 7px;
|
||
|
margin-top: 4px;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.divfoot {
|
||
|
background-color: #000099;
|
||
|
color: #FAFAFA;
|
||
|
padding: 2px 0px 2px 4px;
|
||
|
margin-top: 5px;
|
||
|
clear: left;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#raster {
|
||
|
background: url('/QIS/images/raster_pb.png') repeat-x;
|
||
|
height: 61px;
|
||
|
margin-bottom: 0;
|
||
|
border: medium none;
|
||
|
}
|
||
|
|
||
|
.invisible {
|
||
|
position: absolute;
|
||
|
top: -20px;
|
||
|
z-index: -1;
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#campus {
|
||
|
width: 180px;
|
||
|
height: 61px;
|
||
|
border: none;
|
||
|
margin: 0;
|
||
|
padding-bottom: 0;
|
||
|
vertical-align: bottom;
|
||
|
}
|
||
|
|
||
|
#unipad {
|
||
|
width: 365px;
|
||
|
height: 61px;
|
||
|
border: none;
|
||
|
padding-bottom: 0;
|
||
|
padding-left: 0;
|
||
|
margin-bottom: 0;
|
||
|
vertical-align: bottom;
|
||
|
position: absolute;
|
||
|
top: 6;
|
||
|
left: 180px;
|
||
|
z-index: 0;
|
||
|
}
|
||
|
|
||
|
#uniinf {
|
||
|
width: 365px;
|
||
|
height: 18px;
|
||
|
position: absolute;
|
||
|
left: 180px;
|
||
|
}
|
||
|
|
||
|
#bluestripe {
|
||
|
background: #009;
|
||
|
color: #000;
|
||
|
height: 35px;
|
||
|
margin: 0 0 1px 0;
|
||
|
width: 100%;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.pb_body {
|
||
|
background: #fff;
|
||
|
color: #000;
|
||
|
margin: 0;
|
||
|
font-family: arial, helvetica, sans-serif;
|
||
|
font-size: 13px;
|
||
|
}
|
||
|
|
||
|
.pb_div {
|
||
|
background: #fff;
|
||
|
color: #000;
|
||
|
margin: 0;
|
||
|
font-family: arial, helvetica, sans-serif;
|
||
|
font-size: 13px;
|
||
|
}
|
||
|
|
||
|
#breadcrumb {
|
||
|
background: #ccc;
|
||
|
color: #009;
|
||
|
border: none;
|
||
|
margin-bottom: 1px;
|
||
|
font-size: 11px;
|
||
|
padding: 1px 1px 1px 17px;
|
||
|
}
|
||
|
|
||
|
#location {
|
||
|
background: none;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
#menu {
|
||
|
background: #f3f0f0;
|
||
|
color: #000;
|
||
|
width: 180px;
|
||
|
float: left;
|
||
|
padding: 20px 0 5px 0;
|
||
|
}
|
||
|
|
||
|
#menu ul, #additionalmenu ul {
|
||
|
list-style-type: none;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
#menu li, #menu form, #menu label {
|
||
|
background: none;
|
||
|
color: #000;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
#menu li {
|
||
|
margin: 0 4px 8px 16px;
|
||
|
}
|
||
|
|
||
|
#menu form {
|
||
|
margin: 28px 4px 5px 16px;
|
||
|
height: 26px;
|
||
|
font-size: 11px;
|
||
|
}
|
||
|
|
||
|
#menu label {
|
||
|
padding-right: 5px;
|
||
|
font-size: 11px;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
#menu input {
|
||
|
background: #fff;
|
||
|
color: #000;
|
||
|
width: 80px;
|
||
|
padding: 1px 0 2px 1px;
|
||
|
font-size: 11px;
|
||
|
font-weight: normal;
|
||
|
border: 1px solid #99c;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
/*
|
||
|
|
||
|
a:link {
|
||
|
background: none;
|
||
|
color: #009;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
a:visited {
|
||
|
background: none;
|
||
|
color: #009;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
background: none;
|
||
|
color: #009;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
a img {
|
||
|
background: inherit;
|
||
|
color: inherit;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
#contentbottom {
|
||
|
font-size: 11px;
|
||
|
padding-top: 17px;
|
||
|
margin-left: 1px;
|
||
|
}
|
||
|
|
||
|
.inactivelink {
|
||
|
color: #999;
|
||
|
background: none;
|
||
|
text-decoration: none
|
||
|
}
|
||
|
|
||
|
.textindent {
|
||
|
text-indent: -30px;
|
||
|
margin-left: 30px;
|
||
|
}
|
||
|
|
||
|
.textindent2 {
|
||
|
margin-left: 30px;
|
||
|
}
|
||
|
|
||
|
|
||
|
*/
|