summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/res/jquery/jquery.atwho.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticMediaWiki/res/jquery/jquery.atwho.css')
-rw-r--r--www/wiki/extensions/SemanticMediaWiki/res/jquery/jquery.atwho.css74
1 files changed, 74 insertions, 0 deletions
diff --git a/www/wiki/extensions/SemanticMediaWiki/res/jquery/jquery.atwho.css b/www/wiki/extensions/SemanticMediaWiki/res/jquery/jquery.atwho.css
new file mode 100644
index 00000000..f5538dcd
--- /dev/null
+++ b/www/wiki/extensions/SemanticMediaWiki/res/jquery/jquery.atwho.css
@@ -0,0 +1,74 @@
+.atwho-view {
+ position:absolute;
+ top: 0;
+ left: 0;
+ display: none;
+ margin-top: 18px;
+ background: white;
+ color: rgb(111, 128, 146);
+ border: 1px solid #DDD;
+ border-radius: 3px;
+ box-shadow: 0 0 5px rgba(0,0,0,0.1);
+ min-width: 120px;
+ z-index: 11110 !important;
+}
+
+.atwho-view .atwho-header {
+ padding: 5px;
+ margin: 5px;
+ cursor: pointer;
+ border-bottom: solid 1px #eaeff1;
+ color: #6f8092;
+ font-size: 11px;
+ /* font-weight: bold; */
+}
+
+.atwho-view .atwho-header .small {
+ color: #6f8092;
+ float: right;
+ padding-top: 2px;
+ margin-right: -5px;
+ font-size: 12px;
+ font-weight: normal;
+}
+
+.atwho-view .atwho-header:hover {
+ cursor: default;
+}
+
+.atwho-view .cur {
+ background: #F0F0F0;
+ color: rgb(111, 128, 146);
+}
+.atwho-view .cur small {
+ color: white;
+}
+.atwho-view strong {
+ color: #3399FF;
+ font-weight: normal;
+}
+.atwho-view .cur strong {
+ color: #3399FF;
+ /* font:bold; */
+}
+.atwho-view ul {
+ /* width: 100px; */
+ list-style:none;
+ padding:0;
+ margin:auto;
+ max-height: 200px;
+ overflow-y: auto;
+}
+.atwho-view ul li {
+ display: block;
+ padding: 5px 10px;
+ border-bottom: 1px solid #DDD;
+ cursor: pointer;
+ /* border-top: 1px solid #C8C8C8; */
+ margin-bottom:0;
+}
+.atwho-view small {
+ font-size: smaller;
+ color: #777;
+ font-weight: normal;
+} \ No newline at end of file