2018-09-09 12:05:13 -07:00
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2018-09-09 16:47:21 -07:00
|
|
|
|
|
|
|
@linkcolor: #1b98f8;
|
|
|
|
|
2018-09-09 12:05:13 -07:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
2018-09-09 16:47:21 -07:00
|
|
|
color: @linkcolor;
|
2018-09-09 12:05:13 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#layout, #nav, #list, #main {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* make the navigation 100% width on phones */
|
|
|
|
#nav {
|
|
|
|
width: 100%;
|
|
|
|
height: 40px;
|
|
|
|
position: relative;
|
|
|
|
background: rgb(37, 42, 58);
|
|
|
|
text-align: center;
|
2018-09-22 18:01:33 -07:00
|
|
|
|
|
|
|
.user-status {
|
|
|
|
padding: 25px 0px;
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
span {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* show the "Menu" button on phones */
|
|
|
|
.nav-menu-button {
|
|
|
|
display: block;
|
|
|
|
top: 0.5em;
|
|
|
|
right: 0.5em;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
&.active {
|
|
|
|
height: 80%;
|
|
|
|
}
|
2018-09-09 12:05:13 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
/* when "Menu" is clicked, the navbar should be 80% height */
|
|
|
|
/* don't show the navigation items until the "Menu" button is clicked */
|
|
|
|
.nav-inner {
|
|
|
|
display: none;
|
|
|
|
}
|
2019-07-05 21:29:19 -07:00
|
|
|
// Maybe put a little X in unclickable space to close the menu
|
|
|
|
#nav>button:active {
|
|
|
|
border: 1px solid #f0f;
|
2018-09-09 12:05:13 -07:00
|
|
|
}
|
|
|
|
|
2019-07-05 21:29:19 -07:00
|
|
|
#nav>button + .nav-inner:active,
|
|
|
|
#nav>button:focus + .nav-inner {
|
|
|
|
display: block;
|
|
|
|
background-color: #252a3a;
|
|
|
|
}
|
2018-09-09 12:05:13 -07:00
|
|
|
|
2018-09-22 18:01:33 -07:00
|
|
|
#nav {
|
|
|
|
.pure-menu {
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pure-menu-link:hover,
|
|
|
|
.pure-menu-link:focus {
|
2018-09-09 12:05:13 -07:00
|
|
|
background: rgb(55, 60, 90);
|
|
|
|
}
|
2018-09-22 18:01:33 -07:00
|
|
|
.pure-menu-link {
|
2018-09-09 12:05:13 -07:00
|
|
|
color: #fff;
|
2019-07-05 21:29:19 -07:00
|
|
|
// margin-left: 0.5em;
|
2018-09-09 12:05:13 -07:00
|
|
|
}
|
2018-09-22 18:01:33 -07:00
|
|
|
.pure-menu-heading {
|
2018-09-09 12:05:13 -07:00
|
|
|
border-bottom: none;
|
|
|
|
font-size:110%;
|
|
|
|
color: rgb(75, 113, 151);
|
|
|
|
}
|
2018-09-22 18:01:33 -07:00
|
|
|
}
|
|
|
|
|
2018-09-09 12:05:13 -07:00
|
|
|
|
2018-09-09 17:21:23 -07:00
|
|
|
.tag-icon {
|
2018-09-09 12:05:13 -07:00
|
|
|
width: 15px;
|
|
|
|
height: 15px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2018-09-12 21:55:00 -07:00
|
|
|
.tag-icon-mod-6-0 {
|
2018-09-09 12:05:13 -07:00
|
|
|
background: #ffc94c;
|
|
|
|
}
|
2018-09-12 21:55:00 -07:00
|
|
|
.tag-icon-mod-6-1 {
|
2018-09-09 12:05:13 -07:00
|
|
|
background: #41ccb4;
|
|
|
|
}
|
2018-09-12 21:55:00 -07:00
|
|
|
.tag-icon-mod-6-2 {
|
2018-09-09 12:05:13 -07:00
|
|
|
background: #40c365;
|
|
|
|
}
|
2018-09-12 21:55:00 -07:00
|
|
|
.tag-icon-mod-6-3 {
|
|
|
|
background: #ffc900;
|
|
|
|
}
|
|
|
|
.tag-icon-mod-6-4 {
|
|
|
|
background: #4100b4;
|
|
|
|
}
|
|
|
|
.tag-icon-mod-6-5 {
|
|
|
|
background: #00c365;
|
|
|
|
}
|
2018-09-09 12:05:13 -07:00
|
|
|
|
|
|
|
.email-content {
|
|
|
|
padding: 0em 4em;
|
|
|
|
}
|
|
|
|
.email-content-header, .email-content-body, .email-content-footer {
|
|
|
|
padding: 1em 0em;
|
|
|
|
}
|
|
|
|
.email-content-header {
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
.email-content-title {
|
|
|
|
margin: 0.5em 0 0;
|
|
|
|
}
|
|
|
|
.email-content-subtitle {
|
|
|
|
font-size: 1em;
|
|
|
|
margin: 0;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.email-content-controls {
|
|
|
|
margin-top: 2em;
|
|
|
|
text-align: right;
|
2018-09-23 15:02:03 -07:00
|
|
|
.secondary-button {
|
|
|
|
margin-bottom: 0.3em;
|
|
|
|
}
|
|
|
|
form {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2018-09-09 12:05:13 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.email-avatar {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (min-width: 40em) {
|
|
|
|
#layout {
|
|
|
|
padding-left: 300px; /* "left col (nav + list)" width */
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
/* These are position:fixed; elements that will be in the left 500px of the screen */
|
|
|
|
#nav, #list {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
#nav {
|
|
|
|
margin-left:-300px; /* "left col (nav + list)" width */
|
|
|
|
width:300px;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.nav-inner {
|
|
|
|
display: block;
|
2018-09-09 13:45:26 -07:00
|
|
|
padding: 1.5em 0;
|
2018-09-09 12:05:13 -07:00
|
|
|
}
|
|
|
|
#nav .nav-menu-button {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#main {
|
|
|
|
position: fixed;
|
|
|
|
top: 33%;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 150px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 60em) {
|
|
|
|
|
|
|
|
/* This will now take up it's own column, so don't need position: fixed; */
|
|
|
|
#main {
|
|
|
|
position: static;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.photo-feed {
|
|
|
|
.photo {
|
|
|
|
float: left;
|
|
|
|
width: 250px;
|
|
|
|
height: 250px; // matches the "feed" thumb size in library.py
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 0px 20px 20px 0px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
border: 3px solid #252a3a;
|
|
|
|
width: 256px;
|
|
|
|
height: 256px;
|
|
|
|
margin: -3px 17px 17px -3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.feed-divider {
|
|
|
|
clear: both;
|
|
|
|
padding: 10px 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo-view {
|
2018-09-09 13:45:26 -07:00
|
|
|
.photo-preview img {
|
2018-09-09 12:05:13 -07:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
max-height: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.photo-info {
|
|
|
|
padding: 0px 0px 0px 25px;
|
|
|
|
}
|
2018-09-09 13:45:26 -07:00
|
|
|
.photo-formats {
|
|
|
|
ul {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
// float: left;
|
|
|
|
max-width: 100px;
|
|
|
|
}
|
|
|
|
}
|
2018-09-09 16:47:21 -07:00
|
|
|
.photo-tags {
|
|
|
|
h2 a {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo-tagging {
|
|
|
|
img {
|
|
|
|
float: left;
|
|
|
|
padding: 0px 20px 20px 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tags-picker {
|
2018-09-09 17:21:23 -07:00
|
|
|
padding: 0;
|
2018-09-09 16:47:21 -07:00
|
|
|
li {
|
|
|
|
display: inline-block;
|
2018-09-09 17:21:23 -07:00
|
|
|
padding-right: 25px;
|
2018-09-09 16:47:21 -07:00
|
|
|
}
|
|
|
|
input.submit-link {
|
2018-09-09 17:21:23 -07:00
|
|
|
padding: 0;
|
2018-09-09 16:47:21 -07:00
|
|
|
border: 0;
|
|
|
|
background: none;
|
|
|
|
color: @linkcolor;
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
2018-09-09 12:05:13 -07:00
|
|
|
}
|
2018-09-09 23:43:17 -07:00
|
|
|
|
|
|
|
ul.pager {
|
|
|
|
padding: 0;
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
&.current {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-09-11 20:35:04 -07:00
|
|
|
|
|
|
|
.date-feed {
|
|
|
|
a {
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
.many {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|