Revize 946
Přidáno uživatelem Michal Kliment před více než 13 roky(ů)
freenetis/branches/subnets_assigning/media/images/flags/LICENCE.txt | ||
---|---|---|
http://www.33ff.com/flags/
|
||
|
||
Copyright Notice
|
||
This freeware images may be used as long as they remain intact
|
||
and you add a courtesy link to this page in your website or blog.
|
freenetis/branches/subnets_assigning/media/css/style.css | ||
---|---|---|
/* CSS Document */
|
||
* {
|
||
margin:0px;
|
||
padding:0px;
|
||
border:0px;
|
||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
color: #464646;
|
||
}
|
||
body, img, a {
|
||
|
||
}
|
||
html {
|
||
font-size: 11px;
|
||
line-height: 16px;
|
||
height:100%;
|
||
overflow: auto;
|
||
}
|
||
body {
|
||
text-align:center;
|
||
height:100%;
|
||
}
|
||
table, input, textarea {
|
||
font-size:100%;
|
||
}
|
||
|
||
table {
|
||
border-width: 0px 0px 0px 0px;
|
||
border-spacing: 0px;
|
||
}
|
||
table th {
|
||
border-width: 0px 0px 0px 0px;
|
||
padding: 0px 0px 0px 0px;
|
||
}
|
||
table td {
|
||
border-width: 0px 0px 0px 0px;
|
||
padding: 0px 0px 0px 0px;
|
||
}
|
||
|
||
table.picturebox {
|
||
|
||
border-width: 0px 0px 0px 0px;
|
||
border-spacing: 0px;
|
||
border-style: outset outset outset outset;
|
||
border-collapse: separate;
|
||
width: 100%;
|
||
}
|
||
|
||
table.picturebox td {
|
||
border-width: 0px 0px 0px 0px;
|
||
padding: 0px 0px 0px 0px;
|
||
border-style: inset inset inset inset;
|
||
width: 100%;
|
||
color:#990000;
|
||
}
|
||
|
||
.error {
|
||
color:#CC0000;
|
||
}
|
||
|
||
label.error {
|
||
display: block;
|
||
}
|
||
|
||
.dispNone {
|
||
display:none;
|
||
}
|
||
.clear {
|
||
clear:both;
|
||
}
|
||
.center { text-align:center; }
|
||
.left { text-align:left; }
|
||
.right { text-align:right; }
|
||
.justify { text-align:justify; }
|
||
.bold { font-weight:bold; }
|
||
|
||
.ajax-loader {
|
||
position:absolute;
|
||
margin-left:10px;
|
||
margin-top:2px;
|
||
}
|
||
/* ------------------------ */
|
||
/* -------- LAYOUT -------- */
|
||
/* ------------------------ */
|
||
#main {
|
||
position:relative;
|
||
width:1000px;
|
||
margin:auto;
|
||
background:#ffffff url(../images/bg-main250.jpg) left top repeat-y;
|
||
|
||
|
||
height:auto;
|
||
_height:100%; /* IE 6- */
|
||
min-height:100%;
|
||
}
|
||
|
||
#header {
|
||
position:relative;
|
||
height:90px;
|
||
background: url(../images/bg_header.jpg) repeat-x;
|
||
border-bottom:1px #CCCCCC solid;
|
||
}
|
||
#middle {
|
||
padding-bottom:50px;
|
||
}
|
||
|
||
#menu {
|
||
float:left;
|
||
display:inline;
|
||
width:250px;
|
||
text-align:left;
|
||
}
|
||
#menu-padd {
|
||
padding:10px;
|
||
}
|
||
|
||
#content {
|
||
width:750px;
|
||
float:left;
|
||
display:inline;
|
||
text-align:justify;
|
||
}
|
||
#content-padd {
|
||
padding:10px;
|
||
}
|
||
|
||
#footer {
|
||
position:absolute;
|
||
height:35px;
|
||
bottom:0px;
|
||
left:0px;
|
||
background: url(../images/bg_footer.jpg) top repeat-x;
|
||
border-top:1px #CCCCCC solid;
|
||
width:1000px;
|
||
}
|
||
#footer-padd {
|
||
padding-top:10px;
|
||
text-align:left;
|
||
}
|
||
|
||
/* -----#end LAYOUT-------- */
|
||
/* ------------------------ */
|
||
|
||
/* ------------------------ */
|
||
/* ------- BOXES ------ */
|
||
/* ------------------------ */
|
||
#header .separator1 {
|
||
background:url(../images/header_separator.jpg);
|
||
width:3px;
|
||
height:77px;
|
||
position:absolute;
|
||
left:248px;
|
||
top:11px;
|
||
}
|
||
#header .map {
|
||
position:absolute;
|
||
top:11px;
|
||
right:110px;
|
||
background:url(../images/header_map.jpg) no-repeat;
|
||
width:332px;
|
||
height:77px;
|
||
}
|
||
#header .status {
|
||
position:absolute;
|
||
left:260px;
|
||
top:20px;
|
||
text-align:left;
|
||
}
|
||
.status table {
|
||
margin-top:5px;
|
||
}
|
||
#header .logout {
|
||
position:absolute;
|
||
right:0;
|
||
top:43px;
|
||
width:110px;
|
||
}
|
||
#header .logout span {
|
||
background:url(../images/ico_logout.jpg) right 0px no-repeat;
|
||
padding-right:22px;
|
||
}
|
||
#header .logout a {
|
||
color:#FF833D;
|
||
}
|
||
#header .logout a:hover {
|
||
text-decoration:none;
|
||
}
|
||
|
||
.pagination {
|
||
padding:10px 0 0px 0;
|
||
}
|
||
.pagination strong {
|
||
border:1px #FF833D solid;
|
||
padding:0 5px 0 5px;
|
||
}
|
||
.message {
|
||
border:1px #FF833D solid;
|
||
background:#F7F7F7;
|
||
font-weight:bold;
|
||
text-align:center;
|
||
margin:10px 0 10px 0;
|
||
padding:10px 0 10px 0;
|
||
}
|
||
/* -----#end BOXES-------- */
|
||
/* ------------------------ */
|
||
|
||
#statesbox
|
||
{
|
||
width: 500px;
|
||
margin-left: 140px;
|
||
margin-top: 60px;
|
||
}
|
||
|
||
#statesbox div
|
||
{
|
||
text-align: center;
|
||
background:#F7F7F7;
|
||
padding: 0px;
|
||
border:3px #666666 solid;
|
||
width: 450px;
|
||
height: 140px;
|
||
}
|
||
|
||
|
||
/* -------------------------------- */
|
||
/* ------- HEADLINES & Texts ------ */
|
||
/* -------------------------------- */
|
||
|
||
.flags {
|
||
margin-top: 0px;
|
||
}
|
||
|
||
h1#logo {
|
||
position:absolute;
|
||
top:24px;
|
||
left:18px;
|
||
background:url(../images/logo_freenetis.jpg);
|
||
width:212px;
|
||
height:49px;
|
||
}
|
||
h1#logo span {
|
||
visibility:hidden;
|
||
}
|
||
h2 {
|
||
padding-bottom:5px;
|
||
font-size: 17px;
|
||
}
|
||
h3 {
|
||
padding-bottom:5px;
|
||
}
|
||
.status span {
|
||
background: url(../images/ico_user.gif) no-repeat;
|
||
padding-left:20px;
|
||
color:#B3B3B3;
|
Také k dispozici: Unified diff
Nova vetev s podporou prirazovani podsiti k clenum. Implementace http://vyuka.slfree.net/mod/forum/discuss.php?d=1475 a http://vyuka.slfree.net/mod/forum/discuss.php?d=1596