Advertisement
janvier56

X LUCIOUS - COMMENTS MARKDOWN HELP v.1 (new1)

Mar 17th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.18 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("luscious.net") {
  4.  
  5.  
  6. /* === X LUCIOUS - COMMENTS MARKDOWN HELP v.1 (new1) ==== */
  7. textarea#wmd-input {
  8. display: inline-block !important;
  9.     height: 222px;
  10. width: 100% !important;
  11.     max-width: 80% !important;
  12.     min-width: 80% !important;
  13. outline: 1px solid violet !important;
  14. }
  15. .wmd-panel .btn-toolbar:hover::after {
  16.     position: fixed !important;
  17. display: inline-block !important;
  18.     width: 520px !important;
  19.     height: 400px !important;
  20. /* margin-left: -66px !important; */
  21. /* margin-top: -422px !important; */
  22. right: 0 !important;
  23. top: 50px !important;
  24.     padding: 10px !important;
  25.     border: 4px solid YELLOW !important;
  26.     border-radius: 4px 4px 20px 20px !important;
  27.     color: peru !important;
  28.     white-space: pre-line !important;
  29.     overflow-x: hidden !important;
  30.     overflow-y: auto !important;
  31.     visibility: visible !important;
  32.     opacity: 1 !important;
  33.     z-index: 500 !important;
  34.     background: black !important;
  35.     transition: all 0.7s ease 0s !important;
  36.     content: "Quick reference guide to the rest of the Markdown syntax. \a ▶ Headers with ( # ) : \a # Level one header # \a ### Level three header ### \a Headers continue as you’d imagine, with extra hashes. \a ▶ Links with ( [ ...] ): \a [This is a link](http://www.darkcoding.net) \a ▶ Blockquote with ( > ): \a > This is quoted \a ▶ Code : \a Indent text at least 4 spaces for all formatting in it to be ignored. \a # This isn\'t displayed as header, because it is indented 4 spaces \a Or inline: \a Inline code is `escaped` with backticks (`) \a ▶ Lists \a ▶ Unordered lists : use *, + or - : \a * This \a * is \a * a list \a ▶ Ordered lists : use number followed by period. \a 1. with \a 1. numbers \a ▶ Horizontal lines with ( - ) : \a Three or more dashes ( - ) ---- \a ▶ Emphasis \a A single underscore ( _ )or asterix ( * ) is italic, two is bold : \a _italic_ or *italic* \a __bold__ or **bold** \a ▶ Escaping : \a If you don’t want some of these rules to apply, \a they can be escaped \a by preceding the special character with a backslash ( / ): \a This is /*/*not/*/* in bold." !important;
  37. }
  38.  
  39.  button:hover  .icon-bold,
  40. .btn-toolbar  button:hover [class^="icon-"] ,
  41. .btn-toolbar  button:hover  [class*=" icon-"] {
  42. margin-top: -4px !important;
  43. border-radius: 5px !important;
  44. border: 4px solid green !important;
  45.     background-image: url("https://assets.luscious.net/static/_generated/images/markdown/glyphicons-halflings-9c27e42c89b68048eba75c2c73832ff7cdc2bc7f.gif");
  46. background-color: green !important;
  47. }
  48.  
  49.  
  50.  
  51. #wmd-button-group1 button:hover::after ,
  52. #wmd-button-group2 button:hover::after ,
  53. #wmd-button-group3 button:hover::after ,
  54. #wmd-button-group4 button:hover::after {
  55. position: absolute !important;
  56. display: inline-block !important;
  57.     vertical-align: middle;
  58. height: 18px !important;
  59. width: auto !important;
  60.     line-height: 18px !important;
  61. margin-top: -27px !important;
  62. margin-left: -27px !important;
  63.     margin-bottom: 0;
  64.     padding: 2px 5px !important;
  65.     text-align: center !important;
  66.     text-shadow: none !important;
  67.     font-size: 13px;
  68.     color: gold !important;
  69.     border-radius: 4px !important;
  70.     box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  71. white-space: nowrap !important;
  72.     background: #362c2e !important;
  73. }
  74.  
  75. #wmd-link-button:hover::after {
  76. content: "Link - Ctrl+L" !important;
  77. }
  78. #wmd-quote-button:hover::after {
  79. content: "Blockquote - Ctrl+Q" !important;
  80. }
  81. #wmd-code-button:hover::after {
  82. content: "Code Sample - Ctrl+K" !important;
  83. }
  84. #wmd-image-button:hover::after {
  85. content: "Image - Ctrl+G" !important;
  86. }
  87.  
  88.  
  89. #wmd-olist-button:hover::after {
  90. content: "Numbered List - Ctrl+O" !important;
  91. }
  92. #wmd-ulist-button:hover::after {
  93. content: "Bulleted List - Ctrl+U" !important;
  94. }
  95. #wmd-heading-button:hover::after {
  96. content: "Heading - Ctrl+H" !important;
  97. }
  98. #wmd-hr-button:hover::after {
  99. content: "Horizontal Rule - Ctrl+R" !important;
  100. }
  101.  
  102.  
  103. #wmd-undo-button:hover::after {
  104. content: "Undo - Ctrl+Z" !important;
  105. }
  106. #wmd-redo-button:hover::after {
  107. content: "Redo - Ctrl+Y" !important;
  108. }
  109. /* ==== END ==== */
  110.  
  111. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement