Oscam Webstyle ändern?

Mayer
IPC Freak
Beiträge: 187
Registriert: Do 27. Okt 2011, 01:19
Kontaktdaten:

Oscam Webstyle ändern?

Beitrag von Mayer »

Ich würde gern den Webstyle vom OScam ändern und habe dafür eine *.css Datei nach /var/etc/ kopiert.

Diese lässt sich sich dann auch im Webinterface vom Oscam auswählen, wir dann aber leider nicht angewandt bzw dargestellt.

Auch manuelles Eintagen funktioniert nicht.

Ich nutze die Oscam 6008

Habe es aber auch mit anderen Versionen ohne Erfolg versucht .

Hat jemand noch eine Idee wo ich suchen könnte?

FG Mayer
feissmaik
Entwickler Team
Beiträge: 2576
Registriert: So 17. Apr 2011, 11:39
Been thanked: 1 time
Kontaktdaten:

Re: Oscam Webstyle ändern?

Beitrag von feissmaik »

Sobald man eine Datei oscam.css in dem Ordner ablegt, in dem OScam die Konfigurationsdstein vermutet (entweder default oder mit -C angegeben) und OScam dann neu startet - kann man über das OScam WebIf unter dem Configurations-punkt Monitor/WebIf und da unter Http css entweder embedded (also den standard) oder die oscam.css auswählen....

Wählt man die oscam.css und drückt dann auf Save, muss zum "tatsächlichen" übernehmen der neuen Design-Einstellungen OScam erneut komplett neu gestartet werden

Eine funktionierende oscam.css sieht zb so aus:
Spoiler
Show

Code: Alles auswählen

