/usr/share/referencer/main.css is in referencer 1.2.2-1build2.
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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 | div#main {
background-color:#EEEEFF;
margin: 0 auto;
}
div#logo {
float:left;
margin-right:15px;
}
body {
background-color:white;
color:black;
width: 780px;
/*font: small Lucida Grande, Trebuchet MS, sans-serif;*/
padding:0px;
/*
border-bottom: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
*/
margin: 0 auto;
margin-top: 10px;
}
a.title {
margin: 0;
padding: 3px;
display: block;
text-decoration: none;
color: black;
background-color: inherit;
border-width: 0px;
}
h1.maintitle{
font-weight: bold;
margin-bottom:0px;
}
div#titlebar
{
background-color:#EEEEFF;
border-width: 0px;
padding:10px;
}
div#footer
{
border-width: 0px;
padding: 10px;
padding-top: 100px;
width: 800px;
float:left;
}
div#footer p
{
text-align: center;
font-size: 50%;
}
div.menubox {
float: right;
width: 150px;
background-color: #EEEEFF;
margin-top:15px;
/*
border-top:1px solid black;
border-bottom:1px solid black;
border-left: 1px solid #54482e;
border-right: 1px solid #54482e;
*/
}
div.menubox h2
{
margin-top:10px;
padding-left: 3px;
padding-top:1px;
padding-bottom:1px;
padding-right:2px;
font-size: 130%;
}
div.menubox div {
margin-bottom: 5px;
}
div.menubox p {
margin-bottom: 0px;
margin-left: 5px;
}
div.textbox {
float: left;
width: 610px;
background-color:#EEEEFF;
padding-top: 10px;
padding-left: 10px;
padding-right: 0px;
padding-bottom: 10px;
margin-top: 0px;
margin-left: 0px;
margin-top: 15px;
margin:right: 0px;
}
div.textbox p {
padding-right: 10px;
}
div.textbox ul {
padding-right: 10px;
}
div.textbox div {
/* margin-top: 15px;*/
}
div#screenshots p {
margin-bottom:35px;
}
h1, h2, h3, h4, h5, h6 {
font-family: Trebuchet MS, Lucida Grande, sans-serif;
}
h3.subtitle{
padding-left: 20px;
margin-top:5px;
font-style: italic;
}
h2
{
margin-top:0px;
padding-left: 3px;
padding-top:1px;
padding-bottom:1px;
background-color: #CCCCEE;
}
|