2012-02-21 22:31:35 +01:00
|
|
|
#content { overflow: auto; height: 100%; }
|
2012-06-20 16:31:22 +02:00
|
|
|
#firstrun { width: 80%; margin: 5em auto auto auto; text-align: center; font-weight:bold; font-size:1.5em; color:#777; position: relative;}
|
2012-02-22 23:08:50 +01:00
|
|
|
#firstrun small { display: block; font-weight: normal; font-size: 0.5em; margin-bottom: 1.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; }
|
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;
|
|
|
|
position: fixed;
|
|
|
|
top: 6.5em;
|
2011-08-15 22:05:07 +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;
|
|
|
|
top: 0.7em;
|
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; }
|
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;
|
2011-10-08 13:54:45 +02:00
|
|
|
padding: 0.5em 1em;
|
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-02-01 21:19:31 +01:00
|
|
|
.bookmark_title { font-weight: bold; display: inline-block; margin-right: 0.8em; }
|
|
|
|
.bookmark_url { display: none; color: #999; }
|
|
|
|
.bookmark_single:hover .bookmark_url { display: inline; }
|
2012-02-01 22:02:06 +01:00
|
|
|
.bookmark_tags {
|
|
|
|
position: absolute;
|
|
|
|
top: 0.5em;
|
|
|
|
right: 6em;
|
|
|
|
text-align: right;
|
|
|
|
}
|
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
|
|
|
|
|
|
|
#addBm {
|
|
|
|
background: none repeat scroll 0 0 #F8F8F8;
|
|
|
|
border-radius: 0.5em 0.5em 0.5em 0.5em;
|
|
|
|
color: #555555;
|
|
|
|
margin: 1em;
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
text-shadow: 0 1px 0 #FFFFFF;
|
|
|
|
width: 500px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.bm_desc {
|
|
|
|
width:90%;
|
|
|
|
}
|
|
|
|
#addBm h1 {
|
|
|
|
font-weight: bold;
|
|
|
|
border-bottom: 1px solid #BABABA;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#addBm #url {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#addBm fieldset > ul > li {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
#addBm label {
|
|
|
|
display:block;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
#addBm #is_public_label {
|
|
|
|
display: inline;
|
|
|
|
|
|
|
|
}
|
|
|
|
#addBm fieldset input[type="text"], #addBm textarea {
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
#addBm textarea{
|
|
|
|
min-width:250px;
|
|
|
|
/* min-height: 70px; */
|
|
|
|
}
|
|
|
|
#addBm #close_btn
|
|
|
|
{
|
|
|
|
/* background-color: #EEEEEE; */
|
|
|
|
height: 18px;
|
|
|
|
margin: -20px 0 0;
|
|
|
|
padding: 1px;
|
|
|
|
float:right;
|
|
|
|
width: 19px;
|
|
|
|
}
|
|
|
|
#addBm .submit {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#addBm ul.tagit { background:white; }
|
|
|
|
|
|
|
|
#addBm input.ui-autocomplete-input{
|
|
|
|
box-shadow:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-autocomplete {
|
|
|
|
/* background: none repeat scroll 0 0 #DEE7F8; */
|
|
|
|
}
|