Skip to content

Commit

Permalink
css lightwheight
Browse files Browse the repository at this point in the history
  • Loading branch information
MakerTim committed Jun 10, 2015
1 parent 56008df commit 96be7c6
Show file tree
Hide file tree
Showing 10 changed files with 1,077 additions and 137 deletions.
993 changes: 993 additions & 0 deletions CSS/-min.php

Large diffs are not rendered by default.

31 changes: 13 additions & 18 deletions CSS/SubMenuStyle.css.php → CSS/SubMenuStyle.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
header('Content-Type: text/css');
require(join(DIRECTORY_SEPARATOR, array('..', 'Classes', 'IncludeManager.php')));
ob_start('ob_gzhandler');
?>
.Pagina .sidebar ul, .Pagina .sidebar ul li a, .Pagina .sidebar ul li {
.Pagina .sidebar ul, .Pagina .sidebar ul li a, .Pagina .sidebar ul li {
margin: 0;
padding: 0;
border: 0;
Expand All @@ -15,7 +10,7 @@

.Pagina .sidebar {
width: 220px;
color: <?php echo MktColor::$Sub_Text; ?>
color: $Sub_Text;
float: left;
margin-right: 15px;
}
Expand All @@ -37,13 +32,13 @@
cursor: pointer;
z-index: 2;
text-decoration: none;
color: <?php echo MktColor::$Sub_Text; ?>
background: <?php echo MktColor::$Sub_Item; ?>
color: $Sub_Text;
background: $Sub_Item;
}

.Pagina .sidebar > ul > li > a:hover {
color: <?php echo MktColor::$Sub_Text; ?>
background-color: <?php echo MktColor::$Sub_Item_Hover; ?>
color: $Sub_Text;
background-color: $Sub_Item_Hover;
}

.Pagina .sidebar ul > li.has-sub > a:after {
Expand All @@ -54,7 +49,7 @@
display: block;
height: 10px;
width: 2px;
background: <?php echo MktColor::$Sub_Text; ?>
background: $Sub_Text;
content: "";
}

Expand All @@ -65,7 +60,7 @@
display: block;
width: 10px;
height: 2px;
background: <?php echo MktColor::$Sub_Text; ?>
background: $Sub_Text;
content: "";
}

Expand All @@ -82,17 +77,17 @@
cursor: pointer;
z-index: 2;
text-decoration: none;
color: <?php echo MktColor::$Sub_Text; ?>
background: <?php echo MktColor::$Sub_Item_Sub; ?>
color: $Sub_Text;
background: $Sub_Item_Sub;
}

.Pagina .sidebar ul ul ul li a {
padding-left: 32px;
}

.Pagina .sidebar ul ul li a:hover {
color: <?php echo MktColor::$Sub_Text; ?>
background-color: <?php echo MktColor::$Sub_Item_Sub_Hover; ?>
color: $Sub_Text;
background-color: $Sub_Item_Sub_Hover;
}

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

.Pagina .ulSidebar p {
display: inline;
}
}
27 changes: 11 additions & 16 deletions CSS/SubMenuStyleMobiel.css.php → CSS/SubMenuStyleMobiel.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
<?php
header('Content-Type: text/css');
require(join(DIRECTORY_SEPARATOR, array('..', 'Classes', 'IncludeManager.php')));
ob_start('ob_gzhandler');
?>
.Mobiel .sidebar ul, .Mobiel .sidebar ul li a {
.Mobiel .sidebar ul, .Mobiel .sidebar ul li a {
margin: 0;
padding: 0;
list-style: none;
display: block;
position: relative;
border-bottom: 1px solid <?php echo MktColor::$Sub_Item_Border; ?>
border-bottom: 1px solid $Sub_Item_Border;
}

.Mobiel .ulSidebar>li>ul>li:last-child>a {
Expand Down Expand Up @@ -41,8 +36,8 @@
cursor: pointer;
z-index: 2;
text-decoration: none;
color: <?php echo MktColor::$Sub_Text; ?>
background: <?php echo MktColor::$Sub_Item; ?>
color: $Sub_Text;
background: $Sub_Item;
}

.Mobiel .sidebar ul > li.has-sub > a:after {
Expand All @@ -53,7 +48,7 @@
display: block;
height: 10px;
width: 2px;
background: <?php echo MktColor::$Sub_Text; ?>
background: $Sub_Text;
content: "";
}

Expand All @@ -64,7 +59,7 @@
display: block;
width: 10px;
height: 2px;
background: <?php echo MktColor::$Sub_Text; ?>
background: $Sub_Text;
content: "";
}

