Skip to content

Commit 96be7c6

Browse files
committed
css lightwheight
1 parent 56008df commit 96be7c6

File tree

10 files changed

+1077
-137
lines changed

10 files changed

+1077
-137
lines changed

CSS/-min.php

Lines changed: 993 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
<?php
2-
header('Content-Type: text/css');
3-
require(join(DIRECTORY_SEPARATOR, array('..', 'Classes', 'IncludeManager.php')));
4-
ob_start('ob_gzhandler');
5-
?>
6-
.Pagina .sidebar ul, .Pagina .sidebar ul li a, .Pagina .sidebar ul li {
1+
.Pagina .sidebar ul, .Pagina .sidebar ul li a, .Pagina .sidebar ul li {
72
margin: 0;
83
padding: 0;
94
border: 0;
@@ -15,7 +10,7 @@
1510

1611
.Pagina .sidebar {
1712
width: 220px;
18-
color: <?php echo MktColor::$Sub_Text; ?>
13+
color: $Sub_Text;
1914
float: left;
2015
margin-right: 15px;
2116
}
@@ -37,13 +32,13 @@
3732
cursor: pointer;
3833
z-index: 2;
3934
text-decoration: none;
40-
color: <?php echo MktColor::$Sub_Text; ?>
41-
background: <?php echo MktColor::$Sub_Item; ?>
35+
color: $Sub_Text;
36+
background: $Sub_Item;
4237
}
4338

4439
.Pagina .sidebar > ul > li > a:hover {
45-
color: <?php echo MktColor::$Sub_Text; ?>
46-
background-color: <?php echo MktColor::$Sub_Item_Hover; ?>
40+
color: $Sub_Text;
41+
background-color: $Sub_Item_Hover;
4742
}
4843

4944
.Pagina .sidebar ul > li.has-sub > a:after {
@@ -54,7 +49,7 @@
5449
display: block;
5550
height: 10px;
5651
width: 2px;
57-
background: <?php echo MktColor::$Sub_Text; ?>
52+
background: $Sub_Text;
5853
content: "";
5954
}
6055

@@ -65,7 +60,7 @@
6560
display: block;
6661
width: 10px;
6762
height: 2px;
68-
background: <?php echo MktColor::$Sub_Text; ?>
63+
background: $Sub_Text;
6964
content: "";
7065
}
7166

@@ -82,17 +77,17 @@
8277
cursor: pointer;
8378
z-index: 2;
8479
text-decoration: none;
85-
color: <?php echo MktColor::$Sub_Text; ?>
86-
background: <?php echo MktColor::$Sub_Item_Sub; ?>
80+
color: $Sub_Text;
81+
background: $Sub_Item_Sub;
8782
}
8883

8984
.Pagina .sidebar ul ul ul li a {
9085
padding-left: 32px;
9186
}
9287

9388
.Pagina .sidebar ul ul li a:hover {
94-
color: <?php echo MktColor::$Sub_Text; ?>
95-
background-color: <?php echo MktColor::$Sub_Item_Sub_Hover; ?>
89+
color: $Sub_Text;
90+
background-color: $Sub_Item_Sub_Hover;
9691
}
9792

9893
.Pagina .sidebar ul ul > li.has-sub > a:after {
@@ -106,4 +101,4 @@
106101

107102
.Pagina .ulSidebar p {
108103
display: inline;
109-
}
104+
}
Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
<?php
2-
header('Content-Type: text/css');
3-
require(join(DIRECTORY_SEPARATOR, array('..', 'Classes', 'IncludeManager.php')));
4-
ob_start('ob_gzhandler');
5-
?>
6-
.Mobiel .sidebar ul, .Mobiel .sidebar ul li a {
1+
.Mobiel .sidebar ul, .Mobiel .sidebar ul li a {
72
margin: 0;
83
padding: 0;
94
list-style: none;
105
display: block;
116
position: relative;
12-
border-bottom: 1px solid <?php echo MktColor::$Sub_Item_Border; ?>
7+
border-bottom: 1px solid $Sub_Item_Border;
138
}
149

1510
.Mobiel .ulSidebar>li>ul>li:last-child>a {
@@ -41,8 +36,8 @@
4136
cursor: pointer;
4237
z-index: 2;
4338
text-decoration: none;
44-
color: <?php echo MktColor::$Sub_Text; ?>
45-
background: <?php echo MktColor::$Sub_Item; ?>
39+
color: $Sub_Text;
40+
background: $Sub_Item;
4641
}
4742

4843
.Mobiel .sidebar ul > li.has-sub > a:after {
@@ -53,7 +48,7 @@
5348
display: block;
5449
height: 10px;
5550
width: 2px;
56-
background: <?php echo MktColor::$Sub_Text; ?>
51+
background: $Sub_Text;
5752
content: "";
5853
}
5954

@@ -64,7 +59,7 @@
6459
display: block;
6560
width: 10px;
6661
height: 2px;
67-
background: <?php echo MktColor::$Sub_Text; ?>
62+
background: $Sub_Text;
6863
content: "";
6964
}
7065

