summaryrefslogblamecommitdiffstats
path: root/public/media/css/style.css
blob: 9422da243606091d9b8903a76ac02f205970715f (plain) (tree)
1
2
3
4
5
6
7




                            
 
       
















































































































                                                                          




                           










                         
 
                                                            









                             
            













                     
             
              


                  
            

                          
                   
 















                      
                        
 


                                               


























                                   



                   



                         





                           
                   
                                                                                              
body{font-family:sans,arial;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}
#logo {
    height:200px;
	width:200px;
    background: url(/media/img/unilogo-200x66.gif) bottom right no-repeat;
}

#logo-bar-gray {
  position:relative;
  top:116px;
  left:0px;
  height:4px;
  width:132px;
  background-color: #cacac8;
  /*border:1px solid red;*/
}

#logo-bar-red {
  position:relative;
  top:0px;
  left:0px;
  height:4px;
  width:22px;
  background-color: #c1002a;
  /*border:1px solid red;*/
}
#sidepannel{
	float:left;
}
#sidepannel li {
    font-size:11.5px;
    padding-top:2px;
}

#sidepannel ul {
    padding-left:22px;
}

#sidepannel ul {
    font-weight:bold;
}

#sidepannel ul.inner-ul {
    font-weight:normal;
}

#sidepannel li.li-selected {
    font-style:italic;
    font-weight:bold;
    color:#000033;
}
#footer {
	position:absolute;
	margin:0 auto;
	width:1000px;
	clear:both;
	bottom:0px;
	
	border-top:1px solid #ccc;
    background-color: #eee;
	
	 text-align:right;
    font-size:10.5px;
    line-height:16px;
    color:#666;
    
  }
#main{margin-left:200px;width:800px;}
#head-bg {
    height:116px;
    background-color: #003592;
}
#head {
    height:116px;
    background: url(/media/img/siegel-93x55.png) bottom left no-repeat,
                url(/media/img/sub-logo-small.gif) bottom right no-repeat;
}
#head h1, h2 {
  color:white;
}

#head h1 {
    font-size: 22px;
    padding-top:30px;
    padding-left:54px;
    padding-bottom:4px;
    margin:0; 
}

#head h2 {
    font-size: 12px;
    padding:0;
    margin:0;
    padding-left:64px;
}
#logo-bar-red {
  position:relative;
  top:0px;
  left:0px;
  height:4px;
  width:22px;
  background-color: #c1002a;
  /*border:1px solid red;*/
}
#head-titlebar {
    height:22px;
    line-height:22px;
    font-size:13px;
    padding-left:10px;
    background-color:#cacac8;
}
#content{
	padding: 10px;
	font-size:13px;
}
#debug{
	text-align:left;
	position:absolute;
	top:0px; right:0px;
	width:400px;
}
#debug .v1{
	text-align:right;
}
#debug a{
	font-size:10px;
	margin-right:5px;
	color:#009;
}
#debug a img {
	border:none;
}
/* ###################################################### */

#nav {
border-bottom:1px solid #000;
border-top:1px solid #000;
background-color:#CCE7FF;
padding:5px 10px;
}

#nav ul {
margin:2px;
padding:8px;
}

#nav li {
display:inline;
list-style-type:none;
padding-right:10px;
font-family:verdana;
font-size:12px;
}

#nav li a {
color:#000;
}

#content h1 {
display:block;
text-align:center;
margin:5px auto;
}
#content h2{
	display:block;
	text-align:center;
	color:#000;
}

table {
width:100%;
}

th {
font-size:12px;
border:1px solid #999;
}

td {
font-size:12px;
border:1px solid #CCC;
}

.addbutton {
	float:right;	
}
.addbutton:before{
	content: url(/media/img/create.png)' ';
}

.monospace {
font-family:Courier New, monospace;
}

dl.zend_form dt {
width:120px;
float:left;
font-family:verdana, arial;
font-size:12px;
}

dl.zend_form dd {
margin-left:120px;
}

dl.zend_form dd * {
font-size:12px;
}

tr.entry {
background-color:#FFF5CC;
}

tr.detail>td {
border:none;
}
td.arrowtop{
vertical-align:top;
text-align:center;
}

tr.detail table tr td {
background-color:#E2EFE1;
}

tr td.action{
	text-align:center;
	width:20px;
}
td.action img{border:none;}
.clear{clear:both;}
.footer{text-align:right;font-size:10px;font-family:Verdana, Arial;padding:10px 0px 10px 0px;}