Expand All @@ -81,8 +76,8 @@
cursor: pointer;
z-index: 2;
text-decoration: none;
color: <?php echo MktColor::$Sub_Text; ?>
background: <?php echo MktColor::$Sub_Item_Sub; ?>
color: $Sub_Text;
background: $Sub_Item_Sub;
}

.Mobiel .sidebar ul ul ul li a {
Expand All @@ -101,7 +96,7 @@
.Mobiel .MenuButton {
height: 50px;
position: relative;
background: <?php echo MktColor::$Sub_Item; ?>
background: $Sub_Item;
text-align: center;
}

Expand All @@ -111,9 +106,9 @@
}

.Mobiel .ulSidebar{
background-color: <?php echo MktColor::$Sub_Item; ?>
background-color: $Sub_Item;
overflow-y: auto;
border-top: 1px solid <?php echo MktColor::$Lijntje; ?>
border-top: 1px solid $Lijntje;
}

.Mobiel .ulSidebar p{
Expand Down
15 changes: 5 additions & 10 deletions CSS/cookie.css.php → CSS/cookie.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
<?php
header('Content-Type: text/css');
require(join(DIRECTORY_SEPARATOR, array('..', 'Classes', 'IncludeManager.php')));
?>

.CookiePopup {
z-index: 999999;
opacity: 0.9;
position: fixed;
padding: 15px;
font-weight: normal;
text-align: left;
color: <?php echo MktColor::$Cookie_Text; ?>
color: $Cookie_Text;
-webkit-box-shadow: rgb(0, 0, 0) 0px 0px 8px;
box-shadow: rgb(0, 0, 0) 0px 0px 8px;
bottom: 20px;
right: 20px;
background-color: <?php echo MktColor::$Cookie_Background; ?>
border-top: <?php echo MktColor::$LijntjeDikte; ?> solid <?php echo MktColor::$Lijntje; ?>
background-color: $Cookie_Background;
border-top: $LijntjeDikte; solid $Lijntje;
}

.Mobiel .CookiePopup {
Expand All @@ -33,7 +28,7 @@
text-align: center;
font-weight: bold;
margin: 0px;
background-color: <?php echo MktColor::$Cookie_Background; ?>
background-color: $Cookie_Background;
}

.CookiePopup .button {
Expand All @@ -50,5 +45,5 @@
cursor: pointer;
margin: 5px 10px;
text-shadow: rgb(0, 0, 0) 0px 0px 2px;
background-color: <?php echo MktColor::$Cookie_Button; ?>
background-color: $Cookie_Button;
}
20 changes: 4 additions & 16 deletions CSS/libs/jquery-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,11 @@

.ui-front {
z-index: 100;
}


/* Interaction Cues
}/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
cursor: default !important;
}


/* Icons
}/* Icons
----------------------------------*/

/* states and images */
Expand All @@ -72,10 +66,7 @@
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}


/* Misc visuals
}/* Misc visuals
----------------------------------*/

/* Overlays */
Expand Down Expand Up @@ -1177,10 +1168,7 @@ body .ui-tooltip {
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }/* Misc visuals
----------------------------------*/

/* Corner radius */
Expand Down
Loading

0 comments on commit 96be7c6

Please sign in to comment.