mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
styling
This commit is contained in:
@@ -17,13 +17,13 @@
|
|||||||
<div class="navbar-fixed">
|
<div class="navbar-fixed">
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
<a href="/" class="brand-logo hide-on-small-only">
|
<a href="/" class="brand-logo hide-on-small-only zbrand">
|
||||||
<img id="zicon" src="static/images/squareicon_small.png" alt="zöff" title="Zöff">
|
<img id="zicon" src="static/images/squareicon_small.png" alt="zöff" title="Zöff">
|
||||||
</a>
|
</a>
|
||||||
<div class="brand-logo">
|
<div class="brand-logo zbrand">
|
||||||
<a href="//zoff.no" class="hide-on-med-and-up">Zöff</a>
|
<a href="//zoff.no" class="hide-on-med-and-up">Zöff</a>
|
||||||
<span class="hide-on-med-and-up">/</span>
|
<span class="hide-on-med-and-up">/</span>
|
||||||
<span id="chan" class="chan hide" title="Show big URL" onclick="show()"><?php echo(ucfirst($list));?></span>
|
<span id="chan" class="chan" title="Show big URL" onclick="show()"><?php echo(ucfirst($list));?></span>
|
||||||
</div>
|
</div>
|
||||||
<ul class="right">
|
<ul class="right">
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@@ -60,6 +60,11 @@ main {
|
|||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav .zbrand{
|
||||||
|
display: inline;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.fullwidth{
|
.fullwidth{
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
@@ -178,7 +183,7 @@ hide mdi-action-visibility mdi-action-visibility-off
|
|||||||
|
|
||||||
|
|
||||||
.list-song{
|
.list-song{
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.04);
|
||||||
height:66px;
|
height:66px;
|
||||||
}
|
}
|
||||||
.list-song .card-content{padding:0;}
|
.list-song .card-content{padding:0;}
|
||||||
|
|||||||
Reference in New Issue
Block a user