@@ -81,8 +76,8 @@
8176
cursor: pointer;
8277
z-index: 2;
8378
text-decoration: none;
84-
color: <?php echo MktColor::$Sub_Text; ?>
85-
background: <?php echo MktColor::$Sub_Item_Sub; ?>
79+
color: $Sub_Text;
80+
background: $Sub_Item_Sub;
8681
}
8782

8883
.Mobiel .sidebar ul ul ul li a {
@@ -101,7 +96,7 @@
10196
.Mobiel .MenuButton {
10297
height: 50px;
10398
position: relative;
104-
background: <?php echo MktColor::$Sub_Item; ?>
99+
background: $Sub_Item;
105100
text-align: center;
106101
}
107102

@@ -111,9 +106,9 @@
111106
}
112107

113108
.Mobiel .ulSidebar{
114-
background-color: <?php echo MktColor::$Sub_Item; ?>
109+
background-color: $Sub_Item;
115110
overflow-y: auto;
116-
border-top: 1px solid <?php echo MktColor::$Lijntje; ?>
111+
border-top: 1px solid $Lijntje;
117112
}
118113

119114
.Mobiel .ulSidebar p{
Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
1-
<?php
2-
header('Content-Type: text/css');
3-
require(join(DIRECTORY_SEPARATOR, array('..', 'Classes', 'IncludeManager.php')));
4-
?>
5-
61
.CookiePopup {
72
z-index: 999999;
83
opacity: 0.9;
94
position: fixed;
105
padding: 15px;
116
font-weight: normal;
127
text-align: left;
13-
color: <?php echo MktColor::$Cookie_Text; ?>
8+
color: $Cookie_Text;
149
-webkit-box-shadow: rgb(0, 0, 0) 0px 0px 8px;
1510
box-shadow: rgb(0, 0, 0) 0px 0px 8px;
1611
bottom: 20px;
1712
right: 20px;
18-
background-color: <?php echo MktColor::$Cookie_Background; ?>
19-
border-top: <?php echo MktColor::$LijntjeDikte; ?> solid <?php echo MktColor::$Lijntje; ?>
13+
background-color: $Cookie_Background;
14+
border-top: $LijntjeDikte; solid $Lijntje;
2015
}
2116

2217
.Mobiel .CookiePopup {
@@ -33,7 +28,7 @@
3328
text-align: center;
3429
font-weight: bold;
3530
margin: 0px;
36-
background-color: <?php echo MktColor::$Cookie_Background; ?>
31+
background-color: $Cookie_Background;
3732
}
3833

3934
.CookiePopup .button {
@@ -50,5 +45,5 @@
5045
cursor: pointer;
5146
margin: 5px 10px;
5247
text-shadow: rgb(0, 0, 0) 0px 0px 2px;
53-
background-color: <?php echo MktColor::$Cookie_Button; ?>
48+
background-color: $Cookie_Button;
5449
}

CSS/libs/jquery-ui.css

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,11 @@
5353

5454
.ui-front {
5555
z-index: 100;
56-
}
57-
58-
59-
/* Interaction Cues
56+
}/* Interaction Cues
6057
----------------------------------*/
6158
.ui-state-disabled {
6259
cursor: default !important;
63-
}
64-
65-
66-
/* Icons
60+
}/* Icons
6761
----------------------------------*/
6862

6963
/* states and images */
@@ -72,10 +66,7 @@
7266
text-indent: -99999px;
7367
overflow: hidden;
7468
background-repeat: no-repeat;
75-
}
76-
77-
78-
/* Misc visuals
69+
}/* Misc visuals
7970
----------------------------------*/
8071

8172
/* Overlays */
@@ -1177,10 +1168,7 @@ body .ui-tooltip {
11771168
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
11781169
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
11791170
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
1180-
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
1181-
1182-
1183-
/* Misc visuals
1171+
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }/* Misc visuals
11841172
----------------------------------*/
11851173

11861174
/* Corner radius */

0 commit comments

Comments
 (0)