Skip to content

Commit

Permalink
Temporary commit for LCA theme progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Jan 5, 2014
1 parent d3520e2 commit 65aeef7
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 57 deletions.
44 changes: 44 additions & 0 deletions website/frontend/static/css/lca.css
@@ -0,0 +1,44 @@
.tweet, .query {
font-weight: bold;
color: #00ff00;
}

.tweet_list {
border-radius: 0;
list-style: none;
margin: 0;
padding: 0;
overflow-y: hidden;
background-color: #eee;
}

.tweet_list li {
overflow-y: auto;
overflow-x: hidden;
padding: 0.5em;
list-style-type: none;
}

.tweet_list li a {
color: #ffff9f;
text-decoration: none;
}

.tweet_list li a:hover {
text-decoration: underline;
}

.tweet_list .tweet_odd {
background-color: #555;
}
.tweet_list .tweet_even {
background-color: #222;
}

.tweet_list .tweet_avatar {
padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
vertical-align: middle;
}
63 changes: 6 additions & 57 deletions website/frontend/static/css/style.css
Expand Up @@ -2,22 +2,9 @@
---------------------- Pycon Styles -------------------------
------------------------------------------------------------*/

@font-face {
font-family: 'LeagueGothicRegular';
src: url('https://us.pycon.org/2012/site_media/static/fonts/league_gothic-webfont.eot');
src: url('https://us.pycon.org/2012/site_media/static/fonts/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
url('https://us.pycon.org/2012/site_media/static/fonts/league_gothic-webfont.woff') format('woff'),
url('https://us.pycon.org/2012/site_media/static/fonts/league_gothic-webfont.ttf') format('truetype'),
url('https://us.pycon.org/2012/site_media/static/fonts/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
font-weight: normal;
font-style: normal;
}

body {
background-image: url('/static/img/bg.png');
color: #222;
font: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-shadow: 0 1px 0 #F9F2E6;
color: #ffffff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div {
Expand Down Expand Up @@ -54,7 +41,6 @@ hr {
height:2px;
background:none;
border:0;
background: url('https://us.pycon.org/2012/site_media/static/img/thin_stripe.png') repeat-x 0 0;
}

.sponsor-cell {
Expand Down Expand Up @@ -146,8 +132,8 @@ body {
width: 100%;
height: 100%;
margin: 0;
background-color: black;
font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
background-color: white;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-align:center;
padding: 1px;
}
Expand Down Expand Up @@ -291,45 +277,6 @@ img.video_preload {
height: 1px;
}

#sponsor-cell {
padding: 5px;
height: 100px;
}

#sponsor-cell div {
padding: 5px;
height: 80px;
margin: 0;
}

#sponsor-cell #sponsor-1 img {
padding: 5px;
height: 80px;
display: block;
float: left;
margin-right: 10px;
margin-left: 10px;
}

#sponsor-cell #sponsor-2 {
display: none;
}

#sponsor-cell #sponsor-2 img {
position: relative;
top: -10px;
height: 90px;
display: block;
margin-right: auto;
margin-left: auto;
}

#sponsor-cell p {
font-size: 10pt;
padding: 1px;
margin: 0;
}

#sponsor-front {
top: 0;
padding: 5px;
Expand All @@ -338,6 +285,8 @@ img.video_preload {
}

#sponsor-front #sponsor-1 img {
background: #555;
border-radius: 5px;
padding: 10px;
width: 150px;
display: block;
Expand Down
1 change: 1 addition & 0 deletions website/frontend/templates/base.html
Expand Up @@ -11,6 +11,7 @@
{% block head %}
{% endblock %}

<link rel="stylesheet" type="text/css" href="/static/css/lca.css">
</head>
<body>

Expand Down

0 comments on commit 65aeef7

Please sign in to comment.