Skip to content

Commit

Permalink
clean up ludok.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ursjoss committed Jan 23, 2024
1 parent be94eb8 commit a274f25
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions ludok.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ html {
body {
background: white;
color: #474747;

font-family: metanormal, Arial, sans-serif;
font-size: 16px;

margin: 0px;
padding: 0px;
}
Expand All @@ -38,7 +36,6 @@ a:hover {
text-decoration: none;
}


button {
outline: 0;
cursor: pointer;
Expand Down Expand Up @@ -76,7 +73,6 @@ li {
border-width: 2px;
}


.btn_round {
background-color: white;
border-radius: 45px;
Expand All @@ -85,7 +81,6 @@ li {
color: #474747;
font-family: metanormal, Arial, sans-serif;
font-size: 15px;
/*font-weight: bold;*/
height: 90px;
width: 90px;
padding: 0px;
Expand All @@ -103,7 +98,6 @@ li {
color: white;
}


.btn_round_small {
background-color: white;
border-radius: 33px;
Expand All @@ -127,7 +121,6 @@ li {
cursor: pointer;
}


.div_Flex_Row {
display: flex;
flex-direction: row;
Expand All @@ -136,21 +129,18 @@ li {
padding-right: 40px;
}


.div_HintergrundInfo {
background-color: white;
display: none;
padding: 10px;
text-align: left;
}


.div_i_Container {
position: relative;
display: inline-block;
}


.div_Intro {
color: #468AB2;
font-size: 20px;
Expand All @@ -162,7 +152,6 @@ li {
text-align: left;
}


.div_Main {
background-color: #EDEDED;
margin-top: 30px;
Expand All @@ -171,7 +160,6 @@ li {
height: 1130px;
}


.div_Menu {
display: inline-block;
position: absolute;
Expand Down Expand Up @@ -327,7 +315,6 @@ table {
width: 609px;
}


td {
background-color: transparent;
padding: 5px;
Expand All @@ -350,7 +337,6 @@ tr:last-of-type {
_border: none;
}


.ui-tooltip {
padding: 10px 20px;
color: #222222;
Expand All @@ -367,7 +353,6 @@ tr:last-of-type {

/****************************** COLORS ***************************************************************************************************************************************/


.bg_Feinstaub {
color: #868686;
background-color: white;
Expand Down Expand Up @@ -404,7 +389,6 @@ tr:last-of-type {
border-color: #9e9e9e;
}


.bg_Feinstaub_invert {
background-color: #868686;
color: white;
Expand Down Expand Up @@ -435,13 +419,11 @@ tr:last-of-type {
background-color: #D9847E;
}


/** RESPONSIVE ADAPTATIONS FOR TABLETS & SMARTPHONES (<= 1160/1024 px) **/

/* Tablets */
@media (max-width: 1159px) {


.div_PageContent {
width: 1024px;
}
Expand All @@ -464,12 +446,8 @@ tr:last-of-type {
right: unset;
left: 5px;
}

}

/* @media (max-width: 1159px) */


/* Smartphones */
@media (max-width: 1023px) {

Expand Down

0 comments on commit a274f25

Please sign in to comment.