put install-css-stuff into the correct install.css file
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
|
|
||||||
/* RESET */
|
/* RESET */
|
||||||
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin:0; padding:0; }
|
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin:0; padding:0; }
|
||||||
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size:1em; font-weight:400; font-style:normal; }
|
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size:1em; font-weight:400; font-style:normal; }
|
||||||
@@ -11,10 +10,10 @@ article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
|
|||||||
|
|
||||||
/* TYPE */
|
/* TYPE */
|
||||||
html,body {
|
html,body {
|
||||||
font:12px/18px Helvetica,Arial,Verdana,sans-serif;
|
font:12px/18px 'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
|
||||||
background-color:#f2f2f2;
|
background-color: #f5f5f5;
|
||||||
color:#333;
|
color:#444;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: subpixel-antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -557,3 +556,12 @@ select.dropdown {
|
|||||||
background-color: #35aa47;
|
background-color: #35aa47;
|
||||||
height:5px;
|
height:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.red { color: #ff0000; }
|
||||||
|
.green { color: green; }
|
||||||
|
.orange { color: orange; }
|
||||||
|
.blue { color: blue; }
|
||||||
|
.install-block { width: 65%; }
|
||||||
|
.install-step { width: 250px; }
|
||||||
|
.install-h3 { text-align: center; }
|
||||||
|
.install-text { margin: 20px 20px 0 !important; }
|
||||||
|
|||||||
5
templates/Sparkle/assets/css/main.css
vendored
5
templates/Sparkle/assets/css/main.css
vendored
@@ -1401,8 +1401,3 @@ table thead th.tablesorter-headerDesc {
|
|||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.install-block { width: 65%; }
|
|
||||||
.install-step { width: 250px; }
|
|
||||||
.install-h3 { text-align: center; }
|
|
||||||
.install-text { margin: 20px 20px 0 !important; }
|
|
||||||
|
|||||||
Reference in New Issue
Block a user