2012-02-21 22:31:35 +01:00
|
|
|
#content { overflow: auto; height: 100%; }
|
2012-11-07 00:52:14 +01:00
|
|
|
#firstrun, #firstrun_setting{ width: 80%; margin: 5em auto auto auto; text-align: center; font-weight:bold; font-size:1.5em; color:#777; position: relative;}
|
|
|
|
#firstrun small { display: block; font-weight: normal; font-size: 0.5em; }
|
2012-02-22 23:52:56 +01:00
|
|
|
#firstrun .button { font-size: 0.7em; }
|
2012-02-22 22:38:05 +01:00
|
|
|
#firstrun #selections { font-size:0.8em; font-weight: normal; width: 100%; margin: 2em auto auto auto; clear: both; }
|
2012-11-07 00:52:14 +01:00
|
|
|
#firstrun_setting { font-size: 100%; text-decoration: underline}
|
2012-11-05 22:12:00 +01:00
|
|
|
|
2012-11-08 21:50:39 +01:00
|
|
|
input.disabled, input.disabled:hover, input.disabled:focus {
|
|
|
|
cursor: not-allowed;
|
2012-11-05 22:12:00 +01:00
|
|
|
background-color: #ddd;
|
|
|
|
color: gray;
|
|
|
|
}
|
2012-06-27 16:32:04 +02:00
|
|
|
#leftcontent {
|
2012-11-07 00:05:52 +01:00
|
|
|
top: 4em !important;
|
2012-06-27 16:32:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#rightcontent {
|
2012-11-07 16:56:45 +01:00
|
|
|
padding-top: 5px;
|
|
|
|
top: 1em !important;
|
2012-07-03 13:47:09 +02:00
|
|
|
}
|
|
|
|
|
2011-08-15 22:05:07 +02:00
|
|
|
.bookmarks_headline {
|
|
|
|
font-size: large;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-left: 2em;
|
|
|
|
padding: 2.5ex 0.5ex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmarks_menu {
|
|
|
|
margin-left: 1.5em;
|
|
|
|
padding: 0.5ex;
|
|
|
|
}
|
|
|
|
|
2011-10-08 13:54:45 +02:00
|
|
|
.bookmarks_list {
|
2012-03-01 20:46:34 +01:00
|
|
|
overflow: auto;
|
2012-11-06 22:05:30 +01:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding-top: 3em;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2011-08-15 22:05:07 +02:00
|
|
|
}
|
|
|
|
|
2012-11-07 00:05:52 +01:00
|
|
|
#add_form {
|
|
|
|
padding-bottom: 2em;
|
|
|
|
}
|
2012-09-01 16:18:39 +02:00
|
|
|
#add_url {
|
2012-11-07 00:05:52 +01:00
|
|
|
width: 12em;
|
2012-09-01 16:18:39 +02:00
|
|
|
}
|
2011-08-25 12:15:03 +02:00
|
|
|
.bookmarks_addBml {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2011-08-15 22:05:07 +02:00
|
|
|
.bookmarks_label {
|
|
|
|
width: 7em;
|
|
|
|
display: inline-block;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookmarks_input {
|
2012-02-22 23:22:17 +01:00
|
|
|
width: 8em;
|
2011-08-15 22:05:07 +02:00
|
|
|
}
|
|
|
|
|
2011-10-08 13:54:45 +02:00
|
|
|
.bookmark_actions {
|
2012-02-01 21:19:31 +01:00
|
|
|
position: absolute;
|
|
|
|
right: 1em;
|
2012-11-17 20:58:54 +01:00
|
|
|
bottom:1.3em;
|
2011-10-08 13:54:45 +02:00
|
|
|
display: none;
|
|
|
|
}
|
2012-02-01 21:19:31 +01:00
|
|
|
.bookmark_actions span { margin: 0 0.4em; }
|
|
|
|
.bookmark_actions img { opacity: 0.3; }
|
|
|
|
.bookmark_actions img:hover { opacity: 1; cursor: pointer; }
|
2012-11-06 21:46:56 +01:00
|
|
|
.bookmark_edit img {opacity:0.3;}
|
|
|
|
.bookmark_edit img:hover {cursor: pointer; opacity: 1;}
|
2011-10-08 13:54:45 +02:00
|
|
|
|
2011-08-15 22:05:07 +02:00
|
|
|
.bookmark_single {
|
2012-02-01 21:19:31 +01:00
|
|
|
position: relative;
|
2012-11-22 22:10:31 +01:00
|
|
|
padding: 0.2em 1em;
|
2012-11-06 21:46:56 +01:00
|
|
|
min-height: 3em;
|
2012-02-01 21:19:31 +01:00
|
|
|
border-bottom: 1px solid #DDD;
|
|
|
|
-webkit-transition:background-color 500ms; -moz-transition:background-color 500ms; -o-transition:background-color 500ms; transition:background-color 500ms;
|
2011-08-15 22:05:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark_single:hover {
|
2012-02-01 21:19:31 +01:00
|
|
|
background-color:#f8f8f8
|
2011-10-08 13:54:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.bookmark_single:hover .bookmark_actions {
|
|
|
|
display: block;
|
2011-08-15 22:05:07 +02:00
|
|
|
}
|
|
|
|
|
2012-11-18 09:47:38 +01:00
|
|
|
.bookmark_edit_btn {
|
|
|
|
position: absolute;
|
|
|
|
top: 0.6em;
|
2012-11-22 22:10:31 +01:00
|
|
|
left: 21%;
|
2012-11-18 09:47:38 +01:00
|
|
|
}
|
|
|
|
|
2012-07-02 10:18:16 +02:00
|
|
|
.bookmark_title {
|
2012-11-18 09:47:38 +01:00
|
|
|
font-weight: bold;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 0.8em;
|
2012-11-19 20:46:52 +01:00
|
|
|
width: 20%;
|
2012-11-18 09:47:38 +01:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
2012-07-02 10:18:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.bm_view_list .bookmark_tags {
|
2012-02-01 22:02:06 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 0.5em;
|
|
|
|
right: 6em;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2012-11-17 20:58:54 +01:00
|
|
|
|
|
|
|
.bookmark_tags {
|
2012-12-18 21:56:32 +01:00
|
|
|
left:25%;
|
|
|
|
position: relative;
|
2012-11-17 20:58:54 +01:00
|
|
|
}
|
2011-10-08 13:54:45 +02:00
|
|
|
.bookmark_tag {
|
2012-02-01 22:02:06 +01:00
|
|
|
display: inline-block;
|
|
|
|
color: white;
|
|
|
|
margin: 0 0.2em;
|
|
|
|
padding: 0 0.4em;
|
|
|
|
background-color: #1D2D44;
|
|
|
|
border-radius: 0.4em;
|
|
|
|
opacity: 0.2;
|
2011-08-25 12:55:13 +02:00
|
|
|
}
|
2012-02-01 22:02:06 +01:00
|
|
|
.bookmark_tag:hover { opacity: 0.5; }
|
2011-08-25 12:55:13 +02:00
|
|
|
|
2011-09-06 14:43:03 +02:00
|
|
|
.loading_meta {
|
|
|
|
display: none;
|
|
|
|
margin-left: 5px;
|
2012-02-20 02:18:27 +01:00
|
|
|
}
|
2012-06-26 17:43:03 +02:00
|
|
|
|
2012-06-29 11:33:13 +02:00
|
|
|
.addBm {
|
2012-06-26 17:43:03 +02:00
|
|
|
background: none repeat scroll 0 0 #F8F8F8;
|
2012-11-07 16:56:45 +01:00
|
|
|
border-radius: 0.5em 0.5em 0.5em 0.5em;
|
|
|
|
color: #555555;
|
|
|
|
margin: 1em;
|
|
|
|
padding: 0.5em 1em;
|
2012-06-26 17:43:03 +02:00
|
|
|
text-shadow: 0 1px 0 #FFFFFF;
|
|
|
|
width: 500px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.bm_desc {
|
|
|
|
width:90%;
|
|
|
|
}
|
2012-06-29 11:33:13 +02:00
|
|
|
.addBm h1 {
|
2012-06-26 17:43:03 +02:00
|
|
|
font-weight: bold;
|
|
|
|
border-bottom: 1px solid #BABABA;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-06-29 11:33:13 +02:00
|
|
|
.addBm fieldset > ul > li {
|
2012-06-26 17:43:03 +02:00
|
|
|
margin-top: 1em;
|
|
|
|
}
|
2012-06-29 11:33:13 +02:00
|
|
|
.addBm label {
|
2012-06-26 17:43:03 +02:00
|
|
|
display:block;
|
|
|
|
width:100%;
|
|
|
|
}
|
2012-06-29 11:33:13 +02:00
|
|
|
.addBm .is_public_label {
|
2012-06-26 17:43:03 +02:00
|
|
|
display: inline;
|
|
|
|
|
|
|
|
}
|
2012-06-29 11:33:13 +02:00
|
|
|
.addBm fieldset input[type="text"], .addBm textarea {
|
2012-06-26 17:43:03 +02:00
|
|
|
width:100%;
|
|
|
|
}
|
2012-06-29 11:33:13 +02:00
|
|
|
.addBm textarea{
|
2012-06-26 17:43:03 +02:00
|
|
|
min-width:250px;
|
|
|
|
}
|
2012-06-29 11:33:13 +02:00
|
|
|
.addBm .close_btn
|
2012-06-26 17:43:03 +02:00
|
|
|
{
|
|
|
|
height: 18px;
|
|
|
|
margin: -20px 0 0;
|
|
|
|
padding: 1px;
|
|
|
|
float:right;
|
|
|
|
width: 19px;
|
|
|
|
}
|
2012-06-29 11:33:13 +02:00
|
|
|
.addBm .submit {
|
2012-06-26 17:43:03 +02:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2012-06-29 11:33:13 +02:00
|
|
|
.addBm ul.tagit { background:white; }
|
2012-06-26 17:43:03 +02:00
|
|
|
|
2012-09-01 16:18:39 +02:00
|
|
|
.addBm input.ui-autocomplete-input, #tag_filter input.ui-autocomplete-input, .bookmark_form_tags input.ui-autocomplete-input{
|
2012-06-26 17:43:03 +02:00
|
|
|
box-shadow:none;
|
2012-06-29 11:33:13 +02:00
|
|
|
|
2012-06-26 17:43:03 +02:00
|
|
|
}
|
|
|
|
|
2012-06-28 11:40:42 +02:00
|
|
|
#leftcontent > ul > li, .leftcontent li {
|
2012-06-27 17:05:35 +02:00
|
|
|
padding: 0.2em;
|
|
|
|
padding-left:1em;
|
|
|
|
}
|
2012-06-28 11:40:42 +02:00
|
|
|
#leftcontent > label {
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 0.7em;
|
|
|
|
display: block;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
2012-06-27 17:37:38 +02:00
|
|
|
#leftcontent .tag_list > li .tag , #leftcontent .share_list > li .tag{
|
2012-11-07 16:56:45 +01:00
|
|
|
background: none repeat scroll 0 0 #DEE7F8;
|
|
|
|
border: 1px solid #CAD8F3;
|
|
|
|
border-radius: 6px 6px 6px 6px;
|
|
|
|
color: #555555;
|
|
|
|
font-weight: normal;
|
|
|
|
float:left;
|
|
|
|
padding: 0.3em;
|
|
|
|
position: relative;
|
2012-06-27 17:05:35 +02:00
|
|
|
}
|
|
|
|
|
2012-06-29 15:50:19 +02:00
|
|
|
ul.tagit li.tagit-new {
|
|
|
|
padding-left: 0em;
|
|
|
|
}
|
|
|
|
|
2012-06-27 17:05:35 +02:00
|
|
|
.tag_list em , .share_list em{
|
|
|
|
float:right;
|
|
|
|
display:block;
|
2012-06-27 17:37:38 +02:00
|
|
|
}
|
|
|
|
.tags_actions {
|
|
|
|
display:none;
|
|
|
|
margin-left: 0.5em;
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
li:hover .tags_actions {
|
|
|
|
display:block;
|
|
|
|
}
|
2012-06-28 11:40:42 +02:00
|
|
|
li:hover em { display : none; }
|
|
|
|
#tag_filter li, #tag_filter li:hover{
|
2012-11-07 16:56:45 +01:00
|
|
|
background: none repeat scroll 0 0 #F8F8F8;
|
2012-06-28 11:40:42 +02:00
|
|
|
|
|
|
|
}
|
2012-06-29 15:50:19 +02:00
|
|
|
#tag_filter .tagit {
|
|
|
|
margin: 0.3em;
|
|
|
|
}
|
|
|
|
#tag_filter ul.tagit > li.tagit-new {
|
|
|
|
padding:0;
|
|
|
|
}
|
2012-06-28 11:40:42 +02:00
|
|
|
#tag_filter ul.tagit li.tagit-choice {
|
2012-11-07 16:56:45 +01:00
|
|
|
background: none repeat scroll 0 0 #DEE7F8;
|
|
|
|
padding: 0.2em 18px 0.2em 0.5em;
|
2012-06-28 11:40:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#tag_filter a {
|
2012-11-07 16:56:45 +01:00
|
|
|
display: inline;
|
|
|
|
float: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2012-06-28 11:40:42 +02:00
|
|
|
}
|
|
|
|
#tag_filter ul.tagit li.tagit-choice .close{
|
2012-11-07 16:56:45 +01:00
|
|
|
margin-top: -8px;
|
|
|
|
cursor: pointer;
|
|
|
|
margin-top: -8px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0.1em;
|
|
|
|
top: 50%;
|
2012-07-02 00:12:59 +02:00
|
|
|
}
|
|
|
|
|
2012-07-02 15:24:26 +02:00
|
|
|
.bookmark_desc{
|
2012-11-06 21:46:56 +01:00
|
|
|
height: 1.5em;
|
2012-08-05 23:34:01 +02:00
|
|
|
padding-left:1em;
|
2012-07-03 14:54:39 +02:00
|
|
|
white-space:nowrap;
|
2012-11-07 16:56:45 +01:00
|
|
|
text-overflow:ellipsis;
|
|
|
|
overflow:hidden;
|
|
|
|
display:block;
|
2012-11-18 09:47:38 +01:00
|
|
|
float:left;
|
2012-11-17 20:58:54 +01:00
|
|
|
position: absolute;
|
2012-11-19 20:46:52 +01:00
|
|
|
left: 25%;
|
|
|
|
width:40%;
|
2012-11-17 20:58:54 +01:00
|
|
|
top: 0.7em;
|
2012-11-18 09:47:38 +01:00
|
|
|
font-weight:500;
|
2012-07-02 15:24:26 +02:00
|
|
|
}
|
2012-09-01 16:18:39 +02:00
|
|
|
.bookmark_date, .bookmark_submit {
|
2012-08-05 23:34:01 +02:00
|
|
|
font-size:small;
|
|
|
|
position: absolute;
|
2012-11-07 16:56:45 +01:00
|
|
|
right: 6em;
|
2012-08-05 23:34:01 +02:00
|
|
|
color:gray;
|
|
|
|
/* margin-top:2.5em; */
|
|
|
|
margin-right: 0.2em;
|
2012-11-17 20:58:54 +01:00
|
|
|
top:0.8em;
|
2012-08-05 23:34:01 +02:00
|
|
|
}
|
2012-09-01 16:18:39 +02:00
|
|
|
|
2012-11-06 21:46:56 +01:00
|
|
|
/*
|
|
|
|
.bm_view_img .bookmark_single:hover .bookmark_url{
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
.bm_view_img .bookmark_single .bookmark_url{
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
*/
|
2012-07-03 14:54:39 +02:00
|
|
|
.bookmark_single:hover .bookmark_url { display: inline; }
|
|
|
|
.bookmark_single:hover .bookmark_url a[href]{ color:gray; }
|
2012-07-02 10:18:16 +02:00
|
|
|
|
2012-07-02 15:24:26 +02:00
|
|
|
.bookmark_url { display: none; }
|
2012-09-01 16:18:39 +02:00
|
|
|
.bookmark_form_title input, .bookmark_form_url input, .bookmark_form_desc textarea {
|
|
|
|
width: 80%;
|
|
|
|
}
|
2012-07-02 15:24:26 +02:00
|
|
|
|
2012-09-02 17:18:36 +02:00
|
|
|
.bookmark_single_form {
|
|
|
|
padding-top: 1em;
|
|
|
|
border-bottom: 1px solid #DDD;
|
|
|
|
padding-left: 2em;
|
|
|
|
}
|
|
|
|
|
2012-09-01 16:18:39 +02:00
|
|
|
.bookmark_single_form .tagit{
|
2012-11-07 16:56:45 +01:00
|
|
|
width: 80%;
|
2012-09-01 16:18:39 +02:00
|
|
|
box-shadow: 0 1px 1px #FFFFFF, 0 1px 0 #BBBBBB inset;
|
|
|
|
margin: 3px;
|
|
|
|
}
|
2012-07-02 10:18:16 +02:00
|
|
|
.bm_view_img .bookmark_actions {
|
2012-11-07 16:56:45 +01:00
|
|
|
bottom: 0.7em;
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
right: 1em;
|
|
|
|
top: auto;
|
2012-10-31 22:31:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#bookmark_settings {
|
2012-11-07 16:56:45 +01:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
background: none repeat scroll 0 0 #EEEEEE;
|
|
|
|
border-right: 1px solid #CCCCCC;
|
|
|
|
border-top: 1px solid #CCCCCC;
|
|
|
|
bottom: 0;
|
|
|
|
height: 2.8em;
|
|
|
|
margin: 0;
|
|
|
|
overflow: visible;
|
|
|
|
padding: 0;
|
|
|
|
position: fixed;
|
|
|
|
width: 20em;
|
|
|
|
z-index: 2;
|
2012-10-31 22:31:43 +01:00
|
|
|
}
|
2012-11-03 22:46:42 +01:00
|
|
|
|
2012-10-31 22:31:43 +01:00
|
|
|
#leftcontent #bookmark_settings li{
|
|
|
|
padding: 0;
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
|
|
|
#leftcontent #bookmark_settings li:hover{
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bookmark_settings .controls {
|
2012-11-07 16:56:45 +01:00
|
|
|
height: 2.8em;
|
|
|
|
width: 100%;
|
2012-10-31 22:31:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#bookmark_settings .controls > li:last-child button {
|
2012-11-07 16:56:45 +01:00
|
|
|
margin-right: 0.3em;
|
2012-10-31 22:31:43 +01:00
|
|
|
}
|
2012-11-03 22:46:42 +01:00
|
|
|
#bookmark_settings .controls button {
|
2012-11-07 16:56:45 +01:00
|
|
|
height: 2.4em;
|
|
|
|
margin: 0.15em 0 0 0.15em;
|
|
|
|
padding: 0.2em 0.1em 0;
|
|
|
|
width: 2.4em;
|
2012-11-03 22:46:42 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#bookmark_settings.open {
|
2012-11-04 23:47:05 +01:00
|
|
|
height: auto;
|
2012-11-03 22:46:42 +01:00
|
|
|
}
|
|
|
|
#bm_setting_panel {
|
2012-11-04 23:47:05 +01:00
|
|
|
background-color: #eee;
|
2012-11-03 22:46:42 +01:00
|
|
|
padding: 1em;
|
|
|
|
height: 100%;
|
2012-11-04 23:47:05 +01:00
|
|
|
/* display:none; */
|
2012-11-03 22:46:42 +01:00
|
|
|
}
|
2012-11-04 23:47:05 +01:00
|
|
|
/* .open #bm_setting_panel { display:block; } */
|
2012-11-03 22:46:42 +01:00
|
|
|
|
|
|
|
#bm_setting_panel legend{
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bm_import {
|
|
|
|
opacity: 0;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
#import_bookmark .personalblock {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
#leftcontent a.bookmarklet {
|
|
|
|
margin-top: 5px;
|
|
|
|
padding: 0 5px 2px;
|
2012-06-28 11:40:42 +02:00
|
|
|
}
|