Skip to content

Commit 0dc8a4c

Browse files
committed
froscon2025: add style elements to top of page
1 parent 51e05b6 commit 0dc8a4c

File tree

3 files changed

+245
-1
lines changed

3 files changed

+245
-1
lines changed

configs/conferences/froscon2025/main.less

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ a:hover, a:focus {
6666
}
6767

6868
nav.navbar .navbar-brand {
69+
height: 51px;
70+
padding-left: 20px;
6971
line-height: 18px;
7072
color: @text-color-highlight;
7173
}
@@ -92,6 +94,34 @@ nav.navbar .navbar-brand .icon {
9294
nav.navbar.navbar-default {
9395
color: @text-color-highlight;
9496
background: @panel-default-heading-bg;
97+
border-bottom-color: #04a4e8;
98+
border-bottom-width: 3px;
99+
}
100+
101+
@media(min-width: 1780px) {
102+
nav.navbar.navbar-default {
103+
margin: 0 300px;
104+
}
105+
106+
nav.navbar.navbar-default:before {
107+
position: absolute;
108+
top: 19px;
109+
left: -300px;
110+
width: 300px;
111+
height: 64px;
112+
content: " ";
113+
background: url(styleelem-left.svg) left top no-repeat;
114+
}
115+
116+
nav.navbar.navbar-default:after {
117+
position: absolute;
118+
top: 19px;
119+
right: -300px;
120+
width: 300px;
121+
height: 64px;
122+
content: " ";
123+
background: url(styleelem-right.svg) right top no-repeat;
124+
}
95125
}
96126

97127
.nav-tabs > li.active > a {
@@ -142,5 +172,5 @@ footer a:hover, footer a:focus {
142172
body {
143173
font-family: 'Open Sans', sans-serif;
144174
font-size: 16px;
145-
background: linear-gradient(202deg, @blue-bg-light 12%,@blue-bg-dark 88%) fixed, @blue-bg-light;
175+
background: 0 51px linear-gradient(202deg, @blue-bg-light 12%,@blue-bg-dark 88%) fixed no-repeat, @blue-bg-dark;
146176
}
Lines changed: 131 additions & 0 deletions
Loading
Lines changed: 83 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)