This repository has been archived by the owner on Sep 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibly.min.css
9 lines (8 loc) · 2.19 KB
/
bibly.min.css
1
2
3
4
5
6
7
8
9
/*!
* bib.ly
* Bible reference shortener and popup linker
* http://bib.ly/
*
* Copyright 2011, John Dyer (http://j.hn/)
*/
.bibly_popup_outer{position:absolute;top:0;left:0;display:none;z-index:777777;width:270px;text-align:left;font-family:Helvetica,Arial,sans-serif;font-size:12px;line-height:1em;color:#11111;background:#fff;border:solid 1px #333;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 5px rgba(50,50,50,0.5);-moz-box-shadow:0 1px 5px rgba(50,50,50,0.5);box-shadow:0 1px 5px rgba(50,50,50,0.5);}.bibly_popup_header{background:#305274;padding:4px 10px;font-weight:bold;line-height:1.2em;color:#fff;-webkit-text-shadow:1px 1px 1px rgba(50,50,50,0.5);-moz-text-shadow:1px 1px 1px rgba(50,50,50,0.5);text-shadow:1px 1px 1px rgba(50,50,50,0.5);}.bibly_popup_footer{padding:5px 10px;font-size:8px;color:#666;}.bibly_popup_footer a{color:#666;text-decoration:underline;}.bibly_popup_arrowbot{position:absolute;bottom:-9px;left:120px;width:1px;height:1px;border:solid 30px #fff;border-width:10px 15px 0 15px;border-color:#fff transparent transparent transparent;}.bibly_popup_arrowbot_border{position:absolute;bottom:-10px;left:120px;width:1px;height:1px;border:solid 30px #000;border-width:10px 15px 0 15px;border-color:#000 transparent transparent transparent;}.bibly_popup_arrowtop{position:absolute;top:-9px;left:120px;width:1px;height:1px;border:solid 30px #305274;border-width:0 15px 10px 15px;border-color:transparent transparent #305274 transparent;}.bibly_popup_arrowtop_border{position:absolute;top:-10px;left:120px;width:1px;height:1px;border:solid 30px #000;border-width:0 15px 10px 15px;border-color:transparent transparent #000 transparent;}.bibly_popup_content{padding:10px;min-height:40px;color:#111;line-height:1.4em;}.bibly_popup_content p{display:inline;color:#111;}.bibly_popup_content .NET-version p:first-child{display:none;}.bibly_popup_content .NET-version a{display:none;}.bibly_popup_content .ESV-version h2{display:none;}.bibly_popup_content .biblia p:first-child{display:none;}.bibly_verse_number,.bibly_popup_content sup,.bibly_popup_content .ESV-version .verse-num{font-size:9px;color:#666;top:-3px;vertical-align:baseline;position:relative;margin-right:2px;}