deleted: MANIFEST.in new file: remarkbox_theme_meta/static/theme/meta/css/diff.css new file: remarkbox_theme_meta/static/theme/meta/css/meta.css modified: remarkbox_theme_meta/templates/meta-base.j2 modified: setup.py
70 lines
1.1 KiB
CSS
70 lines
1.1 KiB
CSS
a, a:visited, a:hover {
|
|
color: #292929;
|
|
opacity: .5;
|
|
}
|
|
|
|
a:hover, a.navlogolink, a.navlogolink:visited {
|
|
opacity: 1.0;
|
|
}
|
|
|
|
a.button {
|
|
opacity: 1.0;
|
|
}
|
|
|
|
button {
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
|
|
input {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
min-height: 32px;
|
|
min-width: 130px;
|
|
font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
|
|
font-size: 15px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
box-shadow: none;
|
|
box-sizing: border-box;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
#email_input {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
min-height: 32px;
|
|
}
|
|
|
|
#keyword {
|
|
height: 24px;
|
|
line-height: 24px;
|
|
min-height: 24px;
|
|
min-width: 130px;
|
|
}
|
|
|
|
.navother {
|
|
z-index: 98;
|
|
width: 100%;
|
|
position: fixed;
|
|
top: 95px;
|
|
padding-top: 15px;
|
|
padding-bottom: 0px;
|
|
left: 0;
|
|
|
|
background-color: #fcf9f9;
|
|
}
|
|
|
|
.searchbox {
|
|
padding-right: 60px;
|
|
}
|
|
|
|
#search {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
#remarkbox-menu {
|
|
padding-left: 60px;
|
|
padding-top: 5px;
|
|
}
|