/usr/share/mediatomb/web/main.css is in mediatomb-common 0.12.1-47-g7ab7616-1ubuntu2.
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 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 | /*MT*
MediaTomb - http://www.mediatomb.cc/
main.css - this file is part of MediaTomb.
Copyright (C) 2005 Gena Batyan <bgeradz@mediatomb.cc>,
Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>
Copyright (C) 2006-2010 Gena Batyan <bgeradz@mediatomb.cc>,
Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>,
Leonhard Wimmer <leo@mediatomb.cc>
MediaTomb is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2
as published by the Free Software Foundation.
MediaTomb is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
version 2 along with MediaTomb; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
$Id$
*/
body
{
background-color:#dddddd;
font-family: "Helvetica", "Arial", "MS Sans Serif", sans-serif;
font-size: 13px;
margin:0;
padding:0;
}
/* IE PNG fix from http://www.twinhelix.com/css/iepngfix/ */
img
{
behavior: url("js/iepngfix.htc")
}
input
{
font-family: "Helvetica", "Arial", "MS Sans Serif", sans-serif;
font-size: 13px;
}
input.button
{
width: 5em;
}
a
{
color:#000000;
text-decoration:none;
}
div#db_fs_selector
{
text-align:center;
padding-top:12px;
}
div#db_fs_selector a
{
padding:2px 4px;
}
div#db_fs_selector a.selected
{
/* text-decoration:underline; */
background-color: #222222;
color: #ffffff;
}
div.topDiv
{
vertical-align:middle;
/* padding:5px; */
}
table.contTable
{
padding-top:5px;
white-space:nowrap;
}
tr.itemRowA
{
background-color:#cccccc;
}
tr.itemRowB
{
background-color:#aaaaaa;
}
td.itemEntry
{
padding:3px;
padding-left:5px;
vertical-align:middle;
}
td.itemButtons
{
padding:3px;
padding-right:12px;
vertical-align:middle;
text-align:right;
}
tr.itemRowA:hover, tr.itemRowB:hover
{
background-color:#888888;
}
tr.itemRowA div.itemLeft:hover
{
background-color:#888888;
}
tr.itemRowA div.itemLeft
{
padding:3px;
padding-left:5px;
vertical-align:middle;
background-color:#cccccc;
}
tr.itemRowA div.itemRight
{
padding:3px;
padding-right:12px;
vertical-align:middle;
text-align:right;
background-color:#cccccc;
}
tr.itemRowB div.itemLeft
{
padding:3px;
padding-left:5px;
vertical-align:middle;
background-color:#aaaaaa;
}
tr.itemRowB div.itemRight
{
padding:3px;
padding-right:12px;
vertical-align:middle;
text-align:right;
background-color:#aaaaaa;
}
td.contEntry
{
vertical-align:middle;
padding-left:5px;
}
td.contEntry img, td.itemButtons a, td.itemButtons img, span.contText, td.itemEntry img
{
vertical-align:middle;
}
table.classicForm
{
padding:5px;
padding-left:10px;
padding-top: 20px;
}
.status
{
vertical-align:middle;
z-index:12;
}
img.logo
{
margin-top:1px;
text-align:center;
z-index:10;
}
img#logout_img
{
margin-top:7px;
z-index:11;
}
|