Files
gallery3/modules/gallery/css/upgrader.css

124 lines
1.4 KiB
CSS
Raw Normal View History

body {
2009-06-22 14:20:28 -07:00
background: #eee;
font-family: 'Trebuchet MS';
2009-06-22 14:20:28 -07:00
font-size: 1.1em;
}
h1 {
2009-06-22 14:20:28 -07:00
font-size: 1.4em;
}
div#outer {
2009-06-22 14:20:28 -07:00
width: 650px;
background: white;
border: 1px solid #999;
margin: 0 auto;
padding: -10px;
}
div#inner {
2009-06-22 14:20:28 -07:00
padding: 0 1em 0 1em;
margin: 0px;
}
div#footer {
2009-06-22 14:20:28 -07:00
border-top: 1px solid #ccc;
margin: 1em;
}
td.name {
2009-06-22 14:20:28 -07:00
text-align: left;
padding-left: 30px;
}
td {
2009-06-22 14:20:28 -07:00
text-align: center;
border-bottom: 1px solid #eee;
}
tr.current td {
2009-06-22 14:20:28 -07:00
color: #999;
font-style: italic;
}
tr.current td.gallery {
2009-06-22 14:20:28 -07:00
color: #00d;
}
tr.upgradeable td {
2009-06-22 14:20:28 -07:00
font-weight: bold;
}
tr.upgradeable td.gallery {
2009-06-22 14:20:28 -07:00
color: #00d;
}
table {
2009-06-22 14:20:28 -07:00
width: 600px;
margin-bottom: 10px;
}
p {
2009-06-22 14:20:28 -07:00
font-size: .9em;
}
ul {
2009-06-22 14:20:28 -07:00
font-size: .9em;
list-style: none;
}
li {
2009-06-22 14:20:28 -07:00
display: inline;
}
li:before {
2009-06-22 14:20:28 -07:00
content: "\00BB \0020";
}
div.button {
2009-06-22 14:20:28 -07:00
margin: 0 auto;
width: 120px;
text-align: center;
border: 1px solid #999;
background: #eee;
}
div.button a {
2009-06-22 14:20:28 -07:00
text-decoration: none;
}
div.button:hover {
2009-06-22 14:20:28 -07:00
background: #ccc;
}
div#confirmation {
2009-06-22 14:20:28 -07:00
position: absolute;
background: blue;
z-index: 1000;
margin: 10px;
text-align: center;
}
div#confirmation a.close {
float: right;
padding: 10px;
text-decoration: none;
}
div#confirmation div {
2009-06-22 14:20:28 -07:00
margin: 2px;
padding: 20px;
border: 2px solid #999;
background: #eee;
}
.gray_on_done {
2009-06-22 14:20:28 -07:00
opacity: <?= $done ? "0.5" : "1" ?>;
}
pre {
2009-06-22 14:20:28 -07:00
display: inline;
margin: 0px;
padding: 0px;
}