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

128 lines
1.5 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 {
opacity: 0.5;
2009-06-22 14:20:28 -07:00
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-active:hover {
2009-06-22 14:20:28 -07:00
background: #ccc;
}
div#dialog {
width: 340px;
height: 200px;
2009-06-22 14:20:28 -07:00
position: absolute;
background: blue;
z-index: 1000;
margin: 10px;
text-align: center;
}
div#dialog a.close {
float: right;
padding: 10px;
text-decoration: none;
}
div#dialog div {
width: 292px;
height: 152px;
2009-06-22 14:20:28 -07:00
margin: 2px;
padding: 20px;
border: 2px solid #999;
background: #eee;
}
.muted {
opacity: 0.5;
}
pre {
2009-06-22 14:20:28 -07:00
display: inline;
margin: 0px;
padding: 0px;
}