mirror of
https://github.com/neocities/neocities.git
synced 2025-04-28 11:12:30 +02:00
Merge violasong commits
This commit is contained in:
commit
bf4381e1ca
1 changed files with 44 additions and 8 deletions
|
@ -10,7 +10,7 @@
|
||||||
<link href="/css/font-awesome.css" rel="stylesheet">
|
<link href="/css/font-awesome.css" rel="stylesheet">
|
||||||
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
* {
|
*, form {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -34,6 +34,7 @@
|
||||||
#website-frame {
|
#website-frame {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
height: calc(100% - 2.2em);
|
||||||
}
|
}
|
||||||
#top-bar {
|
#top-bar {
|
||||||
background: #3B3B3B;
|
background: #3B3B3B;
|
||||||
|
@ -44,10 +45,12 @@
|
||||||
}
|
}
|
||||||
#top-bar ul {
|
#top-bar ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
#top-bar li {
|
#top-bar li {
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
line-height: normal;
|
||||||
}
|
}
|
||||||
#top-bar a {
|
#top-bar a {
|
||||||
color: #cecece;
|
color: #cecece;
|
||||||
|
@ -59,15 +62,38 @@
|
||||||
#top-bar input {
|
#top-bar input {
|
||||||
border: 0;
|
border: 0;
|
||||||
background: #555;
|
background: #555;
|
||||||
color:white;
|
color: white;
|
||||||
width: 120px;
|
width: 13em;
|
||||||
padding: 1px 5px;
|
padding: 1px 5px;
|
||||||
|
font-size: inherit;
|
||||||
|
margin: 0;
|
||||||
|
height: 1.1em;
|
||||||
|
line-height: normal;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
::-webkit-input-placeholder { font-style: italic; color: #aaa!important; }
|
||||||
|
:-moz-placeholder { font-style: italic; color: #ccc; }
|
||||||
|
::-moz-placeholder { font-style: italic; color: #ccc; }
|
||||||
|
:-ms-input-placeholder { font-style: italic; color: #ccc; }
|
||||||
|
#top-bar .twitter-typeahead {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
#top-bar .tt-dropdown-menu {
|
||||||
|
background: #FFFFFF;
|
||||||
|
cursor: pointer;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
top: 106%!important;
|
||||||
|
width: 98.5%!important;
|
||||||
|
}
|
||||||
|
#top-bar .tt-suggestion {
|
||||||
|
margin:0;
|
||||||
|
padding: 0px 8px 0px 8px;
|
||||||
|
height: 2em;
|
||||||
|
line-height: 2em;
|
||||||
|
}
|
||||||
|
#top-bar .tt-cursor {
|
||||||
|
background: #DAF3EF;
|
||||||
}
|
}
|
||||||
::-webkit-input-placeholder { font-style: italic; }
|
|
||||||
:-moz-placeholder { font-style: italic; }
|
|
||||||
::-moz-placeholder { font-style: italic; }
|
|
||||||
:-ms-input-placeholder { font-style: italic; }
|
|
||||||
#top-bar .browse-actions {
|
#top-bar .browse-actions {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
@ -75,6 +101,15 @@
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 9px;
|
margin-right: 9px;
|
||||||
}
|
}
|
||||||
|
.popover {
|
||||||
|
background-color: #555;
|
||||||
|
}
|
||||||
|
.popover.bottom .arrow:after {
|
||||||
|
border-bottom-color: #555;
|
||||||
|
}
|
||||||
|
.popover a {
|
||||||
|
color: #cecece;
|
||||||
|
}
|
||||||
#top-bar .close {
|
#top-bar .close {
|
||||||
background: url(/img/topbar-close.png) no-repeat;
|
background: url(/img/topbar-close.png) no-repeat;
|
||||||
width: 13px;
|
width: 13px;
|
||||||
|
@ -82,6 +117,7 @@
|
||||||
background-size: 13px;
|
background-size: 13px;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
float: left;
|
float: left;
|
||||||
|
opacity: 1; /*overriding boostrap*/
|
||||||
}
|
}
|
||||||
#top-bar .invisible a {
|
#top-bar .invisible a {
|
||||||
color: #3B3B3B;
|
color: #3B3B3B;
|
||||||
|
|
Loading…
Add table
Reference in a new issue