presenting the Logo
This commit is contained in:
@ -12,6 +12,10 @@
|
||||
background-color: rgba(0, 0, 0, .4);
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-brand {
|
||||
background-color: unset
|
||||
}
|
||||
|
||||
.ql-editor {
|
||||
border: outset 1em rgb(238, 144, 62);
|
||||
padding: 1em;
|
||||
@ -431,4 +435,4 @@ div.chatlist {
|
||||
|
||||
img.ptcroix {
|
||||
margin: .4em;
|
||||
}
|
||||
}
|
||||
|
5
src/Yavsc/wwwroot/css/main/site.min.css
vendored
5
src/Yavsc/wwwroot/css/main/site.min.css
vendored
@ -1,4 +1,4 @@
|
||||
.navbar-link,.navbar-brand,.navbar-nav.dropdown>a{background-color:rgba(0,0,0,.2);border-radius:2em;}.navbar-link:hover,.navbar-brand:hover,.navbar-link:focus,.navbar-brand:focus{background-color:rgba(0,0,0,.4);}.ql-editor{border:outset 1em rgb(238,144,62);padding:1em;}.badge{margin:1em;}.badge img{height:2em;}.row img{max-width:100%;max-height:6em;}
|
||||
.navbar-link,.navbar-brand,.navbar-nav.dropdown>a{background-color:rgba(0,0,0,.2);border-radius:2em;}.navbar-link:hover,.navbar-brand:hover,.navbar-link:focus,.navbar-brand:focus{background-color:rgba(0,0,0,.4);}.navbar-inverse.navbar-brand{background-color:unset}.ql-editor{border:outset 1em rgb(238,144,62);padding:1em;}.badge{margin:1em;}.badge img{height:2em;}.row img{max-width:100%;max-height:6em;}
|
||||
main img{max-width:100%;max-height:100%;}.userinfo{display:block;padding:.8em;margin:.6em;background-repeat:no-repeat;background-attachment:local;background-size:contain;background-image:url('/images/lis.svg');overflow:auto;padding-left:2em;}.performer{border-radius:1.5em;background-color:#f1e4f1;padding:1em;}.performer ul{margin-left:2.5em;}.smalltofhol{align-self:left;padding:.1em;border-radius:50%;}.commentmeta{margin:.5em;padding:.5em;border-right:#444 dashed 1px;border-top:#444 solid 1px;}.price{font-weight:bold;font-size:large;padding:.2em;margin:.2em;}.total{font-weight:bold;font-size:xx-large;background-color:#f8f;border:solid black 3px;border-radius:1em;padding:.2em;margin:.2em;}.blog{padding:1em;}.blog a{font-weight:900;}.blog a:active,.blog a:hover{outline:0;}.discussion{color:black;}.notif{color:#555;}.pv{color:#540;font-style:bold;}.discussion{font-family:monospace;}.notif{color:#006;font-family:monospace;}.pv{color:#251;font-family:monospace;font-style:bold;}#targets{display:block;}
|
||||
tr.visiblepost{max-height:3em;}
|
||||
tr.visiblepost img{max-height:3em;}
|
||||
@ -24,4 +24,5 @@ h1,h2,h3,h4,h5,h6{font-family:"Montserrat","Helvetica Neue",Helvetica,Arial,sans
|
||||
div.chatbar{border-bottom:rgb(24,24,167)solid 2px;display:flex;justify-content:space-between;}
|
||||
div.chatctl{display:inline;}
|
||||
div.roomlist{display:inline-block;}
|
||||
div.chatlist{color:#008;background-color:rgb(231,229,199);overflow:auto;max-height:16em;}.chatlist{max-height:100%;}#chatview ul.notifs li.error{color:#a94442;background-color:white;font-style:italic;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;border-bottom-style:ridge;border-bottom-width:1pt;}
|
||||
div.chatlist{color:#008;background-color:rgb(231,229,199);overflow:auto;max-height:16em;}.chatlist{max-height:100%;}#chatview ul.notifs li.error{color:#a94442;background-color:white;font-style:italic;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;border-bottom-style:ridge;border-bottom-width:1pt;}
|
||||
img.ptcroix{margin:.4em;}
|
Reference in New Issue
Block a user