Your IP : 216.73.217.62


Current Path : /home/kamilrogam/poligon/projekty/target-highlighting/css/
Upload File :
Current File : /home/kamilrogam/poligon/projekty/target-highlighting/css/template.css

* {
	padding: 0;
	margin: 0;
	outline: none;
}

body {
	font-family: 'Arial', sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #00293c;
	width: 100%;
	height: 100%;
	background: #ffffff;
	text-align: justify;
}
a{color:#006290;font-weight:bold}
.author {
	padding: 5px 5%;
	z-index: 9;
	position: fixed;
	bottom: 0px;
	width: 90%;
	background: #eeeeee;
	font-size: 13px;
	line-height: 15px;
	border-top: 1px solid #cccccc;
	height: 33px;
}

.author p {
	margin: 0px;
}

.wrapper {
	width: 95%;
	margin: 0 auto
}

.menu {
	text-align: center;
	font-size: 15px;
}

h3 {
	padding: 10px 0 0;
}

ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 15px;
}

section {
	padding: 50px;
	margin:150px 0;
}

:target {
	background: #f06529
}

.js-highlighted {
	background: #f7df1e
}

.jquery-higlighted {
	background: #0868ab;
	color: #fff
}