Skip to content

Commit d9660b9

Browse files
GiovanniGiovanni
authored andcommitted
CSS minified
1 parent dc44434 commit d9660b9

File tree

4 files changed

+5
-163
lines changed

4 files changed

+5
-163
lines changed

New/base.php

Lines changed: 1 addition & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -2,86 +2,4 @@
22
header("Content-Type: text/css; charset=utf-8");
33
header("Cache-Control: max-age=31536000, public");
44
?>
5-
@CHARSET "UTF-8";
6-
7-
html, body, #container, #centralpart {
8-
margin: 0;
9-
padding: 0;
10-
background-color:black;
11-
text-align: left;
12-
width:100%;
13-
}
14-
15-
div {
16-
clear:both;
17-
}
18-
19-
#header, #footer, .content, .sidebar, .breadcrumbs {
20-
border: 1px solid black;
21-
}
22-
23-
#header {
24-
color: white;
25-
margin: 1%;
26-
padding: 1%;
27-
padding-bottom:0;
28-
}
29-
30-
#footer {
31-
background-color:white;
32-
margin: 1%;
33-
padding: 1%;
34-
}
35-
36-
.content {
37-
background-color:white;
38-
margin:0;
39-
padding: 1%;
40-
}
41-
42-
.content img.big-images {
43-
float:right;
44-
}
45-
46-
#content1 {
47-
border-bottom:none;
48-
}
49-
#content2 {
50-
border-top:none;
51-
}
52-
53-
.sidebar {
54-
background-color:#baa;
55-
padding:0;
56-
}
57-
.sidebar ul{
58-
margin:0;
59-
padding:0;
60-
list-style-type: none;
61-
}
62-
.sidebar ul li{
63-
margin:0;
64-
padding: 0.7em 0 0.7em 2%;
65-
}
66-
67-
.breadcrumbs {
68-
background-color:#dcc;
69-
padding:1% 1% 1% 2%;
70-
font-size:0.8em;
71-
}
72-
73-
h1, h2 {
74-
font-weight:bold;
75-
margin:0;
76-
padding:0;
77-
}
78-
h1 {
79-
font-size:1.5em;
80-
}
81-
h2 {
82-
font-size:1.3em;
83-
}
84-
85-
dl.symphonies-list dt {
86-
font-weight:bold;
87-
}
5+
@CHARSET "UTF-8";html, body, #container, #centralpart {margin: 0;padding: 0;background-color:black;text-align: left;width:100%;}div {clear:both;}#header, #footer, .content, .sidebar, .breadcrumbs {border: 1px solid black;}#header {color: white;margin: 1%;padding: 1%;padding-bottom:0;}footer {background-color:white;margin: 1%;padding: 1%;}.content {background-color:white;margin:0;padding: 1%;}.content img.big-images{float:right;}#content1{border-bottom:none;}#content2 {border-top:none;}.sidebar {background-color:#baa;padding:0;}.sidebar ul{margin:0;padding:0;list-style-type: none;}.sidebar ul li{margin:0;padding: 0.7em 0 0.7em 2%;}.breadcrumbs {background-color:#dcc;padding:1% 1% 1% 2%;font-size:0.8em;}h1,h2{font-weight:bold;margin:0;padding:0;}h1{font-size:1.5em;}h2 {font-size:1.3em;}dl.symphonies-list dt {font-weight:bold;}

New/enhanced_600_800.php

Lines changed: 1 addition & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -2,67 +2,4 @@
22
header("Content-Type: text/css; charset=utf-8");
33
header("Cache-Control: max-age=31536000, public");
44
?>
5-
@CHARSET "UTF-8";
6-
7-
#header, #footer {
8-
9-
margin:0;
10-
padding:2%;
11-
}
12-
13-
#centralpart {
14-
float:left;
15-
width:74%;
16-
margin:0;
17-
}
18-
19-
#footer {
20-
clear:both;
21-
}
22-
.sidebar, #content2 {
23-
clear:none;
24-
}
25-
26-
#footer p {
27-
margin: 0.5%;
28-
}
29-
30-
.breadcrumbs, .content, .sidebar{
31-
margin:0;
32-
}
33-
34-
#sidebar2 {
35-
width:25%;
36-
float: right;
37-
text-align:center;
38-
}
39-
40-
#sidebar1:after {
41-
visibility: hidden;
42-
display: block;
43-
font-size: 0;
44-
line-height: 0;
45-
content: " ";
46-
clear: both;
47-
height: 0;
48-
width: 0;
49-
}
50-
51-
.sidebar ul li {
52-
margin: 0.6em 0.2em;
53-
padding:0.2em;
54-
border:2px solid black;
55-
background-color:#999;
56-
text-align:center;
57-
border-radius: 0.5em;
58-
box-shadow: rgba(0,0,0,0.2) 0.5em 0.5em 0.3em;
59-
}
60-
61-
#sidebar1 ul li{
62-
float: left;
63-
margin-left: 2em;
64-
}
65-
66-
h1 {
67-
font-size:1.8em;
68-
}
5+
@CHARSET "UTF-8";body {min-width:600px;}#header, #footer {margin:0;padding:2%;}#centralpart {float:left;width:74%;margin:0;}#footer {clear:both;}.sidebar, #content2 {clear:none;}#footer p {margin: 0.5%;}.breadcrumbs, .content, .sidebar{margin:0;}#sidebar2 {width:25%;float: right;text-align:center;}#sidebar1:after {visibility: hidden;display: block;font-size: 0;line-height: 0;content: " ";clear: both;height: 0;width: 0;}.sidebar ul li {margin: 0.6em 0.2em;padding:0.2em;border:2px solid black;background-color:#999;text-align:center;border-radius: 0.5em;box-shadow: rgba(0,0,0,0.2) 0.5em 0.5em 0.3em;}#sidebar1 ul li{float: left;margin-left: 2em;}h1 {font-size:1.8em;}

New/enhanced_800_plus.php

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,4 @@
22
header("Content-Type: text/css; charset=utf-8");
33
header("Cache-Control: max-age=31536000, public");
44
?>
5-
@CHARSET "UTF-8";
6-
7-
#content1{
8-
width:65%;
9-
float:right;
10-
border-bottom:1px solid black;
11-
}
12-
13-
#content2{
14-
width:30%;
15-
float:left;
16-
font-size: 0.9em;
17-
border-top:1px solid black;
18-
}
5+
@CHARSET "UTF-8";#content1{ width:65%;float:right;border-bottom:1px solid black;}#content2{width:30%;float:left;font-size: 0.9em;border-top:1px solid black;}

New/settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
$path_parts = pathinfo($_SERVER['PHP_SELF']);
88

99
#list of settings
10-
$DOMAIN = 'localhost';
11-
#$DOMAIN = 'www.dimilia.it';
10+
#$DOMAIN = 'localhost';
11+
$DOMAIN = 'www.dimilia.it';
1212

1313

1414

0 commit comments

Comments
 (0)