Sjednocena práce s CSS soubory.
							parent
							
								
									12b814360c
								
							
						
					
					
						commit
						1519b439fe
					
				@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					<?page title="${labels.HeaderText}" contentType="text/html;charset=UTF-8"?>
 | 
				
			||||||
 | 
					<zk>
 | 
				
			||||||
 | 
						<style src="/css/page.css"/>
 | 
				
			||||||
 | 
						<div id="header">
 | 
				
			||||||
 | 
							${labels.AppName}
 | 
				
			||||||
 | 
						</div>
 | 
				
			||||||
 | 
					</zk>
 | 
				
			||||||
@ -1,70 +0,0 @@
 | 
				
			|||||||
/*body {
 | 
					 | 
				
			||||||
    font-family: sans-serif;
 | 
					 | 
				
			||||||
}*/
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#container {
 | 
					 | 
				
			||||||
   min-height:100%;
 | 
					 | 
				
			||||||
   position:relative;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#header{
 | 
					 | 
				
			||||||
	width: auto;
 | 
					 | 
				
			||||||
	height:40px;
 | 
					 | 
				
			||||||
	border: 1px solid #ccc;
 | 
					 | 
				
			||||||
	padding:10px;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#leftcolumn{
 | 
					 | 
				
			||||||
	width:140px;
 | 
					 | 
				
			||||||
/*	margin: 20px 20px 20px 0px;*/
 | 
					 | 
				
			||||||
	padding:10px;
 | 
					 | 
				
			||||||
	float: left;
 | 
					 | 
				
			||||||
/*	border: 1px solid #ccc;*/
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#navbar{
 | 
					 | 
				
			||||||
	border: 1px solid #ccc;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#maincolumn{
 | 
					 | 
				
			||||||
	padding:10px;
 | 
					 | 
				
			||||||
	padding-bottom:20px;   /* Height of the footer */
 | 
					 | 
				
			||||||
	margin: 0px 0px 0px 160px;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#footer{
 | 
					 | 
				
			||||||
	clear:both;
 | 
					 | 
				
			||||||
	position:absolute;
 | 
					 | 
				
			||||||
   	bottom:0;
 | 
					 | 
				
			||||||
   	width:100%;
 | 
					 | 
				
			||||||
   	height:20px;   /* Height of the footer */
 | 
					 | 
				
			||||||
	
 | 
					 | 
				
			||||||
	border: 1px solid #ccc;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.form-caption	{
 | 
					 | 
				
			||||||
	--1overflow:hidden;
 | 
					 | 
				
			||||||
	font-weight: bold;
 | 
					 | 
				
			||||||
    font-size: 20px;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
/*aaa*/
 | 
					 | 
				
			||||||
.form-caption-content	{
 | 
					 | 
				
			||||||
	float:left;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/*
 | 
					 | 
				
			||||||
a:link,a:visited {
 | 
					 | 
				
			||||||
   font-size: 12px;
 | 
					 | 
				
			||||||
   color: #0000A0;
 | 
					 | 
				
			||||||
   background-color: #FFFFFF;
 | 
					 | 
				
			||||||
   text-decoration: none;
 | 
					 | 
				
			||||||
   target-new: none;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
a:hover {
 | 
					 | 
				
			||||||
   font-size: 12px;
 | 
					 | 
				
			||||||
   color: #0000A0;
 | 
					 | 
				
			||||||
   background-color: #a3d3f8;
 | 
					 | 
				
			||||||
   text-decoration: none;
 | 
					 | 
				
			||||||
   target-new: none;
 | 
					 | 
				
			||||||
}*/
 | 
					 | 
				
			||||||
@ -0,0 +1,80 @@
 | 
				
			|||||||
 | 
					html {
 | 
				
			||||||
 | 
						/*vertical scrollbar allways visible */
 | 
				
			||||||
 | 
						overflow: -moz-scrollbars-vertical;
 | 
				
			||||||
 | 
						overflow-y: scroll;
 | 
				
			||||||
 | 
						
 | 
				
			||||||
 | 
						font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#container {
 | 
				
			||||||
 | 
						min-height: 100%;
 | 
				
			||||||
 | 
						position: relative;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#header {
 | 
				
			||||||
 | 
						width: auto;
 | 
				
			||||||
 | 
						height: 40px;
 | 
				
			||||||
 | 
						border: 1px solid #ccc;
 | 
				
			||||||
 | 
						padding: 10px;
 | 
				
			||||||
 | 
						background: url("/isspst/img/header-bg.png") 50% 0 repeat-x;
 | 
				
			||||||
 | 
						
 | 
				
			||||||
 | 
						color: #ffffff;
 | 
				
			||||||
 | 
						font-size: 35px;
 | 
				
			||||||
 | 
						font-weight: bold;
 | 
				
			||||||
 | 
						text-align: center;
 | 
				
			||||||
 | 
						text-shadow: 2px 2px 2px #000000;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#leftcolumn {
 | 
				
			||||||
 | 
						width: 140px;
 | 
				
			||||||
 | 
						padding: 10px;
 | 
				
			||||||
 | 
						float: left;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#navbar {
 | 
				
			||||||
 | 
						border: 1px solid #ccc;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#maincolumn {
 | 
				
			||||||
 | 
						padding: 10px;
 | 
				
			||||||
 | 
						padding-bottom: 20px; /* Height of the footer */
 | 
				
			||||||
 | 
						margin: 0px 0px 0px 160px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#footer {
 | 
				
			||||||
 | 
						clear: both;
 | 
				
			||||||
 | 
						position: absolute;
 | 
				
			||||||
 | 
						bottom: 0;
 | 
				
			||||||
 | 
						width: 100%;
 | 
				
			||||||
 | 
						height: 20px; /* Height of the footer */
 | 
				
			||||||
 | 
						border: 1px solid #ccc;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.form-caption {
 | 
				
			||||||
 | 
						overflow: hidden;
 | 
				
			||||||
 | 
						font-weight: bold;
 | 
				
			||||||
 | 
						font-size: 20px;
 | 
				
			||||||
 | 
						text-shadow: 2px 2px 2px #888888;
 | 
				
			||||||
 | 
						padding-left: 5px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					/*aaa*/
 | 
				
			||||||
 | 
					.form-caption-content {
 | 
				
			||||||
 | 
						float: left;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
 | 
					a:link,a:visited {
 | 
				
			||||||
 | 
					   font-size: 12px;
 | 
				
			||||||
 | 
					   color: #0000A0;
 | 
				
			||||||
 | 
					   background-color: #FFFFFF;
 | 
				
			||||||
 | 
					   text-decoration: none;
 | 
				
			||||||
 | 
					   target-new: none;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					a:hover {
 | 
				
			||||||
 | 
					   font-size: 12px;
 | 
				
			||||||
 | 
					   color: #0000A0;
 | 
				
			||||||
 | 
					   background-color: #a3d3f8;
 | 
				
			||||||
 | 
					   text-decoration: none;
 | 
				
			||||||
 | 
					   target-new: none;
 | 
				
			||||||
 | 
					}*/
 | 
				
			||||||
											
												Binary file not shown.
											
										
									
								| 
		 After Width: | Height: | Size: 394 KiB  | 
											
												Binary file not shown.
											
										
									
								| 
		 After Width: | Height: | Size: 56 KiB  | 
					Loading…
					
					
				
		Reference in New Issue