Delete obsolete CSS files

This commit is contained in:
Eelco Dolstra 2012-05-07 15:12:56 -04:00
parent 7d3c1852ed
commit 48effa116c
2 changed files with 0 additions and 335 deletions

View file

@ -1,175 +0,0 @@
#leftnavbar {
position: absolute;
left: 0px;
width: 13em;
border-right: 1px solid gray;
}
#logo {
text-align: center;
}
#logo img {
border: 1px;
}
#content {
position: absolute;
left: 13em;
margin-left: 1em;
margin-right: 1em;
}
h1 {
margin-top: 0em;
}
#leftnavbar ul.menu {
display: block;
padding: 0 0 0 0;
margin: 0 0 0 0;
margin-left: 1em;
margin-right: 1em;
}
#leftnavbar ul.menu a {
color: #005aa0;
}
#leftnavbar ul.menu > li {
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
margin-bottom: 1.5em;
}
#leftnavbar ul.menu > li > div.title {
text-align: center;
font-weight: bold;
color: black;
border-width: 0px;
border-bottom-width: 1px;
border-style: solid;
border-color: #c0c0c0;
padding-bottom: 0.5em;
background-image: url(../images/arrow-down.gif);
background-repeat: no-repeat;
background-position: 0.3em center;
}
#leftnavbar ul.menu > li > div.title > a {
display: block;
background: none;
color: black;
}
#leftnavbar ul.menu > li > div.title > a:focus {
outline: none;
}
#leftnavbar ul.submenu {
padding: 0 0 0 0;
margin-left: 0em;
margin-right: 0em;
}
#leftnavbar ul.collapsed {
display: none;
}
#leftnavbar ul.submenu > li {
font-size: 90%;
list-style: none;
border-width: 0px;
border-bottom-width: 1px;
border-style: solid;
border-color: #c0c0c0;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
#leftnavbar ul.submenu > li > div.title {
padding-left: 1.3em;
padding-top: 0.5em;
padding-bottom: 0.5em;
background-image: url(../images/arrow-right.gif);
background-repeat: no-repeat;
background-position: 0.3em center;
}
#leftnavbar ul.submenu > li.active > div.title {
background-image: url(../images/arrow-right-active.gif);
background-color: #eef2ff;
font-weight: bold;
color: #606060;
}
#leftnavbar ul.subsubmenu {
padding-left: 0;
}
#leftnavbar ul.subsubmenu > li {
font-size: 90%;
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-width: 0px;
border-top-width: 1px;
border-style: solid;
border-color: #c0c0c0;
}
#leftnavbar ul.subsubmenu > li > div.title {
padding-left: 3.3em;
padding-top: 0.5em;
padding-bottom: 0.5em;
background-image: url(../images/arrow-right.gif);
background-repeat: no-repeat;
background-position: 2.3em center;
}
#leftnavbar ul.subsubmenu > li.active > div.title {
background-image: url(../images/arrow-right-active.gif);
background-color: #eef2ff;
font-weight: bold;
color: #606060;
}
#leftnavbar ul.subsubsubmenu {
padding-left: 0;
}
#leftnavbar ul.subsubsubmenu > li {
font-size: 90%;
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-width: 0px;
border-top-width: 1px;
border-style: solid;
border-color: #c0c0c0;
}
#leftnavbar ul.subsubsubmenu > li > div.title {
padding-left: 5.3em;
padding-top: 0.5em;
padding-bottom: 0.5em;
background-image: url(../images/arrow-right.gif);
background-repeat: no-repeat;
background-position: 4.3em center;
}
#leftnavbar ul.subsubsubmenu > li.active > div.title {
background-image: url(../images/arrow-right-active.gif);
background-color: #eef2ff;
font-weight: bold;
color: #606060;
}
.hidden {
display: none;
}
#footer {
font-size: 80%;
}

View file

@ -1,160 +0,0 @@
body {
}
/* The main container element. */
div#page {
max-width: 120em;
min-width: 50em;
margin: 1em auto;
background-color: white;
}
/* The header. */
div#header {
border-bottom: 1px solid black;
position: relative;
padding-bottom: 1em;
}
div#logo {
display: inline;
}
ul#top-menu {
top: 0em;
}
ul#context-menu {
bottom: 1em;
}
/* The footer. */
div#footer {
margin-top: 1em;
border-top: 1px solid black;
position: relative;
}
div#last-modified {
font-size: 80%;
font-style: italic;
}
ul#bottom-menu {
bottom: 0em;
}
/* The top and bottom menus. */
ul.short-menu {
display: block;
position: absolute;
right: 0em;
margin: 0;
padding: 0;
}
ul.short-menu li {
display: inline;
/* Put a ">" in front of the menu item. */
margin-left: 0.5em;
padding-left: 1.3em;
padding-top: 0.5em;
padding-bottom: 0.5em;
background-image: url(../images/arrow-right.gif);
background-repeat: no-repeat;
background-position: 0.3em center;
}
ul.short-menu li a {
color: black;
text-decoration: none;
}
ul.short-menu li a:hover {
text-decoration: none;
border-bottom: 1px dotted black;
background: white;
}
/* The left menu. */
div#main {
position: relative;
}
div#content {
min-height: 35em;
}
div#left-bar {
position: absolute;
left: 0em;
width: 8em;
}
div#left-title {
font-weight: bold;
padding-bottom: 0.5em;
margin-bottom: 0.5em;
border-bottom: 1px dotted black;
}
ul#left-menu {
padding: 0 0 0 0;
margin: 0 0 0 0;
}
ul#left-menu li {
font-size: 90%;
list-style: none;
padding-left: 1.3em;
margin-bottom: 0.5em;
}
ul#left-menu li {
background-image: url(../images/arrow-right.gif);
background-repeat: no-repeat;
background-position: 0 center;
}
ul#left-menu li.active {
background-image: url(../images/arrow-right-active.gif);
background-color: #eef2ff;
font-weight: bold;
color: #606060;
}
/* The content. */
div#left-bar + div#content {
margin-left: 9em;
}
/* Inline (floating) images. */
img.inline, img.inlineNoBorder {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
/* Release tables. */
.reldate {
font-style: italic;
}
table.releases td {
border: 0px;
}
/* Screenshot table. */
table.screenshots {
border-style: hidden;
}
table.screenshots td {
vertical-align: middle;
padding-top: 0.5em;
padding-bottom: 0.5em;
border: 0px;
border-bottom: 1px dotted black;
}