yWeb: merge Y_NI.css into Y_Main.css

Origin commit data
------------------
Commit: 77aa0951d7
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-14 (Tue, 14 Feb 2023)

Origin message was:
------------------
- yWeb: merge Y_NI.css into Y_Main.css
This commit is contained in:
vanhofen
2023-02-14 23:56:16 +01:00
parent 8025fc3ba5
commit 6b9544aea7
7 changed files with 65 additions and 79 deletions

View File

@@ -79,7 +79,6 @@ install_DATA = extensions.txt \
# NI-yWeb
install_DATA += Y_NIlib.js \
Y_NI.css \
Y_NI_About.yhtm \
Y_NI_Camd-control.yhtm \
Y_NI_Infoicons-control.yhtm \

View File

@@ -298,7 +298,6 @@ start-block~head_ni
<meta http-equiv="expires" content="Thu, 01 Jan 1970 00:00:00 GMT" />
<title>yWeb - NI</title>
<link rel="stylesheet" type="text/css" href="/Y_Main.css" />
<link rel="stylesheet" type="text/css" href="/Y_NI.css" />
<link rel="stylesheet" type="text/css" href="/Y_Dist.css" />
<link rel="stylesheet" type="text/css" href="/Y_User.css" />
{=include-block:Y_Blocks.txt;js_prototype=}

View File

@@ -1,6 +1,5 @@
{=include-block:Y_Blocks.txt;head_no_charset=}
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
<link rel="stylesheet" type="text/css" href="/Y_NI.css" />
<script type="text/javascript" src="/Y_Baselib.js"></script>
<script type="text/javascript">
//<![CDATA[

View File

@@ -1,6 +1,5 @@
{=include-block:Y_Blocks.txt;head_no_charset=}
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<link rel="stylesheet" type="text/css" href="/Y_NI.css" />
{=include-block:Y_Blocks.txt;js_prototype=}
<script type="text/javascript" src="/Y_Baselib.js"></script>
<script type="text/javascript" src="/Y_EPG.js"></script>

View File

@@ -7,6 +7,10 @@ body {
color: #555555;
}
/*standards*/
hr {
border: 0 none;
border-top: 1px solid #a0a0a0;
}
img {border:0;margin:0;padding:0;}
button,input,select,form,td {
font-family: Verdana, Geneva, Arial, 'Lucida Grande',Tahoma, Helvetica, sans-serif;
@@ -27,6 +31,50 @@ button,input,select,form,td {
.pointer {
cursor: pointer;
}
tr.list td {
padding-top: .25em;
padding-bottom: .25em;
}
tr.list:hover td {
background: #F0F0F0;
}
.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;
}
span.upd_no,
span.upd_yes {
display: none;
}
abbr.version {
cursor: help;
}
.status {
vertical-align: text-bottom;
}
.vinfo {
font-size: 75%;
color: #c0c0c0;
}
._used_graph,
._used_graph * {
border-radius: 5px;
}
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;
}
/* buttons */
a img:hover {
position:relative;
@@ -34,7 +82,7 @@ a img:hover {
top:1px;
}
button[ytype]{
background-position: 5px;
background-position: 3px 1px;
background-attachment: scroll;
background-color: transparent;
background-repeat: no-repeat;
@@ -62,6 +110,15 @@ button[ytype="add"]{background-image:url(/images/new.png);}
button[ytype="delete"]{background-image:url(/images/remove.png);}
button[ytype="edit"]{background-image:url(/images/modify.png);}
button[ytype="accept_"] { background-image:url(/images/accept.png); }
button[ytype="cancel_"] { background-image:url(/images/cancel.png); }
button[ytype="accept_"],
button[ytype="cancel_"] {
text-align: center;
width: 105px;
}
button[ytype="no"] {
padding-left: 5px
}
@@ -71,10 +128,10 @@ button,input[type="button"],input[type="submit"]/*,input[type="file"],input[type
height: 22px;
border: 1px solid #888888;
background-color: transparent;
border-radius: 3px;
border-radius: 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
button:hover,input[type="button"]:hover,input[type="submit"]:hover/*,input[type="file"]:hover*/ {
position:relative;
@@ -118,17 +175,17 @@ tr {
}
.exlink{
background:transparent url(/images/exlink.gif) no-repeat scroll left center;
text-decoration: underline;
text-decoration: none;
padding-left: 20px;
}
.inlink{
background:transparent url(/images/inlink.gif) no-repeat scroll left center;
text-decoration: underline;
text-decoration: none;
padding-left: 20px;
}
.comment{
background:transparent url(/images/comment.png) no-repeat scroll left center;
text-decoration: underline;
text-decoration: none;
padding-left: 20px;
}
/* primary Navigation */

View File

@@ -1,67 +0,0 @@
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;
}

View File

@@ -1,3 +1,3 @@
version=3.0.19
version=3.0.20
date=14.02.2023
info=NI-Neutrino-Webinterface