/*space between menubuttons+showidle*/
body {background-color: #303030; font-family: Arial; font-size: 1px; text-align:center}
p {color: white; }
/*top oscam-name size*/
h2 {color: #ffffff; font-family: Arial; font-size: 12px; line-height: 1px; text-align:right; margin-top:1px; margin-bottom:1px}
/*bottom oscam infotext size*/
h4 {color: #ffffff; font-family: Arial; font-size: 12px; line-height: 1px; text-align:center}
/*server-client window*/
TABLE {border-spacing:1px; border:0px; padding:0px; margin-left:auto; margin-right:auto;  background-color: transparent; }
TABLE.menu {border-spacing:5px; border:0px; padding:0px; margin-left:auto; margin-right:auto;}
TABLE.status {border-spacing:1px; border: 1px solid #ffffff; padding:4px;background-color: #030303;  empty-cells:show;-moz-border-radius: 8px;}
TABLE.readers {border-spacing:1px; border: 1px solid #ffffff; padding:4px;background-color: #1A1A1A;  empty-cells:show;-moz-border-radius: 8px;}
TABLE.users {border-spacing:1px; border: 1px solid #ffffff; padding:4px;background-color: #1A1A1A;  empty-cells:show;-moz-border-radius: 8px;}
TABLE.stats {border-spacing:1px; border: 1px solid #ffffff; padding:4px;background-color: #1A1A1A;  empty-cells:show;-moz-border-radius: 8px;}
TABLE.config {width:750px;border-spacing:1px; border: 1px solid #ffffff; padding:4px;background-color: #1A1A1A;  empty-cells:show;-moz-border-radius: 8px;}
TH {height:1px; border: 1px outset #ffffff; font-family: Arial; font-size: 11px; padding:5px; background-color: #242424; color:orange;-moz-border-radius: 8px;}
TD {height:4px; border:0px; font-family: Arial; font-size: 11px; padding:4px; background-color: #4A4A4A; color:white;-moz-border-radius: 8px;}
HR {height:1px; border-width:0; color:white; background-color:#AAAAAA}
TR.a TD {background-color:#303030; color:white;}
TR.s TD {background-color:#333333; color:white;}
TR.n TD {background-color:#2F4F4F; color:white;}
TR.h TD {background-color: #333333; color:white;}
TR.r TD {background-color:#212121; color:orange; font-weight: bold;}
TR.p TD {background-color:#292929 color:white; font-weight: bold;}
TR.c TD {background-color:#292929; color:white; font-weight: bold;}
TR.online TD {background-color: #2E2E2E;  color: orange;  font-weight: bold;  }
TR.expired TD {background-color:#1F1F1F;}
/*log window*/
DIV.log {border: 1px solid #ffffff; background-color: #333333; padding:10; font-family: Arial, monospace; color: #d0d0d0; font-size: 12px; word-
wrap:break-word; text-align:left; height:350px;overflow:auto;-moz-border-radius: 8px;}
DIV.sidlist {border:1px dotted #ffffff; background-color: #ffffff; padding:2; font-family: Arial, monospace ; color:#ffffff; font-size: 12px; word-wrap:break-word; text-align:center;}
DIV.warning {border:1px dotted #AAAAAA; color:red ; font-weight:bold; font-size: 16px;}
TR.enabledreader TD {background-color: #3B3B3B;  color: white;  font-weight: bold;  }
/*top button menu*/
TD.menu {font-color:white; background-color: #050505; font-family: Arial; font-size:14px; font-weight:bold;-moz-border-radius: 8px;  border: 2px outset white; }
TD.menu A:link {color: #aaaaaa;  text-decoration: none; }
TD.menu A:visited {color: #aaaaaa;  text-decoration: none; }
TD.menu A:active {color: #d8d8d8;  text-decoration: none; }
TD.menu A:hover {color: #ffffff;  text-decoration: none; }
TD.shutdown {font-color:white; background-color:#000000; font-family: Arial; font-size:14px; font-weight:bold;-moz-border-radius: 8px;border: 2px outset white; }
TD.shutdown A:link {color: #aaaaaa;  text-decoration: none; }
TD.shutdown A:visited {color: #aaaaaa;  text-decoration: none; }
TD.shutdown A:active {color: #d8d8d8;  text-decoration: none; }
TD.shutdown A:hover {color: white;  text-decoration: none; }
TD.script {font-color:white; background-color:#000000; font-family: Arial; font-size:14px; font-weight:bold;-moz-border-radius: 8px;border: 2px outset white; }
TD.script A:link {color: #aaaaaa;  text-decoration: none; }
TD.script A:visited {color: #aaaaaa;  text-decoration: none; }
TD.script A:active {color: #d8d8d8;  text-decoration: none; }
TD.script A:hover {color: white;  text-decoration: none; }
/*config button menu*/
TD.configmenu {font-color:white; background-color:#000000; font-family: Arial; font-size:11px; font-weight:bold;-moz-border-radius: 8px;border: 2px outset white; }
TD.configmenu A:link {color: #aaaaaa;  text-decoration: none; }
TD.configmenu A:visited {color: #aaaaaa;  text-decoration: none; }
TD.configmenu A:active {color: #d8d8d8;  text-decoration: none; }
TD.configmenu A:hover {color: #ffffff;  text-decoration: none; }
/*proxies window*/
TD.subheadline {height:10px; border:0px; padding:0px;text-align:center; font-family: Arial; font-size: 14px; font-weight:bold; background-color:#7D7D7D; color:orange;-moz-border-radius: 8px;}
/*-d 0 64 255 bottom textsize*/
A.debugl:link {color: orange;   font-size: 12px; text-decoration: none;}
A.debugl:visited {color: orange;        font-size: 12px; text-decoration: none;}
A.debugl:active {color: orange; font-size: 12px; text-decoration: none;}
A.debugl:hover {color: orange;  font-size: 13px; text-decoration: none;}
SPAN.debugt {color: orange;     font-size: 12px; height: 15px; line-height: 15px}

A:link {color: #aaaaaa;  text-decoration: none; }
A:visited {color: #aaaaaa;  text-decoration: none; }
A:active {color: #d8d8d8;  text-decoration: none; }
A:hover {color: #d8d8d8;  text-decoration: none; }
/*right side connected-window*/
a.tooltip  {position: relative; text-decoration: none; cursor:default;}
a.tooltip1 {position: relative; text-decoration: none; cursor:default;color:grey;}
a.tooltip  span {display: none; z-index:99;}
a.tooltip1 span {display: none; z-index:99;}
a:hover span{display: block;position: absolute;top: 2em; left: 1em; margin: 0px;padding: 10px; background-color:#4a4a4a; color:white;font-weight: normal;text-align: left;border: 1px solid #666;}
/*files button-window*/
textarea{background-color: #666666;border:1px solid white;-moz-border-radius: 8px; }
textarea.bt{font-family: Arial; font-size: 12px;}
textarea.editor {width:100%; height:450px;border:1px dotted #ffffff; background-color: #333333; padding:10; font-family:"Courier New", monospace; color:#ffffff; font-size: 14px; word-wrap:break-word; text-align:left; }

DIV.message {float:right;}
IMG{border:0px solid;}
INPUT[type=text] { background-color: #636363;border: 1px solid #d8d900;-moz-border-radius: 8px;}
INPUT[type=checkbox] { background-color: #fff09b; color: #0000FF;border:1px solid black;} 
/*update button*/
INPUT[type=submit] { background-color:#4F4F4F; font-family: Arial; font-size:12px;  height:20px ;font-weight:bold;-moz-border-radius: 8px;border: 2px outset white;  color: #d3d3d3;  }
SELECT { background-color: #636363;border:1px solid black;-moz-border-radius: 8px;}
DIV.footer{/*background-color: #31568e; padding:10;*/-moz-border-radius: 8px;position: absolute; width: 600px; height: 60px; left: 50%;margin-left: -300px;color:white;}
H4.styleauthor:after {content:"Prof.Linux MOD";}
Du musst nicht kämpfen um zu siegen
Mayer
IPC Freak
Beiträge: 187
Registriert: Do 27. Okt 2011, 01:19
Kontaktdaten:

Re: Oscam Webstyle ändern?

Beitrag von Mayer »

Besten Dank.

Ich habe deine Hinweise befolgt und den Cache geleert und schon geht.

FG
Antworten

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 0 Gäste