[las-web/static-2016] Add missing CSS and images
- From: Tom Tryfonidis <tomtryf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [las-web/static-2016] Add missing CSS and images
- Date: Tue, 11 Dec 2018 22:13:06 +0000 (UTC)
commit 33e0ff28371e308444eef6f444789a60dd71ba60
Author: Tom Tryfonidis <tomtryf gmail com>
Date: Wed Dec 12 00:11:25 2018 +0200
Add missing CSS and images
index.html | 204 ++++++++++++++++++++-
wp-content/uploads/sites/8/2016/04/LAS3.png | Bin 0 -> 36090 bytes
.../8/2016/05/las-website-skyline-white-1.png | Bin 0 -> 48372 bytes
3 files changed, 201 insertions(+), 3 deletions(-)
---
diff --git a/index.html b/index.html
index 38fae40..6a7ad08 100644
--- a/index.html
+++ b/index.html
@@ -119,7 +119,205 @@ body, button, input, select, textarea { font-family: Raleway; }
body, p { font-size: 15px; }
-
+ @import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro';
+/* Home page */
+
+.sensible-home-widget-area {
+ color: black;
+ background-color: white;
+}
+
+.home-speakers {
+ display: flex;
+ flex-wrap: wrap;
+ width: 100%;
+ justify-content: space-around;
+ font-family: sans-serif;
+ font-weight: 100;
+}
+
+.home-speakers a {
+ display: block;
+ min-width: 200px;
+ color: inherit;
+ text-decoration: none;
+ text-align: center;
+ line-height: 24px;
+}
+
+.home-speakers a img {
+ width: 150px;
+ height: 150px;
+ border-radius: 75px;
+ margin-bottom: 10px;
+}
+
+.home-speakers a h4 {
+ font-weight: 100;
+ color: #018094;
+}
+
+.home-speakers a p,
+.home-speakers a h4 {
+ margin: 0;
+}
+
+.home-speakers a p {
+ color: #222;
+}
+
+.home-sponsors {
+ list-style-type: none;
+ display: flex;
+ align-items: center;
+ justify-content: space-around;
+ flex-wrap: wrap;
+}
+
+.sponsor-container {
+ padding-top: 30px;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ flex-wrap: wrap;
+}
+
+td.sponsor-logo-cell {
+ padding-right: 15px;
+ width:265px;
+}
+
+aside {
+ padding-bottom:30px;
+}
+
+.speaker-picture {
+ box-shadow: 0px 0px 10px #888888;
+}
+
+.schedule-speaker-photo {
+ float: left;
+ height:100px;
+ width:100px;
+ margin-right: 1em;
+ filter: url("data:image/svg+xml;utf8,#grayscale"); /* Firefox 10+, Firefox on Android */
+ filter: gray; /* IE6-9 */
+ filter: grayscale(100%);
+ -webkit-filter: grayscale(100%);
+}
+
+.bios-speaker-photo {
+ /*height: 200px;
+ width: 200px;*/
+ float: left;
+ margin-right: 20px;
+ margin-bottom: 20px;
+}
+
+.register-button {
+ text-align: center;
+ font-size: 300%;
+ background-color: #dfe;
+ box-shadow: 0px 0px 10px #888888;
+}
+
+/* Schedule styling, based on the GUADEC one */
+
+.schedule, .schedule td {
+ border:none;
+ vertical-align:middle;
+ text-align:center
+}
+.schedule th {
+ text-align:left;
+ padding: 1ex 2em 1ex 2em;
+}
+.schedule tr.rooms th:not(:first-child) {
+ text-align:center;
+ border:1px solid #b6b6b6;
+ background-color:#EAECEE;
+}
+.schedule tbody tr td {
+ border:1px solid #b6b6b6;
+ text-align:center;
+ padding: 1ex 2em 1ex 2em;
+}
+.schedule td:first-child {
+ font-weight:bold;
+}
+.schedule {
+ font-family: 'Source Sans Pro', sans-serif;
+ border-collapse: collapse;
+ border-bottom:1px solid #b6b6b6;
+ max-width:900px;
+ margin-left:auto;
+ margin-right:auto;
+}
+
+.headline-talk {
+ background-color:#018094;
+ color:#FFFFFF;
+}
+.headline-talk a:link,
+.headline-talk a:visited,
+.headline-talk a {
+ color:#FFFFFF;
+}
+.headline-talk a:hover,
+.headline-talk a:active,
+.headline-talk p {
+ color:#DEDEDE;
+}
+.talk {
+ background-color:#bfe9ef;
+}
+.schedule .headline-talk td:nth-child(2), .schedule .talk td:nth-child(2) {
+ text-align:left;
+}
+.break {
+ background-color:#EAECEE;
+}
+.informal-session {
+ background-color:#d5e2f8;
+}
+
+section #hero-header{
+ background: #018094 url("wp-content/uploads/sites/8/2016/11/las-website-skyline-bridge.png") no-repeat
scroll 50% 100% !important;;
+ background-size: cover !important;;
+}
+
+.footer_links ul {
+ list-style: none;
+ line-height: 1.5em;
+}
+
+/* Logo tweaking */
+
+.main-navigation {
+ padding: 48px 115px 0 0;
+}
+
+.site-branding {
+ margin: -20px 0 25px 65px;
+}
+
+@media handheld, only screen and (max-width: 767px) {
+ .main-navigation {
+ padding: 40px 20px 0 0;
+ }
+}
+
+@media only screen and (min-width: 901px) and (max-width: 1099px){
+ .main-navigation {
+ margin-top: -110px;
+ }
+}
+
+.entry-header .entry-title {
+ margin-top: 60px;
+}
+
+
</style>
<link rel="shortcut icon"
href="https://2016.las.gnome.org/wp-content/uploads/sites/8/2016/04/LAS.png" />
@@ -130,7 +328,7 @@ body, button, input, select, textarea { font-family: Raleway; }
<style type="text/css" id="custom-background-css">
-body.custom-background { background-image:
url("https://2016.las.gnome.org/wp-content/uploads/sites/8/2016/05/las-website-skyline-white-1.png");
background-position: left top; background-size: auto; background-repeat: repeat; background-attachment:
scroll; }
+body.custom-background { background-image:
url("./wp-content/uploads/sites/8/2016/05/las-website-skyline-white-1.png"); background-position: left top;
background-size: auto; background-repeat: repeat; background-attachment: scroll; }
</style>
</head>
@@ -146,7 +344,7 @@ body.custom-background { background-image: url("https://2016.las.gnome.org/wp-co
<div class="site-logo">
- <a href='index.html' title='LAS by GNOME' rel='home'><img
src='https://2016.las.gnome.org/wp-content/uploads/sites/8/2016/04/LAS3.png' width="200" alt="LAS by
GNOME"></a>
+ <a href='index.html' title='LAS by GNOME' rel='home'><img
src='./wp-content/uploads/sites/8/2016/04/LAS3.png' width="200" alt="LAS by GNOME"></a>
</div><!-- site-logo -->
diff --git a/wp-content/uploads/sites/8/2016/04/LAS3.png b/wp-content/uploads/sites/8/2016/04/LAS3.png
new file mode 100644
index 0000000..9a8f865
Binary files /dev/null and b/wp-content/uploads/sites/8/2016/04/LAS3.png differ
diff --git a/wp-content/uploads/sites/8/2016/05/las-website-skyline-white-1.png
b/wp-content/uploads/sites/8/2016/05/las-website-skyline-white-1.png
new file mode 100644
index 0000000..9841302
Binary files /dev/null and b/wp-content/uploads/sites/8/2016/05/las-website-skyline-white-1.png differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]