]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Bookmark/css/bookmark.css
77b7ab316f47af15fa8bb29aaed37ebb35c5db16
[quix0rs-gnu-social.git] / plugins / Bookmark / css / bookmark.css
1 /* Bookmark specific styles */
2
3 .bookmark-tags li { display: inline; }
4
5 .bookmark h3 {
6     margin: 0px 0px 8px 0px;
7     line-height: 3em;
8 }
9
10 .bookmark-notice-count {
11     border-radius: 4px;
12         -moz-border-radius: 4px;
13         -webkit-border-radius: 4px;
14     padding: 1px 6px;
15     font-size: 1.2em;
16     line-height: 1.2em;
17     background: #fff;
18     border: 1px solid #7b8dbb;
19     color: #3e3e8c !important;
20     position: relative;
21     right: 4px;
22     margin-left: 10px;
23 }
24
25 .bookmark-notice-count:hover {
26     text-decoration: none;
27     background: #f2f2f2;
28     border: 1px solid #7b8dbb;
29     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
30 }
31
32 .notice .bookmark-description {
33     clear: both;
34     margin-left: 0px;
35     margin-bottom: 0px;
36 }
37
38 .notice .bookmark-author {
39     margin-left: 0px;
40     float: left;
41 }
42
43 .bookmark-tags {
44     clear: both;
45     margin-bottom: 8px;
46     line-height: 1.6em;
47 }
48
49 ul.bookmark-tags a {
50     border-radius: 4px;
51         -moz-border-radius: 4px;
52         -webkit-border-radius: 4px;
53     padding: 1px 6px;
54     background: #f2f2f2;
55     color: #3e3e8c !important;
56     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
57     font-size: 0.88em;
58 }
59
60 ul.bookmark-tags a:hover {
61     background-color: #cdd1dd;
62     text-decoration: none;
63 }
64
65 .bookmark-avatar {
66     float: none !important;
67     position: relative;
68     top: 2px;
69 }
70
71 .bookmark div.entry-content {
72     font-size: 0.88em;
73     line-height: 1.2em;
74     margin-top: 6px;
75     opacity: 0.6;
76     margin-bottom: 0px;
77 }
78
79 .bookmark:hover div.entry-content {
80     opacity: 1;
81 }
82
83 #bookmarkpopup {
84     min-width: 600px;
85     margin-top: 0px;
86     height: 100%;
87     border: 10px solid #364A84;
88     background: #364A84;
89 }
90
91 #bookmarkpopup #wrap {
92     width: auto;
93     min-width: 560px;
94     padding: 40px 0px 25px 0px;
95     margin-right: 2px;
96     background: #fff url(../mobilelogo.png) no-repeat 6px 6px;
97 }
98
99 #bookmarkpopup #header {
100     width: auto;
101     padding: 0px 10px;
102 }
103
104 #bookmarkpopup .form_settings label {
105     margin-top: 2px;
106     text-align: right;
107     width: 24%;
108     font-size: 1.2em;
109 }
110
111 #bookmarkpopup .form_settings .form_data input {
112     width: 60%;
113 }
114
115 #bookmarkpopup .form_guide {
116     color: #777;
117 }
118
119 #bookmarkpopup #bookmark-submit {
120     min-width: 100px;
121 }
122
123 #bookmarkpopup fieldset fieldset {
124     margin-bottom: 10px;
125 }
126
127 #form_initial_bookmark.form_settings .form_data li {
128     margin-bottom: 0px;
129 }
130
131 #form_new_bookmark.form_settings .bookmarkform-thumbnail {
132     position: absolute;
133     top: 50px;
134     right: 0px;
135 }