mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
Conflicts:
configure.ac
Origin commit data
------------------
Commit: 624691ea0d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-15 (Thu, 15 Dec 2016)
89 lines
1.6 KiB
CSS
89 lines
1.6 KiB
CSS
#startjpg {
|
|
display: block;
|
|
text-align: center;
|
|
width: 750px;
|
|
margin: 1.5em auto;
|
|
padding: .5em;
|
|
border: 1px solid #a0a0a0;
|
|
box-shadow: .5em .5em .5em rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.ni_logo {
|
|
font-weight: bold;
|
|
font-size: 50px;
|
|
color: #FD6D13;
|
|
vertical-align: top;
|
|
text-shadow: 0 -1px #555555, 1px 0 #555555, 0 1px #555555, -1px 0 #555555, #000 4px 4px 3px;
|
|
}
|
|
.ni_logo img {
|
|
vertical-align: text-bottom;
|
|
margin-left: 5px;
|
|
}
|
|
hr {
|
|
border: 0 none;
|
|
border-top: 1px solid #a0a0a0;
|
|
}
|
|
span.upd_no,
|
|
span.upd_yes {
|
|
display: none;
|
|
}
|
|
abbr.version {
|
|
cursor: help;
|
|
}
|
|
.exlink, .inlink, .comment {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.status {
|
|
vertical-align: text-bottom;
|
|
}
|
|
.vinfo {
|
|
font-size: 75%;
|
|
color: #c0c0c0;
|
|
}
|
|
.tools select {
|
|
border: 1px solid #a0a0a0;
|
|
border-left: 3px solid #FD6D13 !important;
|
|
}
|
|
.tools option.e {
|
|
background: url(images/page_edit.png) no-repeat;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
button,
|
|
input[type="button"],
|
|
input[type="submit"],
|
|
._used_graph,
|
|
._used_graph * {
|
|
border-radius: 5px;
|
|
}
|
|
button[ytype] {
|
|
background-position: 3px 1px;
|
|
}
|
|
button[ytype="accept_"],
|
|
button[ytype="cancel_"] {
|
|
text-align: center;
|
|
width: 105px;
|
|
}
|
|
button[ytype="accept_"] { background-image:url(/images/accept.png); }
|
|
button[ytype="cancel_"] { background-image:url(/images/cancel.png); }
|
|
|
|
tr.list td {
|
|
padding-top: .25em;
|
|
padding-bottom: .25em;
|
|
}
|
|
tr.list:hover td {
|
|
background: #F0F0F0;
|
|
}
|
|
div._used_graph {
|
|
width: 150px;
|
|
height: 20px;
|
|
border: 1px solid #a0a0a0;
|
|
}
|
|
div._used_graph div._inner_graph {
|
|
width: 0;
|
|
height: 100%;
|
|
background: transparent url(images/colored_bar.png) no-repeat 0 0;
|
|
float: left;
|
|
}
|