Newer
Older
www-root / lib / surveyor.css
div#page-header {
    margin-left: 10px;
}

div#page-header img {
    padding: 0;
    display: block;
    margin: -78px 0 1px 2em;
    width: 800px;
    height: 72px;
    border: none;
}

div#page-header p.border {
    background-color: #304558;
    color: #fff;
    padding: 0 0 0 248px;
    margin: 8px 0 0 0;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    line-height: 29px;
}

div#page-header p.menu {
    text-align: right;
    font-size: 13px;
    margin: 30px 0 0.5em 0;
    padding: 0;
}

#wrap {
    width: 100%;
    text-align: left;
    margin: 0 auto;
}  
#inner { 
    margin: 0 4px;
}
#mainWrap { width: 70%; float: right; }
#sideWrap { width: 25%; float: left; }
.clear { clear: both; }
.clear hr { display: none; }

img.qgisimage {
    width: 70%;
    height: 70%;
}
img#QGISlogo {
    width: 50%;
    height: 50%;
}

p.middle {
    vertical-align: middle;
}

h1 {
  font-style: italic;
}

li {
	text-align: left;
}

table.wiki {
    margin: 20px 0 50px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
}

table.wiki caption {
    caption-side: top;
    text-decoration: underline;
}

table.wiki tr th, table.wiki tr td {
    font-size: 12px;
    padding: 7px;
}

table.wiki tr th {
    background: #E6EAFF;
    font-size: 11px;
}

table.border {
    margin: 20px 0 50px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
}

table.border tr th, table.border tr td {
    font-size: 12px;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
}

table.border tr th {
    background: #E6EAFF;
    font-size: 11px;
    text-align: left;
}