|
|
@@ -1,210 +1,204 @@ |
|
|
|
/* Start Globals */ |
|
|
|
body { |
|
|
|
margin-top: 70px; |
|
|
|
background: #eee; |
|
|
|
margin-top: 70px; |
|
|
|
} |
|
|
|
|
|
|
|
a { |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
/* End Globals */ |
|
|
|
|
|
|
|
#bookmarklet { |
|
|
|
cursor: move; |
|
|
|
} |
|
|
|
|
|
|
|
/* Start Navigation */ |
|
|
|
.navbar-fixed-top .navbar-inner { |
|
|
|
background-image: none; |
|
|
|
background: white; |
|
|
|
filter: none; |
|
|
|
height: 48px; |
|
|
|
box-shadow: 0 1px 0 #bbb; |
|
|
|
-moz-box-shadow: 0 1px 0 #bbb; |
|
|
|
background-image: none; |
|
|
|
-webkit-box-shadow: 0 1px 0 #bbb; |
|
|
|
-moz-box-shadow: 0 1px 0 #bbb; |
|
|
|
box-shadow: 0 1px 0 #bbb; |
|
|
|
border-bottom: 1px solid #bbb; |
|
|
|
filter: none; |
|
|
|
height: 48px; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar .brand { |
|
|
|
color: #275173; |
|
|
|
font-family: 'Monoton', sans-serif; |
|
|
|
font-size: 30px; |
|
|
|
margin: 5px 0 0 -7px; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar .nav > li > a { |
|
|
|
background: #ddd; |
|
|
|
-webkit-border-radius: 2px; |
|
|
|
-moz-border-radius: 2px; |
|
|
|
border-radius: 2px; |
|
|
|
color: #333; |
|
|
|
margin: 12px 7px; |
|
|
|
padding: 3px 13px; |
|
|
|
text-shadow: none; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar .nav > li:last-child > a { |
|
|
|
margin-right: 14px; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar .nav > li > a:hover { |
|
|
|
background: #275173; |
|
|
|
color: #ddd; |
|
|
|
} |
|
|
|
|
|
|
|
#bookmarklet { |
|
|
|
cursor: move; |
|
|
|
} |
|
|
|
/* End Navigation */ |
|
|
|
|
|
|
|
|
|
|
|
.navbar .brand { |
|
|
|
margin-left: -7px; |
|
|
|
font-family: 'Monoton'; |
|
|
|
color: #275173; |
|
|
|
font-size: 30px; |
|
|
|
margin-top: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar .nav > li > a { |
|
|
|
color: #333; |
|
|
|
background: #ddd; |
|
|
|
text-shadow: none; |
|
|
|
padding: 3px 13px; |
|
|
|
margin: 12px 7px; |
|
|
|
border-radius: 2px; |
|
|
|
-moz-border-radius: 2px; |
|
|
|
-webkit-border-radius: 2px; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar .nav > li:last-child > a { |
|
|
|
margin-right: 14px; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar .nav > li > a:hover { |
|
|
|
color: #ddd; |
|
|
|
background: #275173; |
|
|
|
} |
|
|
|
|
|
|
|
#loader { |
|
|
|
/* Start Forms */ |
|
|
|
#form { |
|
|
|
background-color: white; |
|
|
|
border: 1px solid #ccc; |
|
|
|
padding: 15px; |
|
|
|
} |
|
|
|
|
|
|
|
#form h1 { |
|
|
|
font-family: 'Monoton'; |
|
|
|
font-weight: normal; |
|
|
|
margin-bottom: 15px; |
|
|
|
text-align: center; |
|
|
|
padding: 50px; |
|
|
|
} |
|
|
|
|
|
|
|
form { |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
|
|
|
|
textarea { |
|
|
|
height: 70px; |
|
|
|
} |
|
|
|
|
|
|
|
.form-actions { |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
/* End Forms */ |
|
|
|
|
|
|
|
|
|
|
|
/* Start Pins */ |
|
|
|
#pins { |
|
|
|
top: 70px; |
|
|
|
} |
|
|
|
|
|
|
|
.pin { |
|
|
|
background: #fff; |
|
|
|
width: 240px; |
|
|
|
box-shadow: 0 1px 0 #bbb; |
|
|
|
-moz-box-shadow: 0 1px 0 #bbb; |
|
|
|
-webkit-box-shadow: 0 1px 0 #bbb; |
|
|
|
border: 1px solid #bbb; |
|
|
|
position: absolute; |
|
|
|
border-radius: 3px; |
|
|
|
-moz-border-radius: 3px; |
|
|
|
-webkit-border-radius: 3px; |
|
|
|
} |
|
|
|
|
|
|
|
.pin .editable { |
|
|
|
border: 2px solid rgba(255, 255, 255, 0.4); |
|
|
|
background: rgba(255, 255, 255, 0.4); |
|
|
|
border-radius: 4px; |
|
|
|
-moz-border-radius: 4px; |
|
|
|
-webkit-border-radius: 4px; |
|
|
|
position: absolute; |
|
|
|
right: 23px; |
|
|
|
top: 23px; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
|
|
|
|
.pin:hover .editable { |
|
|
|
display: block; |
|
|
|
} |
|
|
|
|
|
|
|
.pin .editable .borderable { |
|
|
|
padding: 5px 8px; |
|
|
|
border-radius: 4px; |
|
|
|
-moz-border-radius: 4px; |
|
|
|
-webkit-border-radius: 4px; |
|
|
|
background: rgba(0, 0, 0, 0.8); |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
.pin img { |
|
|
|
width: 240px; |
|
|
|
padding: 0; |
|
|
|
margin: 0; |
|
|
|
cursor: -webkit-zoom-in; |
|
|
|
cursor: -moz-zoom-in; |
|
|
|
-webkit-border-top-left-radius: 3px; |
|
|
|
-webkit-border-top-right-radius: 3px; |
|
|
|
-moz-border-radius-topleft: 3px; |
|
|
|
-moz-border-radius-topright: 3px; |
|
|
|
border-top-left-radius: 3px; |
|
|
|
border-top-right-radius: 3px; |
|
|
|
} |
|
|
|
|
|
|
|
.pin p { |
|
|
|
margin-bottom: 0; |
|
|
|
padding: 8px; |
|
|
|
border-bottom: 1px solid #ddd; |
|
|
|
font-family: "Georgia", "Times", "Times New Roman", Serif; |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
|
|
|
|
|
.pin strong { |
|
|
|
color: #777; |
|
|
|
font-weight: normal; |
|
|
|
} |
|
|
|
|
|
|
|
.pin-footer { |
|
|
|
font-weight: bold; |
|
|
|
padding: 10px; |
|
|
|
color: #777; |
|
|
|
font-size: 12px; |
|
|
|
cursor: default; |
|
|
|
} |
|
|
|
|
|
|
|
.pin-footer .dim { |
|
|
|
font-weight: normal; |
|
|
|
color: #999; |
|
|
|
} |
|
|
|
|
|
|
|
.pin-footer .avatar { |
|
|
|
width: 30px; |
|
|
|
height: 30px; |
|
|
|
background-color: #555; |
|
|
|
border-radius: 3px; |
|
|
|
-moz-border-radius: 3px; |
|
|
|
-webkit-border-radius: 3px; |
|
|
|
} |
|
|
|
|
|
|
|
.pin-footer .avatar img { |
|
|
|
border-radius: 3px; |
|
|
|
-moz-border-radius: 3px; |
|
|
|
-webkit-border-radius: 3px; |
|
|
|
} |
|
|
|
|
|
|
|
.pin-footer .text { |
|
|
|
width: 180px; |
|
|
|
margin-top: -1px; |
|
|
|
line-height: 16px; |
|
|
|
} |
|
|
|
|
|
|
|
.pin-options { |
|
|
|
display: none; |
|
|
|
right: 20px; |
|
|
|
position: absolute; |
|
|
|
padding: 5px 7px 4px; |
|
|
|
background-color: #eee; |
|
|
|
border: 1px solid #ccc; |
|
|
|
-webkit-box-shadow: 0 1px 3px #ccc; |
|
|
|
-moz-box-shadow: 0 1px 3px #ccc; |
|
|
|
box-shadow: 0 1px 3px #ccc; |
|
|
|
.pin { |
|
|
|
background: #fff; |
|
|
|
border: 1px solid #bbb; |
|
|
|
-webkit-border-radius: 3px; |
|
|
|
-moz-border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
-webkit-box-shadow: 0 1px 0 #bbb; |
|
|
|
-moz-box-shadow: 0 1px 0 #bbb; |
|
|
|
box-shadow: 0 1px 0 #bbb; |
|
|
|
position: absolute; |
|
|
|
width: 240px; |
|
|
|
} |
|
|
|
|
|
|
|
.pin:hover .pin-options { |
|
|
|
display: block; |
|
|
|
} |
|
|
|
|
|
|
|
#form { |
|
|
|
border: 1px solid #ccc; |
|
|
|
background-color: white; |
|
|
|
padding: 15px; |
|
|
|
.pin .editable { |
|
|
|
background: rgba(255, 255, 255, 0.4); |
|
|
|
border: 2px solid rgba(255, 255, 255, 0.4); |
|
|
|
-webkit-border-radius: 4px; |
|
|
|
-moz-border-radius: 4px; |
|
|
|
border-radius: 4px; |
|
|
|
display: none; |
|
|
|
position: absolute; |
|
|
|
right: 7px; |
|
|
|
top: 7px; |
|
|
|
} |
|
|
|
|
|
|
|
#form h1 { |
|
|
|
font-family: 'Monoton'; |
|
|
|
text-align: center; |
|
|
|
font-weight: normal; |
|
|
|
margin-bottom: 15px; |
|
|
|
} |
|
|
|
.pin:hover .editable { |
|
|
|
display: block; |
|
|
|
} |
|
|
|
|
|
|
|
form { |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
.pin .editable .borderable { |
|
|
|
background: rgba(0, 0, 0, 0.8); |
|
|
|
-webkit-border-radius: 4px; |
|
|
|
-moz-border-radius: 4px; |
|
|
|
border-radius: 4px; |
|
|
|
cursor: pointer; |
|
|
|
padding: 5px 8px; |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
|
|
|
|
|
.pin img { |
|
|
|
-webkit-border-top-left-radius: 3px; |
|
|
|
-moz-border-radius-topleft: 3px; |
|
|
|
border-top-left-radius: 3px; |
|
|
|
-webkit-border-top-right-radius: 3px; |
|
|
|
-moz-border-radius-topright: 3px; |
|
|
|
border-top-right-radius: 3px; |
|
|
|
cursor: -webkit-zoom-in; |
|
|
|
cursor: -moz-zoom-in; |
|
|
|
margin: 0; |
|
|
|
padding: 0; |
|
|
|
width: 240px; |
|
|
|
} |
|
|
|
|
|
|
|
textarea { |
|
|
|
height: 70px; |
|
|
|
} |
|
|
|
.pin p { |
|
|
|
border-bottom: 1px solid #ddd; |
|
|
|
font-family: 'Georgia', 'Times', 'Times New Roman', serif; |
|
|
|
font-size: 12px; |
|
|
|
margin-bottom: 0; |
|
|
|
padding: 8px; |
|
|
|
} |
|
|
|
|
|
|
|
.form-actions { |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
.pin strong { |
|
|
|
color: #777; |
|
|
|
font-weight: normal; |
|
|
|
} |
|
|
|
|
|
|
|
.pin-footer { |
|
|
|
color: #777; |
|
|
|
cursor: default; |
|
|
|
font-size: 12px; |
|
|
|
font-weight: bold; |
|
|
|
padding: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.pin-footer .dim { |
|
|
|
color: #999; |
|
|
|
font-weight: normal; |
|
|
|
} |
|
|
|
|
|
|
|
.pin-footer .avatar { |
|
|
|
background: #555; |
|
|
|
-webkit-border-radius: 3px; |
|
|
|
-moz-border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
height: 30px; |
|
|
|
width: 30px; |
|
|
|
} |
|
|
|
|
|
|
|
.pin-footer .avatar img { |
|
|
|
-webkit-border-radius: 3px; |
|
|
|
-moz-border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
} |
|
|
|
|
|
|
|
.pin-footer .text { |
|
|
|
line-height: 16px; |
|
|
|
margin-top: -1px; |
|
|
|
width: 180px; |
|
|
|
} |
|
|
|
|
|
|
|
.spinner { |
|
|
|
background: url('../img/loader.gif'); |
|
|
|
width: 31px; |
|
|
|
height: 31px; |
|
|
|
margin: auto; |
|
|
|
margin: 0 auto; |
|
|
|
width: 31px; |
|
|
|
} |
|
|
|
|
|
|
|
#the-end { |
|
|
|
font-family: 'Georgia', 'Times', 'Times New Roman', serif; |
|
|
|
font-size: 1.4em; |
|
|
|
font-style: italic; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
/* End Pins */ |