NOVINKA: Získej 40 hodin praktických dovedností s AI – ZDARMA ke každému akreditovanému kurzu!
S účinností od 26. 3. jsme aktualizovali Zásady zpracování osobních údajů – doplnili jsme informace o monitorování telefonických hovorů se zájemci o studium. Ostatní části zůstávají beze změn.

CSS soubor pro minikoblizky.ic.cz

CSS, musíš si to upravit podle sebe

Manuál

body {
	background: url('fotky/pozadi_sede.png') #1c2228;
	margin: 73px 0px 0px 0px;
	font: 14px Verdana;
	min-width: 960px;
}

 h3, h4, h5, h6 {
	font-size: x-large;
	text-align: center;
	color: #FFFFFF;
	vertical-align: top;
}

h2 {
	color: #E7F015;
	font:  75px Verdana;
	text-shadow: 0px 0px 5px #885904;
        font-weight: bold;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px 0px 24px 0px;
	
}
	li
	{	
	margin: 10px 0px 0px 5px;
	background: #f99100;
	background: -moz-linear-gradient(top,  #f99100 0%, #d77d00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d77d00), color-stop(100%, #d77d00));
	background: -webkit-linear-gradient(top, #f99100 0%, #d77d00 100%); 
	background: -o-linear-gradient(top, #f99100 0%, #d77d00 100%);
	background: -ms-linear-gradient(top, #f99100 0%, #d77d00 100%);
	background: linear-gradient(top, #f99100 0%, 100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99100', endColorstr='#d77d00',GradientType=0 );
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1), inset 0px 1px 1px rgba(255,255,255,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.1), inset 0px 1px 1px rgba(255,255,255,0.2);
	box-shadow: 3px 3px 3px undefined, inset 0px 1px 1px rgba(255,255,255,0.2);
	-webkit-border-radius: 17px; 
	-moz-border-radius: 17px;
	border-radius: 17px;
	border: 4px solid #bf730a;
	padding: 0px 10px 0px 10px;
	font-weight: 700;
	font-size: 17px;
	text-transform: none;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	color: #ffffff;
	}  
				li.hover {				
	background: #4d3103;
	background: -moz-linear-gradient(top,  #4d3103 0%, #382302 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #382302), color-stop(100%, #382302));
	background: -webkit-linear-gradient(top, #4d3103 0%, #382302 100%); 
	background: -o-linear-gradient(top, #4d3103 0%, #382302 100%);
	background: -ms-linear-gradient(top, #4d3103 0%, #382302 100%);
	background: linear-gradient(top, #4d3103 0%, 100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d3103', endColorstr='#382302',GradientType=0 );
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1), inset 0px 1px 1px rgba(255,255,255,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.1), inset 0px 1px 1px rgba(255,255,255,0.2);
	box-shadow: 3px 3px 3px undefined, inset 0px 1px 1px rgba(255,255,255,0.2);
	-webkit-border-radius: 17px; 
	-moz-border-radius: 17px;
	border-radius: 17px;
	border: 4px solid #381304;
	padding: 0px 10px 0px 10px;
	font-weight: 700;
	font-size: 17px;
	text-transform: none;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	color: #ffffff;
	}
				li.focus {
	display: inline-block;				
	background: #4D3103;
	background: -moz-linear-gradient(top,  #4D3103 0%, #382302 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #382302), color-stop(100%, #382302));
	background: -webkit-linear-gradient(top, #4D3103 0%, #382302 100%); 
	background: -o-linear-gradient(top, #4D3103 0%, #382302 100%);
	background: -ms-linear-gradient(top, #4D3103 0%, #382302 100%);
	background: linear-gradient(top, #4D3103 0%, 100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D3103', endColorstr='#382302',GradientType=0 );
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1), inset 0px 1px 1px rgba(255,255,255,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.1), inset 0px 1px 1px rgba(255,255,255,0.2);
	box-shadow: 3px 3px 3px undefined, inset 0px 1px 1px rgba(255,255,255,0.2);
	-webkit-border-radius: 17px; 
	-moz-border-radius: 17px;
	border-radius: 17px;
	border: 4px solid #381304;
	padding: 0px 10px 0px 10px;
	font-weight: 700;
	font-size: 17px;
	text-transform: none;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	color: #ffffff;
	}


#logo {
	width: 100px;
	height: 75px;
	margin: 7px 0px 100px 20px;
	padding: 0px 0px 0px 10px;
}

#logo h2 {	
	margin: 0;
}
#logo a {
        text-decoration: none;
}

nav ul {
	margin: 0px;
	list-style: none;
	
}

nav ul li   {
	padding: 0px 10px 0px 10px;
	margin: 10px 5px 0px 60px;
	font-size: 17px;
	height: 50px;
        width: 120px;
	line-height: 3em;
}

nav ul li:hover, .aktivni {
	color: white; 
	box-shadow: 0px 0px 5px black;
}

nav a {
    color: white; 
	text-decoration: none;
}

.centrovany  {
	text-align: center;
}

#centrovac {
	margin: 0px auto;
	width: 960px;
}

header {
	height: 75px;
	position: fixed;
	top: 0px;
	width: 100%;
	margin-top: 24px; 
	float: left;
}

article {
	background: url(fotky/latte-kelimek.gif),  url(fotky/minikoblizky.JPG), url(fotky/mramor.png);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right center , left top, right bottom; 
	padding: 30px 0px;
}

article header {
	width: 250px;
	float: left;  
	position: static;
	background: none;
}

article section {
	width: 666px;
	float: left; 
	background: white;
	border: 2px solid #006797;
	box-shadow: 2px 2px 7px #1c2228;
	padding: 20px;
	margin-top: 15px;
}

footer {
	height: 40px;
	color: white;
}

footer a {
	color: 	#0f0000; 
	text-decoration: none;
}

.cistic {
	clear: both;
}

.vlevo {
	float: left;
}

#dovednosti  td {
	width: 33%;
	padding: 10px;
	vertical-align: top;
	border: 1px solid gray;
}

#dovednosti {
	border-collapse: collapse;
}

#reference img {
	border: 1px solid gray;
	padding: 6px;
	box-shadow: 3px 3px 6px #999999;
	margin-right: 6px;
}

Neformátovaný

Přidáno: 12.11.2014
Expirace: Neuvedeno

Aktivity