gpn16: style beautification

This commit is contained in:
root 2016-05-25 23:18:08 +02:00
parent 01941566d2
commit 7a98ce1ce5
15 changed files with 20 additions and 11 deletions

0
configs/conferences/31c3/download.sh Executable file → Normal file
View file

0
configs/conferences/32c3/download.sh Executable file → Normal file
View file

View file

@ -117,7 +117,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array(
*
* Wird diese Zeile auskommentiert, wird der Link nicht angezeigt
*/
//'RELIVE_JSON' => 'configs/conferences/afu/vod.json',
'RELIVE_JSON' => 'configs/conferences/afu/relive.json',
);
/**

0
configs/conferences/chaosradio/download.sh Executable file → Normal file
View file

View file

@ -101,7 +101,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array(
* Wird beides aktiviert, hat der externe Link Vorrang!
* Wird beides auskommentiert, wird der Link nicht angezeigt
*/
// 'RELIVE_JSON' => '',
//'RELIVE_JSON' => 'configs/conferences/cryptocon16/vod.json',
/**
* APCU-Cache-Zeit in Sekunden

View file

@ -2,3 +2,5 @@
# fahrplan
wget --no-check-certificate -q "https://events.sublab.io/en/CC16/public/schedule.xml" -O /tmp/cryptocon16-schedule.xml && mv /tmp/cryptocon16-schedule.xml schedule.xml
wget -q "http://live.dus.c3voc.de/relive/cc16/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json

0
configs/conferences/datengarten/download.sh Executable file → Normal file
View file

0
configs/conferences/eh16/download.sh Executable file → Normal file
View file

0
configs/conferences/ffrl-routing-days-2016/download.sh Executable file → Normal file
View file

View file

@ -26,7 +26,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array(
* Der Boolean true ist aus Abwärtskompatibilitätsgründen äquivalent zu 'after'. False ist äquivalent
* zu 'running'.
*/
//'CLOSED' => false,
'CLOSED' => false,
/**
* Titel der Konferenz (kann Leer- und Sonderzeichen enthalten)

View file

@ -1,17 +1,24 @@
@import "../../../assets/css/_structure.less";
@link-color: #00a066;
@panel-bg: #ddd;
@link-color: #ccc;
@panel-bg: hsla(201, 100%, 28%, 0.75);
@well-bg: @panel-bg;
@panel-primary-border: #FFFFFF;
@panel-default-heading-bg: #333333;
@panel-primary-border: #fff;
@panel-bg: lighten(@body-bg, 5%);
@panel-default-heading-bg: hsla(201, 100%, 18%, 0.75);
@panel-default-text: #FFFFFF;
@navbar-default-link-color: #FFFFFF;
@nav-link-bg: #ff0000;
@nav-link-hover-bg: #000000;
@navbar-default-bg: #ccc;
@navbar-default-bg: hsla(201, 100%, 28%, 0.75);
@text-color: white;
// conference specific styles here
@ -24,7 +31,7 @@
}
.navbar-brand {
color: transparent !important;
// color: transparent !important;
height: 50px;
// background-image: url('logo.png');
background-repeat: no-repeat;
@ -32,7 +39,7 @@
background-position: 15px -3px;
.icon {
display: none !important;
// display: none !important;
}
}

0
configs/conferences/minilac16/download.sh Executable file → Normal file
View file

0
configs/conferences/nixcon15/download.sh Executable file → Normal file
View file

0
configs/conferences/ppw15b/download.sh Executable file → Normal file
View file

View file

@ -101,7 +101,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array(
* Wird beides aktiviert, hat der externe Link Vorrang!
* Wird beides auskommentiert, wird der Link nicht angezeigt
*/
'RELIVE_JSON' => 'configs/conferences/sub7/relive.json',
//'RELIVE_JSON' => 'configs/conferences/sub7/relive.json',
/**
* APCU-Cache-Zeit in Sekunden