nextcloud/apps/bookmarks/css/bookmarks.css

88 lines
1.9 KiB
CSS
Raw Normal View History

#content { overflow: auto; height: 100%; }
#firstrun { width: 80%; margin: 5em auto auto auto; text-align: center; font-weight:bold; font-size:1.5em; color:#777;}
2012-02-23 02:08:50 +04:00
#firstrun small { display: block; font-weight: normal; font-size: 0.5em; margin-bottom: 1.5em; }
#firstrun .button { font-size: 0.7em; }
#firstrun #selections { font-size:0.8em; font-weight: normal; width: 100%; margin: 2em auto auto auto; clear: both; }
2011-08-16 00:05:07 +04: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;
}
.bookmarks_list {
overflow: auto;
position: fixed;
top: 6.5em;
2011-08-16 00:05:07 +04:00
}
.bookmarks_addBml {
text-decoration: underline;
}
2011-08-16 00:05:07 +04:00
.bookmarks_label {
width: 7em;
display: inline-block;
text-align: right;
}
.bookmarks_input {
2012-02-23 02:22:17 +04:00
width: 8em;
2011-08-16 00:05:07 +04:00
}
.bookmark_actions {
2012-02-02 00:19:31 +04:00
position: absolute;
right: 1em;
top: 0.7em;
display: none;
}
2012-02-02 00:19:31 +04:00
.bookmark_actions span { margin: 0 0.4em; }
.bookmark_actions img { opacity: 0.3; }
.bookmark_actions img:hover { opacity: 1; cursor: pointer; }
2011-08-16 00:05:07 +04:00
.bookmark_single {
2012-02-02 00:19:31 +04:00
position: relative;
padding: 0.5em 1em;
2012-02-02 00:19:31 +04: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-16 00:05:07 +04:00
}
.bookmark_single:hover {
2012-02-02 00:19:31 +04:00
background-color:#f8f8f8
}
.bookmark_single:hover .bookmark_actions {
display: block;
2011-08-16 00:05:07 +04:00
}
2012-02-02 00:19:31 +04: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-02 01:02:06 +04:00
.bookmark_tags {
position: absolute;
top: 0.5em;
right: 6em;
text-align: right;
}
.bookmark_tag {
2012-02-02 01:02:06 +04: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 14:55:13 +04:00
}
2012-02-02 01:02:06 +04:00
.bookmark_tag:hover { opacity: 0.5; }
2011-08-25 14:55:13 +04:00
.loading_meta {
display: none;
margin-left: 5px;
}