Files @ c6314ae230da
Branch filter:

Location: symposion_app/static/src/pyconau2017/css/pyconau.css - annotation

Sachi King
DJ 1.11 support has improved upstream

We can now force to released versions with 1.11 support.
c42159468ede
4e87b63c604a
4e87b63c604a
4e87b63c604a
c42159468ede
c42159468ede
c42159468ede
c42159468ede
4e87b63c604a
c42159468ede
c42159468ede
c42159468ede
4e87b63c604a
4e87b63c604a
4e87b63c604a
c42159468ede
4e87b63c604a
4e87b63c604a
4e87b63c604a
c42159468ede
c42159468ede
4e87b63c604a
4e87b63c604a
4e87b63c604a
4e87b63c604a
4e87b63c604a
c42159468ede
c42159468ede
aa359400a29d
ac7228ec5030
aa359400a29d
aa359400a29d
01c5292653cc
aa359400a29d
aa359400a29d
4e87b63c604a
4e87b63c604a
4e87b63c604a
c42159468ede
c42159468ede
4e87b63c604a
4e87b63c604a
4e87b63c604a
c42159468ede
c42159468ede
4e87b63c604a
aa359400a29d
4e87b63c604a
4e87b63c604a
aa359400a29d
4e87b63c604a
4e87b63c604a
4e87b63c604a
4e87b63c604a
c42159468ede
aa359400a29d
4e87b63c604a
4e87b63c604a
4e87b63c604a
aa359400a29d
aa359400a29d
aa359400a29d
ac7228ec5030
ac7228ec5030
aa359400a29d
aa359400a29d
aa359400a29d
aa359400a29d
901c636a6bc4
aa359400a29d
aa359400a29d
aa359400a29d
aa359400a29d
aa359400a29d
aa359400a29d
aa359400a29d
c42159468ede
ac7228ec5030
ac7228ec5030
ac7228ec5030
ac7228ec5030
ac7228ec5030
ac7228ec5030
ac7228ec5030
ac7228ec5030
ac7228ec5030
ac7228ec5030
ac7228ec5030
ac7228ec5030
ac7228ec5030
01c5292653cc
a07dbe58c127
a07dbe58c127
a07dbe58c127
a07dbe58c127
a07dbe58c127
a07dbe58c127
a07dbe58c127
a07dbe58c127
a07dbe58c127
a07dbe58c127
a07dbe58c127
a07dbe58c127
a07dbe58c127
a07dbe58c127
a07dbe58c127
bc07865ac00a
bc07865ac00a
bc07865ac00a
bc07865ac00a
bc07865ac00a
bc07865ac00a
01c5292653cc
01c5292653cc
01c5292653cc
01c5292653cc
01c5292653cc
01c5292653cc
01c5292653cc
01c5292653cc
01c5292653cc
01c5292653cc
01c5292653cc
01c5292653cc
01c5292653cc
01c5292653cc
01c5292653cc
01c5292653cc
01c5292653cc
01c5292653cc
body {
  /* Unfortunately, we can't use django tags in here.  So, we'll pull the bg image in from within the body tag itself */
  /* background: url({% static 'pyconau2017/images/pyconau-2016-collage.jpg' %}) no-repeat center center fixed; */
  background: no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 14px;
}


.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.jumbotron {
    background-color: rgba(0,0,0,0.9);
    color: white;
    margin-top: 60px;
    margin-bottom: 60px;
}

.jumbotron-white {
    background-color: rgba(255,255,255,1.0);
    color: black;
    margin-bottom: 60px;
    border-radius: 6px;
}

@font-face {
    font-family: 'Flux Regular';
    src: url('fonts/FLUXRegular.ttf');
}

.jumbotron h1 {
    font-size: 3em;
    font-family: 'Flux Regular';
}

#announcements {
    /*
    background-color: rgba(0,0,0,0.9);
    color: white;
    */
    border-radius: 6px;
    padding: 2em;
    margin-top: 60px;
    margin-bottom: 60px;
}

#announcements h2 {
    font-size: 2em;
    font-family: 'Flux Regular';
    /*color: white;*/
}

/* getting nav bar sorted ... (n6) */

nav {
    background-color: #000;
    width: 100%;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
    padding-left: 20px;
}

.l-header--nav  {
    font-size: 1.4em;
    font-weight: bold;
    color: #a6e9f5;
}

.menu-dropdown {
    background: #4c4c4b;
}

#sponsors {
    border-radius: 6px;
    padding: 1em;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
    width: 150px;  /* this is a hack.  need to figure out exactly where (else) it's being set. */
}
btn
.thumbnail {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
    border: 0;

}

div.sponsor-list {
  min-width: 100px;
  display: block;
  margin: 0 auto;
}

legend {
  color: #a6e9f5;
}

.pad-buttons {
  padding: 200px 0 20px 0;
}

.team-table {
  width: 80%;
}

.dashboard-panel {
  border: solid black 1px;
  border-radius: 6px;
  background-color: #eee;
  padding: 20px 20px 20px 20px;
  margin-top: 20px;
}

.btn__black {
  color: black;
  border-color: black;
}