diff options
| author | MaZderMind | 2016-12-20 23:30:42 +0100 | 
|---|---|---|
| committer | MaZderMind | 2016-12-20 23:39:37 +0100 | 
| commit | 4352766fca1a60acd02511844c00ef2d06ddd0d3 (patch) | |
| tree | ec34415928a36a3d0e2dc1149b3297ef13149e53 /configs | |
| parent | 482bb7ba452ef1ca67fe31034c1f3c136861418a (diff) | |
to tabs
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/33c3/main.less | 116 | 
1 files changed, 58 insertions, 58 deletions
| diff --git a/configs/conferences/33c3/main.less b/configs/conferences/33c3/main.less index e0ea9d8..0e13b1e 100644 --- a/configs/conferences/33c3/main.less +++ b/configs/conferences/33c3/main.less @@ -25,21 +25,21 @@  //@navbar-default-link-hover-color: @link-hover-color;  @font-face { -  font-family: 'Roboto Condensed'; -  font-style: normal; -  font-weight: 300; -  src: url('roboto-condensed-v13-latin-300.eot'); /* IE9 Compat Modes */ -  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), -       url('roboto-condensed-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ -       url('roboto-condensed-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ -       url('roboto-condensed-v13-latin-300.woff') format('woff'), /* Modern Browsers */ -       url('roboto-condensed-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ -       url('roboto-condensed-v13-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */ +	font-family: 'Roboto Condensed'; +	font-style: normal; +	font-weight: 300; +	src: url('roboto-condensed-v13-latin-300.eot'); /* IE9 Compat Modes */ +	src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), +			 url('roboto-condensed-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ +			 url('roboto-condensed-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ +			 url('roboto-condensed-v13-latin-300.woff') format('woff'), /* Modern Browsers */ +			 url('roboto-condensed-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ +			 url('roboto-condensed-v13-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */  }  body {  	background-color: black; -  padding: @navbar-height 0 +	padding: @navbar-height 0  }  .panel-default { @@ -58,12 +58,12 @@ body {  }  h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-brand { -  font-family: 'Roboto Condensed'; -  font-weight: 300; +	font-family: 'Roboto Condensed'; +	font-weight: 300;  }  .navbar-brand { -  font-size: 20px; +	font-size: 20px;  }  .well { @@ -71,16 +71,16 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra  }  .banner { -  margin-top: 40px; -  background: url(logo.gif) no-repeat center; +	margin-top: 40px; +	background: url(logo.gif) no-repeat center;  	height: 170px;  	text-indent: -9999em;  }  @media (max-width: 480px) { -  .banner { -    margin-top: 60px; -  } +	.banner { +		margin-top: 60px; +	}  }  .player-wrap { @@ -92,72 +92,72 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra  }  nav .navbar-form { -  margin-top: 0; -  margin-bottom: 0; -  padding: 0; +	margin-top: 0; +	margin-bottom: 0; +	padding: 0;  }  nav .button-wrapper > .btn { - width: 70px; - height: 70px; - margin-left: -1px; - border-color: white; - border-top: 0; - border-bottom: 0; - border-radius: 0; - background: url(icons.png) no-repeat left top; - text-indent: -9999px; - display: block; - float: left; +	width: 70px; +	height: 70px; +	margin-left: -1px; +	border-color: white; +	border-top: 0; +	border-bottom: 0; +	border-radius: 0; +	background: url(icons.png) no-repeat left top; +	text-indent: -9999px; +	display: block; +	float: left;  }  nav .button-wrapper > .btn-ssl { -  background-position: -72px top; +	background-position: -72px top;  }  nav .button-wrapper > .btn-ssl.btn-success { -  background-position: left top; +	background-position: left top;  }  nav .button-wrapper > .feedback { -  background-position: -216px top; +	background-position: -216px top;  }  nav .button-wrapper > .releases { -  background-position: -144px top; +	background-position: -144px top;  }  nav .button-wrapper > .about { -  background-position: -288px top; +	background-position: -288px top;  }  .well a { -  color: @dark-grey; -  text-decoration: underline; +	color: @dark-grey; +	text-decoration: underline;  }  .alert { -  a { -    text-decoration: underline; -  } -  &.alert-success a { -    color: @state-success-text; -  } -  &.alert-info a { -    color: @state-info-text; -  } -  &.alert-warning a { -    color: @state-warning-text; -  } -  &.alert-danger a { -    color: @state-danger-text; -  } +	a { +		text-decoration: underline; +	} +	&.alert-success a { +		color: @state-success-text; +	} +	&.alert-info a { +		color: @state-info-text; +	} +	&.alert-warning a { +		color: @state-warning-text; +	} +	&.alert-danger a { +		color: @state-danger-text; +	}  }  body.multiview .cell { -  color: black; +	color: black;  }  .closed .about a { -  text-decoration: underline; -  color: @brand-primary; +	text-decoration: underline; +	color: @brand-primary;  } | 
