Add second UUID to template
[infodrom/musiikki-web.git] / html / musiikki.css
1 body,h1,h2,h3,h4,h5 {font-family: Verdana, Helvetica, Arial, sans-serif}
2 body {font-size:16px;}
3 .w3-half img{margin-bottom:-6px;margin-top:16px;opacity:0.8;cursor:pointer}
4 .w3-half img:hover{opacity:1}
5
6 div#pageheader {
7     padding-bottom: 5px;
8 }
9
10 /* Search */
11 ul.section, ul.files {list-style-type: none; margin: 0; padding: 0;}
12 ul.section li {margin-bottom: 0.2rem; position: relative;}
13 div.section strong {width: 100%; display: block; background: #87CEFF; padding: 0.1rem; cursor:pointer;}
14 ul.files li {margin-bottom: 0.3rem; line-height: 1.15rem;}
15 ul.files li div.it {font-size: 14px;}
16 ul.files li div.ip, ul.files li div.in {font-size: 12px;}
17 li.bg {background: #f0f0f0;}
18 ul.files li div.plus {font-weight: bold; border:1px solid #CCC; position:absolute;top: 1rem; right: 1rem;
19                       padding-top:0.4rem; padding-bottom:0.4rem; padding-left:0.5rem; padding-right:0.5rem;}
20 ul.files li div.plus:hover {background: #87CEFF;}
21 #results #playlist {float:right; margin-top:0px;}
22
23 /* Playlists */
24 div.playlists {list-style-type: none; margin: 0; padding: 0;}
25 div.playlists div.w3-round {padding: 0.4rem;border:1px solid #CCC; margin-bottom: 0.2rem; cursor:pointer;}
26 div.playlists div.w3-round:hover {background: #87CEFF;}
27 div.playlists div.w3-round.selected {background: #87CEFF;}
28 div.playlists div.w3-round.selected:hover {background: white;}
29 div.playlists div.item {display:block;}
30
31 ol.playlist {padding: 0.8rem;}
32 ol.playlist li {font-size: 12px;}