/usr/share/openguides/static/openguides-base.css is in openguides 0.76-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | body {
background-color: #bfabd3;
}
div#body_wrapper {
background: #ebc0fb;
margin-left: 5%;
margin-right: 5%;
margin-top: 1.5em;
border: thin solid black;
}
div#banner {
padding: 0.1em 1em 0.1em 1em;
border-bottom: thin solid black;
}
div#banner a {
text-decoration: none;
color: #000000;
}
div#summary {
display: none;
}
div#maincontent {
float: left;
width: 77%;
}
div#content {
padding-left: 1em;
}
div#recent_changes_feeds, div#site_index_feeds {
clear: both;
}
div#map_index_node_list {
height: 450px;
overflow: auto;
float: right;
width: 20%;
}
div#map_index_canvas {
width: 75%;
height: 450px;
}
div#node_map_canvas {
float: right;
width: 300px;
height: 200px;
border: thin solid black;
margin-top: 1em;
}
div#navbar {
border-left: thin solid black;
border-bottom: thin solid black;
padding: 1em;
float: right;
width: 18%;
}
div.navbar_site_name {
display: none;
}
.hidden {
display: none;
}
|