Skip to content

Commit

Permalink
Fix indents in base.css
Browse files Browse the repository at this point in the history
  • Loading branch information
thinca committed Oct 10, 2024
1 parent c6e441c commit 8323fd3
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions 2024/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body {
}
.panel {
padding: 0px;
margin: 0px;
margin: 0px;
}
}

Expand Down Expand Up @@ -202,72 +202,72 @@ ul.cfp, ul.cfp ul, ul.about {
}

.sponsors-logo {
background-color: white;
display: table-cell;
vertical-align: middle;
text-align: center;
border-radius: 5px;
padding: 3px 3px 3px 3px;
border: 4px solid rgba(100,100,100,0.05);
background-color: white;
display: table-cell;
vertical-align: middle;
text-align: center;
border-radius: 5px;
padding: 3px 3px 3px 3px;
border: 4px solid rgba(100,100,100,0.05);
}

.sponsors .sponsors-name {
font-size: 1.4em;
color: #333;
text-decoration: none;
font-size: 1.4em;
color: #333;
text-decoration: none;
}

.sponsors .sponsors-url {
font-size: 0.7em;
font-size: 0.7em;
}

.sponsors-logo-platinum {
width: 450px;
height: 450px;
width: 450px;
height: 450px;
}

.sponsors-logo-platinum img {
width: 96%;
width: 96%;
}

.sponsors-logo-gold {
width: 350px;
height: 350px;
width: 350px;
height: 350px;
}

.sponsors-logo-gold img {
width: 96%;
width: 96%;
}

.sponsors-logo-silver {
width: 270px;
height: 270px;
width: 270px;
height: 270px;
}

.sponsors-logo-silver img {
width: 96%;
width: 96%;
}

.sponsors-logo-bronze {
width: 210px;
height: 210px;
width: 210px;
height: 210px;
}

.sponsors-logo-bronze img {
width: 96%;
width: 96%;
}

.individual-sponsors-logo img {
width: 96%;
width: 96%;
}

.individual-sponsors-logo {
background-color: white;
vertical-align: middle;
text-align: center;
border-radius: 5px;
padding: 5px 5px 5px 5px;
border: 2px solid rgba(100,100,100,0.05);
background-color: white;
vertical-align: middle;
text-align: center;
border-radius: 5px;
padding: 5px 5px 5px 5px;
border: 2px solid rgba(100,100,100,0.05);
}


Expand Down Expand Up @@ -322,18 +322,18 @@ ul.cfp, ul.cfp ul, ul.about {
}

.sold-out {
font-weight: bold;
color: red;
font-weight: bold;
color: red;
}

.sale {
font-size: 36px;
font-weight: bold;
color: green;
font-size: 36px;
font-weight: bold;
color: green;
}

.proposal {
font-size: 36px;
font-weight: bold;
color: #DC143C;
font-size: 36px;
font-weight: bold;
color: #DC143C;
}

0 comments on commit 8323fd3

Please sign in to comment.