html {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
background-color: #515171;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
header {
padding: 1em;
margin-top: 0;
margin-bottom: 0;
padding-bottom: 0;
}
a:link {color: #1e527e;}
a:hover {color: #2c7abc;}
a:visited {color: #371e7e;}
a:visited {color: #574882;}
pre {
overflow-x: auto;
}
.caption {
font-style: italic;
font-size: 0.8em;
line-height: 5px;
margin-bottom: 3em;
}
p.center {text-align: center;}
p.screenshot a img {
border: 1px solid black;
box-shadow: 3px 7px 7px #606060;
top: 0;
bottom:0;
left: 0;
right:0;
margin: auto;
}
h1 {font-size: 1.7em;}
header h1 a {
font-family: "DejaVu Sans", sans-serif;
text-shadow: 0 4px 4px #666;
display: block;
padding-left: 1.4em;
background-image: url(/img/gnustep.svg);
background-position: left center;
background-repeat: no-repeat;
background-size: auto 100%;
text-decoration: none;
color: black;
font-size: 1.8em;
}
header h1 a:link {text-decoration: none;}
header h1 a span.second {color: white;}
header h1 a span.first {color: black;}
#minimize, #close {
margin: 0;
padding: 0;
height: 19px;
width: 19px;
border-left: 1px solid #b6b6b6;
border-top: 1px solid #b6b6b6;
border-right: 1px solid #616161;
border-bottom: 1px solid #616161;
background-repeat: no-repeat;
background-position: center center;
}
#minimize {
margin-right: 1px;
background-image: url(/img/minimize.png);
}
#close {
margin-left: 1px;
background-image: url(/img/close.png);
}
#titlebar {
position: absolute;
top: 0px;
display: inline-flex;
width: 100%;
margin: 0;
margin-top: 0px;
padding: 0;
background: black;
height: 22px;
}
#titlebar-inner {
margin: 0;
padding: 0;
margin-top: 0px;
background: black;
height: 19px;
width: 100%;
border-left: 1px solid #b6b6b6;
border-top: 1px solid #b6b6b6;
border-right: 1px solid #616161;
border-bottom: 1px solid #616161;
font-size: 0.8em;
color: white;
font-weight: bold;
text-align: center;
vertical-align: middle;
}
#wrapper {
position: relative;
width: 800px;
margin: 0 auto;
margin-top: 1em;
margin-bottom: 1em;
box-shadow: 0 0 15px #000000;
background-color: #aeaaae;
border: 1px solid black;
}
#resizel, #resizer {
margin: 0;
padding: 0;
height: 6px;
width: 28px;
border-left: 1px solid white;
border-top: 1px solid white;
border-right: 1px solid #555555;
}
#resizebar {
position: absolute;
bottom: 2px;
display: inline-flex;
width: 100%;
margin: 0;
margin-top: 0px;
padding: 0;
background: #aaaaaa;
height: 5px;
border-top: 1px solid #555555;
}
#resizebar-inner {
margin: 0;
padding: 0;
margin-top: 0px;
height: 6px;
width: 100%;
border-left: 1px solid white;
border-top: 1px solid white;
border-right: 1px solid #555555;
}
article {
padding: 1em;
}
/* 64 * 2 + width of the wrapper (800) == 928 + margin */
@media screen and (min-width: 940px) {
aside {
position: fixed;
right: 0;
top: 0;
width: 64px;
}
nav.menu li#home {background-image: url(/img/dock_home.png);}
nav.menu li#news {background-image: url(/img/dock_news.png);}
nav.menu li#docs {background-image: url(/img/dock_docs.png);}
nav.menu li#devel {background-image: url(/img/dock_devel.png);}
nav.menu li#themes {background-image: url(/img/dock_themes.png);}
nav.menu li#links {background-image: url(/img/dock_links.png);}
nav.menu {
padding: 0;
}
nav.menu ul {
padding: 0;
margin: 0;
list-style:none;
}
nav.menu li {
float: left;
margin: 0;
padding: 0;
list-style: none;
display: inline;
}
nav.menu a {
padding: 3px 12px;
text-decoration: none;
color: #999;
line-height: 100%;
}
nav.menu a:hover {
color: #BBB;
}
nav.menu form {
display: inline;
}
nav.menu .current a {
color: #fff;
}
nav.menu li {
display: block;
width: 64px;
height: 64px;
border: 0;
padding:0;
}
nav.menu li a {
display: block;
width: 64px;
height: 64px;
border: 0;
padding:0;
line-height: 0;
font-size: 0;
color: transparent;
}
}
@media screen and (max-width: 939px) {
#wrapper {
width: 100%;
margin: 0;
}
article {
width: auto;
}
nav.menu {
padding: 0 1em 0 1em;
}
nav.menu ul {
border: 3px groove black;
padding: 0;
margin: 0;
list-style:none;
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
}
nav.menu li {
float: left;
margin: 0;
padding: 0;
list-style: none;
display: inline;
}
nav.menu a {
padding: 3px 12px;
text-decoration: none;
color: #999;
line-height: 100%;
}
nav.menu a:hover {
color: #BBB;
}
nav.menu form {
display: inline;
}
nav.menu .current a {
color: #fff;
}
nav.menu li {
display: block;
width: 64px;
height: 64px;
border: 0;
padding:0;
}
nav.menu li a {
display: block;
width: 64px;
height: 64px;
border: 0;
padding:0;
line-height: 0;
font-size: 0;
color: transparent;
}
nav.menu li#home {background-image: url(/img/prefs_home.png);}
nav.menu li#news {background-image: url(/img/prefs_news.png);}
nav.menu li#docs {background-image: url(/img/prefs_docs.png);}
nav.menu li#devel {background-image: url(/img/prefs_devel.png);}
nav.menu li#themes {background-image: url(/img/prefs_themes.png);}
nav.menu li#links {background-image: url(/img/prefs_links.png);}
}
@media screen and (max-width: 600px) {
#wrapper {
width: 100%;
margin: 0;
}
#header {
height: auto;
}
header h1 a {
font-size: 1.5em
}
.image-left {
float: none;
}
article {
width: auto;
float: none;
}
}