@import "todo.css";
@import "netsite.css";

#wiki-header {
        vertical-align: middle;
}

#netsite-header, .header-logo {
        background-image: url('/static/logo-white.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 1% 1%; 
}

@media print {
  /*div.ssx-body { margin-left: 0px; }*/
    #netsite-content { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
    div.sectionbody { font-family: serif; }
}

@media screen {
  /*div.ssx-body { margin-left: 15em; }*/
    div.sectionbody { font-family: sans-serif; }
}

div.wiki-links {
        position: absolute;
        width: 10em;
        background-color: #efefef;
        padding: .5em;
        margin: 0 .5em 0 0;
}

#grid-logo {
        float: right;
        caption: 'grid.pp.ru';
        margin: -5px;
        /*
        background-color: white;
        height: 51px;
        width: 140px;*/
        border: none;
        /*background-image: url('/static/gridmgu.png');*/
}

#grid-git-logo {
        float: right;
        caption: 'grid.pp.ru';
        height: 25px;
        width: 60px;
        margin: 8px;
        background-image: url('/static/gridmgu.small.png');
}

.awiki-tags {
	font-size: .7em;
}

a.awiki-tag {
	margin-left: .2em;
	margin-right: .2em;
}

@media print {
	#netsite-header { display: none; }
	#netsite-menu-ext { display: none; }
	#netsite-search { display: none; }
	#netsite-content { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
	h1, h2, h3 { color: #000; }
	a { text-decoration: none; color: #000; }
	body { font-family: serif; }
}
