diff options
| author | Peter Hasse | 2018-11-06 10:58:19 +0100 | 
|---|---|---|
| committer | Peter Hasse | 2018-11-06 10:58:19 +0100 | 
| commit | 9628e1242c3c52e2d2a1bfa30ff00c4145a3051a (patch) | |
| tree | 969d2b02e5355b2e65c0cdb80c9b6ee17302170e /configs/conferences | |
| parent | 9dace48f4dc6ce38293b79a756165760f666b949 (diff) | |
removed main.less as it breaks current php version
Diffstat (limited to '')
| -rwxr-xr-x | configs/conferences/bub2018/main.less | 93 | 
1 files changed, 0 insertions, 93 deletions
| diff --git a/configs/conferences/bub2018/main.less b/configs/conferences/bub2018/main.less deleted file mode 100755 index de56a68..0000000 --- a/configs/conferences/bub2018/main.less +++ /dev/null @@ -1,93 +0,0 @@ -@import "../../../assets/css/_structure.less"; - -@font-face { -    font-family: SourceSansPro; -    src: url('fonts/SourceSansPro-Regular.otf'); -} -@font-face { -    font-family: SourceSansPro; -    src: url('fonts/SourceSansPro-Bold.otf'); -    font-weight: bold; -} -@font-face { -    font-family: SourceSansPro; -    src: url('fonts/SourceSansPro-Italic.otf'); -    font-style: italic; -} -@font-face { -    font-family: SourceSansPro; -    src: url('fonts/SourceSansPro-BoldItalic.otf'); -    font-weight: bold; -    font-style: italic; -} -@font-face { -    font-family: SourceSansPro; -    src: url('fonts/SourceSansPro-Light.otf'); -    font-weight: 300; -} -@font-face { -    font-family: SourceSansPro; -    src: url('fonts/SourceSansPro-LightItalic.otf'); -    font-style: italic; -    font-weight: 300; -} - -// conference specific styles here -@grey:  #fafafa; -@white: #FFFFFF; -@dsred: #ff4141; -@dstext: #480202; -@black: #000000; - -// often configured values (and their defaults): -// -@brand-primary:         @white; -@text-color:            black; - -@link-color:            @dsred; -@link-hover-color:      darken(@dsred, 20%); - -@navbar-default-color:  @dsred; -@navbar-default-bg:     @black; - -@navbar-default-link-color:           @dsred; -@navbar-default-link-hover-color:     darken(@dsred, 20%); - -@panel-default-border:  @grey; - -.tab-pane { background-color: @black; } - -.tab-pane h3 { color: @dsred; }; -h1,h2,h3 { color: @white; }; - -.desktop-player-hint h3 {} - -.nav-tabs > li > a { -	background-color: darken(@dsred, 33%); -	color: @white -	 -} - -nav .navbar-brand .icon { -    background-image: url("/assets/img/voctocat-inverse.svg"); -    background-size: 27px 27px; -} - - -body { -	color: @dstext; -	font-family: "Source Sans Pro", Helvetica, sans-serif; -	background-image: url("/configs/conferences/fiffkon18/logo.png"); -	background-size: cover; -} - - -@font-face { -	font-weight: normal; -	font-style: normal; -} - -.panel-body a { -  font-weight: lighter; -} - | 
