Fixing various problems. Search is now positioned in a saner way, designs have been fixed (only layout1)
This commit is contained in:
39
public/css/glitch.css
vendored
39
public/css/glitch.css
vendored
@@ -333,7 +333,7 @@ a.navbar-brand {
|
||||
font-size: 12px;
|
||||
border: 1px solid #000000;
|
||||
background-size: cover;
|
||||
border-radius: 35px;
|
||||
border-radius: 0px;
|
||||
height: 45px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
@@ -354,7 +354,7 @@ a.navbar-brand {
|
||||
|
||||
.navbar-header {
|
||||
background: linear-gradient(to top, #0dd97d63 0%, #0000004f 100%);
|
||||
border-radius: 50px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.navbar-header:hover {
|
||||
@@ -496,7 +496,7 @@ ul.nav.navbar-nav.info-nav {
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a, ul.nav.navbar-nav.info-nav > li.addtagsy {
|
||||
border-radius: 15px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
@@ -952,21 +952,21 @@ label[for='tag-add-toggle']:hover {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.toggo.tag-panel-body::after {
|
||||
/* .toggo.tag-panel-body::after {
|
||||
content: "TAGS";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 2px;
|
||||
font-size: 10px;
|
||||
opacity: 0.2;
|
||||
}
|
||||
} */
|
||||
|
||||
div#tag-display {
|
||||
box-shadow: inset 0px 0px 25px -25px cyan;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.LooLOut:after {
|
||||
/* .LooLOut:after {
|
||||
content: "Design by sirx";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
@@ -977,7 +977,7 @@ div#tag-display {
|
||||
color: darkkhaki;
|
||||
text-shadow: 1px 1px saddlebrown;
|
||||
font-size: 8px;
|
||||
}
|
||||
} */
|
||||
|
||||
.text-center {
|
||||
font-size: 20px;
|
||||
@@ -1127,4 +1127,27 @@ ul.pagination {
|
||||
border-radius: 5px;
|
||||
padding: 10px;
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #163f42 100%);
|
||||
}
|
||||
}
|
||||
|
||||
.navbar.navbar-inverse.navbar-static-top {
|
||||
background: linear-gradient(to top, #0a0a0a 0%, #326558a6 100%);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.navbar.navbar-inverse.navbar-static-top {
|
||||
box-shadow: 0px 1px 0px #333d3c;
|
||||
}
|
||||
|
||||
.toggo {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.git {
|
||||
background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #0000007a;
|
||||
border-radius: 5px;
|
||||
}
|
Reference in New Issue
Block a user