PDF rausgenommen
This commit is contained in:
0
msd2/myoos/install/style/index.html
Normal file
0
msd2/myoos/install/style/index.html
Normal file
24
msd2/myoos/install/style/rollover.js
Normal file
24
msd2/myoos/install/style/rollover.js
Normal file
@ -0,0 +1,24 @@
|
||||
<!--
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
//-->
|
259
msd2/myoos/install/style/style.css
Normal file
259
msd2/myoos/install/style/style.css
Normal file
@ -0,0 +1,259 @@
|
||||
/* ----------------------------------------------------------------------
|
||||
$Id: style.css,v 1.1 2007/06/13 16:41:18 r23 Exp $
|
||||
|
||||
MyOOS [Shopsystem]
|
||||
https://www.oos-shop.de
|
||||
|
||||
|
||||
Copyright (c) 2003 - 2014 by the MyOOS Development Team.
|
||||
----------------------------------------------------------------------
|
||||
Based on:
|
||||
|
||||
POST-NUKE Content Management System
|
||||
Copyright (C) 2001 by the Post-Nuke Development Team.
|
||||
http://www.postnuke.com/
|
||||
----------------------------------------------------------------------
|
||||
Released under the GNU General Public License
|
||||
---------------------------------------------------------------------- */
|
||||
|
||||
/* Side Settings */
|
||||
body {
|
||||
background-color: #fff;
|
||||
color: #333333;
|
||||
margin: auto;
|
||||
padding: 7px;
|
||||
width: auto;
|
||||
text-align: justify;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* Link Settings */
|
||||
A {
|
||||
color: #000000;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
A:link {
|
||||
color: #CC0000;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
A:active {
|
||||
color: #CC3333;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
A:visited {
|
||||
color: #CC6666;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
A:hover {
|
||||
color: #009933;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.oos-pageTitle {
|
||||
color: #CC0000;
|
||||
FONT-SIZE: 12px;
|
||||
FONT-WEIGHT: bold;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
.oos-bigTitle {
|
||||
color: #000000;
|
||||
FONT-SIZE: 18px;
|
||||
FONT-WEIGHT: bold;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
.oos-pageGreat {
|
||||
color: #000000;
|
||||
FONT-SIZE: 14px;
|
||||
FONT-WEIGHT: bold;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
.oos-title {
|
||||
color: #009933;
|
||||
FONT-WEIGHT: bold;
|
||||
text-decoration: none;
|
||||
font-size: 14px;
|
||||
text-indent: 2px;
|
||||
}
|
||||
|
||||
.oos-error {
|
||||
color: #EA0000;
|
||||
FONT-WEIGHT: bold;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
.oos-main {
|
||||
color: #666666;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
.oos-normal {
|
||||
color: #000000;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
.oos-sub {
|
||||
color: #000000;
|
||||
FONT-SIZE: 9px;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA {
|
||||
font-size : 11px;
|
||||
}
|
||||
|
||||
.infoBox {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
.infoBoxContents {
|
||||
background: #f8f8f9;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.block_content {
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
margin-left: 0.7em;
|
||||
padding-left: 0.7em;
|
||||
}
|
||||
|
||||
TD.smallText, SPAN.smallText, P.smallText {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.small {
|
||||
font-size: 10px;
|
||||
color: #999999;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.block_head {
|
||||
font-weight: bold;
|
||||
color: #009900;
|
||||
background-image: url(../images/bg.png);
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
||||
.block_head_background {
|
||||
font-weight: bold;
|
||||
color: #009900;
|
||||
background-image: url(../images/tbl_head_background.png);
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
||||
.block_content_backgr_left {
|
||||
background-image: url(../images/tbl_inh_backgrd_left.png);
|
||||
background-repeat: repeat;
|
||||
background-position: left top;
|
||||
}
|
||||
|
||||
.block_content_backgr_right {
|
||||
background-image: url(../images/tbl_inh_backgrd_right.png);
|
||||
background-repeat: repeat;
|
||||
background-position: right top;
|
||||
}
|
||||
|
||||
.licensetext {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.license {
|
||||
padding: 0px;
|
||||
width: 580px;
|
||||
height: 260px;
|
||||
}
|
||||
|
||||
.license-form {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.form-block {
|
||||
border: 1px solid #cccccc;
|
||||
background: #E9ECEF;
|
||||
padding-top: 5px;
|
||||
padding-left: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.ctr {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.table.content {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.table.content td {
|
||||
color : #333333;
|
||||
font-size: 12px;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.table_head_title {
|
||||
background-image: url(../images/table_head_title.png);
|
||||
background-repeat: repeat;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #CC0000;
|
||||
letter-spacing: 1px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.table_head_green {
|
||||
background-image: url(../images/table_head_green.png);
|
||||
background-repeat: repeat;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 9px;
|
||||
font-weight: normal;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.table_head_schadow {
|
||||
background-image: url(../images/table_head_schadow.png);
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
||||
.table_head_setuptitle {
|
||||
background-image: url(../images/table_head_backgrnd.png);
|
||||
background-repeat: repeat;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #009933;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 10px;
|
||||
color: #999999;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.setup_backrnd_aktiv {
|
||||
font-weight: bold;
|
||||
color: #009933;
|
||||
background-image: url(../images/step_backrnd_aktiv.png);
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
||||
.setup_backrnd_inaktiv {
|
||||
font-weight: bold;
|
||||
color: #CCCCCC;
|
||||
background-image: url(../images/step_backrnd_inaktiv.png);
|
||||
background-repeat: repeat;
|
||||
}
|
57
msd2/myoos/install/style/stylesheet.css
Normal file
57
msd2/myoos/install/style/stylesheet.css
Normal file
@ -0,0 +1,57 @@
|
||||
body {
|
||||
font-family : Tahoma, "MS Serif", Arial;
|
||||
font-size : 11px;
|
||||
font-weight : normal;
|
||||
color : #666666;
|
||||
background-color : #F6F6F6;
|
||||
margin : 0px;
|
||||
background-image : url(../images/back_lin.png);
|
||||
background-repeat : repeat;
|
||||
}
|
||||
a {
|
||||
text-decoration : none;
|
||||
}
|
||||
hr {
|
||||
color : #CCCCCC;
|
||||
}
|
||||
.schadow {
|
||||
background-image : url(../images/schadow.png);
|
||||
background-repeat : repeat;
|
||||
background-position : left;
|
||||
}
|
||||
.schadow_buttom {
|
||||
|
||||
background-image : url(../images/schadow_buttom.png);
|
||||
background-repeat : repeat;
|
||||
}
|
||||
.upper {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
a:link {
|
||||
color: #999999;
|
||||
}
|
||||
a:visited {
|
||||
color: #999999;
|
||||
}
|
||||
a:hover {
|
||||
color: #CC0000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:active {
|
||||
color: #999999;
|
||||
}
|
||||
.ico_activ {
|
||||
font-weight: bold;
|
||||
color: #CC0000;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.title {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.footer {
|
||||
background-image: url(images/back_lin.png);
|
||||
background-repeat: repeat;
|
||||
}
|
Reference in New Issue
Block a user