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