style.css 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178
  1. /*-----------------------------------------------------------------------------
  2. Copyright (C) 2016-2018 Jacob Barkdull
  3. Copyright (C) 2018 Jorge Maldonado Ventura
  4. We, Jacob Barkdull and Jorge Maldonado Ventura, hereby release this work
  5. into the public domain. This applies worldwide. If this is not legally
  6. possible, I grant any entity the right to use this work for any purpose,
  7. without any conditions, unless such conditions are required by law.
  8. -----------------------------------------------------------------------------*/
  9. .hashover,
  10. .hashover input,
  11. .hashover textarea,
  12. .hashover select {
  13. text-indent: initial;
  14. font-size: 14px;
  15. font-family: "Cantarell", "Arial", "Helvetica", "FreeSans", sans-serif;
  16. }
  17. .hashover > div {
  18. display: block;
  19. }
  20. .hashover :before,
  21. .hashover :after {
  22. position: relative;
  23. z-index: 3;
  24. }
  25. #hashover-form {
  26. border: none;
  27. }
  28. .hashover #hashover-requiredFields,
  29. .hashover .hashover-hidden,
  30. .hashover .hashover-notice > .hashover-balloon > .hashover-footer,
  31. .hashover .hashover-first .hashover-balloon,
  32. .hashover .hashover-first .hashover-avatar:before,
  33. .hashover .hashover-first .hashover-avatar:after {
  34. display: none ! important;
  35. }
  36. .hashover,
  37. #hashover-top-comments,
  38. #hashover-sort-section,
  39. .hashover .hashover-inputs {
  40. clear: both;
  41. }
  42. .hashover #hashover-form-section,
  43. .hashover #hashover-popular-section,
  44. .hashover #hashover-comments-section {
  45. margin-bottom: 36px;
  46. }
  47. .hashover .hashover-title,
  48. .hashover #hashover-count,
  49. .hashover .hashover-comment-name {
  50. display: inline-block;
  51. font-size: 18px;
  52. }
  53. .hashover .hashover-reply .hashover-comment-name {
  54. font-weight: bold;
  55. font-size: 14px;
  56. }
  57. .hashover form input,
  58. .hashover form textarea,
  59. .hashover .hashover-select-wrapper,
  60. .hashover .hashover-submit,
  61. .hashover .hashover-avatar-image *,
  62. .hashover .hashover-avatar *,
  63. .hashover .hashover-inputs input,
  64. .hashover .hashover-comment textarea,
  65. .hashover .hashover-balloon,
  66. .hashover .hashover-reply > .hashover-balloon,
  67. .hashover .hashover-reply-form,
  68. .hashover .hashover-reply-form .hashover-inputs,
  69. .hashover .hashover-reply .hashover-header,
  70. .hashover .hashover-form-footer {
  71. border: 1px solid #AAAAAA;
  72. }
  73. .hashover .hashover-dashed-title {
  74. display: inline-block;
  75. width: 100%;
  76. margin-bottom: 12px;
  77. padding-bottom: 10px;
  78. vertical-align: top;
  79. border-bottom: 1px dashed rgb(190, 190, 190);
  80. }
  81. .hashover #hashover-message {
  82. margin-bottom: 24px;
  83. }
  84. .hashover #hashover-message,
  85. .hashover .hashover-more-link {
  86. -moz-border-radius: 6px 6px 6px 6px;
  87. -webkit-border-radius: 6px 6px 6px 6px;
  88. border-radius: 6px 6px 6px 6px;
  89. }
  90. .hashover .hashover-message {
  91. position: relative;
  92. z-index: 1;
  93. }
  94. .hashover .hashover-formatting {
  95. background-position: 0px -454px;
  96. }
  97. .hashover .hashover-message,
  98. .hashover .hashover-message > *,
  99. .hashover .hashover-formatting-message,
  100. .hashover .hashover-formatting-message > * {
  101. display: block;
  102. width: 100%;
  103. max-height: 0px;
  104. }
  105. .hashover .hashover-message > *,
  106. .hashover .hashover-formatting-message > * {
  107. color: transparent;
  108. }
  109. .hashover .hashover-message > * {
  110. padding: 0px 12px;
  111. margin-bottom: 12px;
  112. text-align: center;
  113. border: 1px solid #AAAAAA;
  114. }
  115. .hashover .hashover-message.hashover-message-open > *,
  116. .hashover .hashover-formatting-message.hashover-message-open > * {
  117. color: initial;
  118. }
  119. .hashover .hashover-message.hashover-message-open > * {
  120. padding: 12px;
  121. color: #0000CC;
  122. background-color: rgba(225, 225, 255, 0.25);
  123. border-color: #00AACC;
  124. }
  125. .hashover .hashover-php-message-open,
  126. .hashover .hashover-php-message-open > * {
  127. max-height: initial;
  128. }
  129. .hashover .hashover-message.hashover-message-error > * {
  130. color: #CC0000;
  131. background-color: rgba(255, 225, 225, 0.25);
  132. border-color: #CC0000;
  133. }
  134. .hashover .hashover-formatting-message > * {
  135. margin-top: -1px;
  136. border: 1px solid #AAAAAA;
  137. }
  138. .hashover .hashover-formatting-table {
  139. display: table;
  140. padding: 12px 0px 12px 0px;
  141. background-color: #E5E5E5;
  142. }
  143. .hashover .hashover-formatting-table > * {
  144. display: table-cell;
  145. width: 50%;
  146. padding: 0px 12px 0px 12px;
  147. border-right: 1px solid #AAAAAA;
  148. vertical-align: top;
  149. }
  150. .hashover .hashover-formatting-table > *:last-child {
  151. border-right: none;
  152. }
  153. .hashover .hashover-comment .hashover-message {
  154. margin-top: -1px;
  155. }
  156. .hashover .hashover-comment .hashover-message > * {
  157. margin-bottom: 0px;
  158. }
  159. .hashover #hashover-form,
  160. .hashover .hashover-comment,
  161. .hashover .hashover-reply-form,
  162. .hashover .hashover-message,
  163. .hashover .hashover-message > *,
  164. .hashover .hashover-formatting-message,
  165. .hashover .hashover-formatting-message > *,
  166. .hashover .hashover-comment form,
  167. .hashover .hashover-comment form .hashover-balloon {
  168. overflow: hidden;
  169. }
  170. .hashover form,
  171. .hashover .hashover-comment form {
  172. display: block;
  173. }
  174. .hashover .hashover-inputs {
  175. display: table;
  176. width: 100%;
  177. padding: 0px 0px 12px 0px;
  178. }
  179. .hashover.hashover-logged-out .hashover-reply-form .hashover-inputs {
  180. padding: 12px;
  181. border-bottom: none;
  182. }
  183. .hashover form textarea,
  184. .hashover .hashover-reply .hashover-header,
  185. .hashover.hashover-logged-out .hashover-reply-form .hashover-inputs {
  186. -moz-border-radius: 6px 6px 0px 0px;
  187. -webkit-border-radius: 6px 6px 0px 0px;
  188. border-radius: 6px 6px 0px 0px;
  189. }
  190. .hashover .hashover-inputs > * {
  191. display: table-cell;
  192. vertical-align: middle;
  193. line-height: 16px;
  194. }
  195. .hashover .hashover-name-input input,
  196. .hashover .hashover-password-input input,
  197. .hashover .hashover-email-input input,
  198. .hashover .hashover-website-input input {
  199. background-image: -webkit-linear-gradient(#F0F0F0, #FCFCFC, #FCFCFC, #FCFCFC);
  200. background-image: -moz-linear-gradient(#F0F0F0, #FCFCFC, #FCFCFC, #FCFCFC);
  201. background-image: linear-gradient(#F0F0F0, #FCFCFC, #FCFCFC, #FCFCFC);
  202. }
  203. .hashover .hashover-name-input,
  204. .hashover .hashover-password-input,
  205. .hashover .hashover-email-input,
  206. .hashover .hashover-website-input {
  207. position: relative;
  208. }
  209. .hashover .hashover-name-input:before,
  210. .hashover .hashover-password-input:before,
  211. .hashover .hashover-email-input:before,
  212. .hashover .hashover-website-input:before,
  213. .hashover .hashover-required-input:after {
  214. content: " ";
  215. display: inline-block;
  216. position: absolute;
  217. top: 50%;
  218. left: 0px;
  219. width: 28px;
  220. height: 32px;
  221. margin-top: -16px;
  222. background-image: url('../../images/inputs-and-buttons.png');
  223. background-repeat: no-repeat;
  224. background-attachment: scroll;
  225. border: 1px solid transparent;
  226. pointer-events: none;
  227. }
  228. .hashover .hashover-required-input:after {
  229. left: auto;
  230. right: 0px;
  231. background-position: 0px -419px;
  232. }
  233. .hashover.hashover-logged-out .hashover-inputs > *,
  234. .hashover .hashover-comment .hashover-inputs > * {
  235. padding: 0px 3px 0px 3px;
  236. }
  237. .hashover .hashover-comment,
  238. .hashover .hashover-reply-form,
  239. .hashover .hashover-comment .hashover-avatar,
  240. .hashover .hashover-comment .hashover-comment-name,
  241. .hashover .hashover-avatar-image {
  242. position: relative;
  243. }
  244. .hashover #hashover-form .hashover-avatar-image {
  245. width: 45px;
  246. padding-right: 10px;
  247. }
  248. .hashover .hashover-avatar-image *,
  249. .hashover .hashover-avatar * {
  250. vertical-align: middle;
  251. }
  252. .hashover form input,
  253. .hashover form textarea,
  254. .hashover .hashover-inputs input,
  255. .hashover .hashover-submit {
  256. padding: 2px;
  257. margin: 0px;
  258. background-color: #FCFCFC;
  259. outline-offset: none;
  260. outline: -webkit-focus-ring-color none;
  261. }
  262. .hashover form input,
  263. .hashover .hashover-submit {
  264. -moz-border-radius: 4px;
  265. -webkit-border-radius: 4px;
  266. border-radius: 4px;
  267. }
  268. .hashover form input,
  269. .hashover form textarea,
  270. .hashover .hashover-submit,
  271. .hashover .hashover-inputs input,
  272. .hashover .hashover-comment label,
  273. .hashover .hashover-select-wrapper,
  274. .hashover .hashover-select-wrapper:before {
  275. -o-transition: border 150ms linear 0ms, background-color 150ms linear 0ms, box-shadow 150ms linear 0ms;
  276. -webkit-transition: border 150ms linear 0ms, background-color 150ms linear 0ms, box-shadow 150ms linear 0ms;
  277. -moz-transition: border 150ms linear 0ms, background-color 150ms linear 0ms, box-shadow 150ms linear 0ms;
  278. transition: border 150ms linear 0ms, background-color 150ms linear 0ms, box-shadow 150ms linear 0ms;
  279. }
  280. .hashover *,
  281. .hashover *:before,
  282. .hashover *:after {
  283. -o-box-sizing: border-box;
  284. -webkit-box-sizing: border-box;
  285. -moz-box-sizing: border-box;
  286. box-sizing: border-box;
  287. }
  288. .hashover form textarea {
  289. position: relative;
  290. width: 100%;
  291. padding: 12px;
  292. vertical-align: top;
  293. resize: vertical;
  294. }
  295. .hashover form textarea:focus {
  296. z-index: 2;
  297. }
  298. .hashover.hashover-logged-out .hashover-reply-textarea {
  299. -moz-border-radius: 0px;
  300. -webkit-border-radius: 0px;
  301. border-radius: 0px;
  302. }
  303. .hashover .hashover-comment > .hashover-balloon,
  304. .hashover .hashover-edit-form,
  305. .hashover #hashover-end-links,
  306. .hashover .hashover-border-top {
  307. border-top: 1px solid #AAAAAA;
  308. }
  309. .hashover .hashover-comment > .hashover-balloon {
  310. padding: 12px;
  311. -moz-border-radius: 6px;
  312. -webkit-border-radius: 6px;
  313. border-radius: 6px;
  314. }
  315. .hashover .hashover-comment form .hashover-balloon {
  316. border: none;
  317. }
  318. .hashover textarea:hover,
  319. .hashover input:hover,
  320. .hashover .hashover-submit:hover {
  321. background-color: #FCFCFC;
  322. border-color: #606060;
  323. text-decoration: none;
  324. }
  325. .hashover textarea:focus,
  326. .hashover input[type="text"]:focus,
  327. .hashover input[type="password"]:focus,
  328. .hashover .hashover-submit:focus {
  329. border-color: #0055FF ! important;
  330. -o-box-shadow: 0px 0px 2px #BFEFFF ! important;
  331. -webkit-box-shadow: 0px 0px 2px #BFEFFF ! important;
  332. -moz-box-shadow: 0px 0px 2px #BFEFFF ! important;
  333. box-shadow: 0px 0px 2px #BFEFFF ! important;
  334. }
  335. .hashover .hashover-submit {
  336. background-color: #F5F8FC;
  337. padding: 6px 10px 6px 10px;
  338. margin-left: 5px;
  339. }
  340. .hashover .hashover-post-button,
  341. .hashover .hashover-reply-post,
  342. .hashover .hashover-edit-post {
  343. background-color: #8CB1FF;
  344. border-color: #0055AA;
  345. color: #FCFCFC;
  346. }
  347. .hashover .hashover-footer *,
  348. .hashover .hashover-form-footer * {
  349. vertical-align: top;
  350. line-height: 16px;
  351. }
  352. .hashover .hashover-post-button:hover,
  353. .hashover .hashover-reply-post:hover,
  354. .hashover .hashover-edit-post:hover {
  355. background-color: #73A1FF;
  356. border-color: #0055AA;
  357. }
  358. .hashover .hashover-post-button:focus,
  359. .hashover .hashover-reply-post:focus,
  360. .hashover .hashover-edit-post:focus {
  361. background-color: #6698FF ! important;
  362. border-color: #222222 ! important;
  363. }
  364. .hashover .hashover-edit-delete {
  365. float: left;
  366. margin-right: 12px;
  367. background-color: #FF8C8C;
  368. border-color: #AA0000;
  369. color: #FCFCFC;
  370. }
  371. .hashover .hashover-edit-delete:hover {
  372. background-color: #FF6666;
  373. border-color: #AA0000;
  374. }
  375. .hashover .hashover-edit-delete:focus {
  376. border-color: #222222 ! important;
  377. background-color: #FF5959 ! important;
  378. -o-box-shadow: 0px 0px 2px #FFEFBF ! important;
  379. -webkit-box-shadow: 0px 0px 2px #FFEFBF ! important;
  380. -moz-box-shadow: 0px 0px 2px #FFEFBF ! important;
  381. box-shadow: 0px 0px 2px #FFEFBF ! important;
  382. }
  383. .hashover .hashover-submit:hover {
  384. cursor: pointer;
  385. }
  386. .hashover .hashover-submit:focus,
  387. .hashover .hashover-submit[disabled] {
  388. border-color: #000000;
  389. }
  390. .hashover .hashover-submit[disabled] {
  391. background-color: #E0E0E0 ! important;
  392. color: #222222 ! important;
  393. -o-box-shadow: none ! important;
  394. -webkit-box-shadow: none ! important;
  395. -moz-box-shadow: none ! important;
  396. box-shadow: none ! important;
  397. }
  398. .hashover .hashover-inputs input {
  399. width: 100%;
  400. height: 32px;
  401. font-size: 14px;
  402. padding-left: 30px;
  403. padding-right: 6px;
  404. color: #808080;
  405. }
  406. .hashover .hashover-required-input input {
  407. padding-right: 30px;
  408. }
  409. .hashover .hashover-inputs input:focus {
  410. color: #222222;
  411. }
  412. .hashover .hashover-inputs > :first-child {
  413. padding-left: 0px;
  414. }
  415. .hashover .hashover-inputs > :nth-last-child(1) {
  416. padding-right: 0px;
  417. }
  418. .hashover .hashover-name-input:before {
  419. background-position: 0px 1px;
  420. }
  421. .hashover .hashover-password-input:before {
  422. background-position: 0px -27px;
  423. }
  424. .hashover .hashover-email-input:before {
  425. background-position: 0px -55px;
  426. }
  427. .hashover .hashover-website-input:before {
  428. background-position: 0px -83px;
  429. }
  430. .hashover .hashover-emphasized-input,
  431. .hashover .hashover-emphasized-input input {
  432. border-color: #BB0000 ! important;
  433. }
  434. .hashover .hashover-emphasized-input:focus,
  435. .hashover .hashover-emphasized-input input:focus {
  436. border-color: #DD0000 ! important;
  437. -o-box-shadow: 0px 0px 2px #FFBFBF !important;
  438. -webkit-box-shadow: 0px 0px 2px #FFBFBF !important;
  439. -moz-box-shadow: 0px 0px 2px #FFBFBF !important;
  440. box-shadow: 0px 0px 2px #FFBFBF !important;
  441. }
  442. .hashover form label {
  443. cursor: pointer;
  444. }
  445. .hashover #hashover-form .hashover-comment-label,
  446. .hashover .hashover-comment-label:nth-child(2) {
  447. background-color: #FCFCFC;
  448. }
  449. .hashover .hashover-inputs label,
  450. .hashover .hashover-comment-label {
  451. padding: 5px;
  452. display: inline-block;
  453. background-color: rgba(200, 200, 200, 0.25);
  454. }
  455. .hashover .hashover-comment-label {
  456. width: 100%;
  457. display: block;
  458. border: 1px solid #AAA;
  459. margin-bottom: -1px;
  460. }
  461. .hashover .hashover-form-links {
  462. display: inline-block;
  463. vertical-align: middle;
  464. margin-bottom: 12px;
  465. }
  466. .hashover .hashover-form-links > * {
  467. display: inline-block;
  468. margin-top: 7px;
  469. margin-right: 6px;
  470. }
  471. .hashover .hashover-form-links > *:last-child {
  472. margin-right: 0px;
  473. }
  474. .hashover .hashover-form-buttons {
  475. margin-bottom: 12px;
  476. }
  477. .hashover label input[type="checkbox"] {
  478. margin: -2px 4px 0px 0px;
  479. vertical-align: middle;
  480. padding: 0px;
  481. }
  482. .hashover .hashover-form-footer {
  483. padding: 12px 12px 0px 12px;
  484. overflow: hidden;
  485. margin-top: -1px;
  486. background-color: #F0F0F0;
  487. }
  488. .hashover .hashover-reply > .hashover-balloon,
  489. .hashover .hashover-reply-form .hashover-balloon,
  490. .hashover .hashover-form-footer {
  491. -moz-border-radius: 0px 0px 6px 6px;
  492. -webkit-border-radius: 0px 0px 6px 6px;
  493. border-radius: 0px 0px 6px 6px;
  494. }
  495. .hashover .hashover-edit-form,
  496. .hashover .hashover-border-top {
  497. margin-top: 12px;
  498. padding-top: 12px;
  499. }
  500. .hashover .hashover-edit-form .hashover-title {
  501. margin-top: 3px;
  502. }
  503. .hashover #hashover-count {
  504. float: left;
  505. }
  506. .hashover #hashover-sort,
  507. .hashover .hashover-edit-status,
  508. .hashover .hashover-comment .hashover-footer .hashover-buttons,
  509. .hashover .hashover-form-buttons,
  510. .hashover .hashover-thread-link {
  511. float: right;
  512. }
  513. .hashover select {
  514. height: 24px;
  515. }
  516. .hashover hr {
  517. border: 0px;
  518. height: 1px;
  519. background-color: #AAAAAA;
  520. margin-top: 0px;
  521. margin-bottom: 5px;
  522. }
  523. .hashover input::-moz-focus-inner {
  524. border: 0px;
  525. }
  526. .hashover a,
  527. .hashover a:link,
  528. .hashover .hashover-fake-link {
  529. text-decoration: none;
  530. outline: none;
  531. cursor: pointer;
  532. }
  533. .hashover a:hover,
  534. .hashover .hashover-fake-link:hover {
  535. text-decoration: underline;
  536. }
  537. .hashover a.hashover-submit {
  538. display: inline-block;
  539. color: #222222;
  540. }
  541. .hashover .hashover-reply .hashover-avatar *,
  542. .hashover .hashover-comment form .hashover-avatar-image * {
  543. width: 32px;
  544. height: 32px;
  545. line-height: 34px;
  546. }
  547. .hashover .hashover-reply .hashover-avatar a {
  548. font-size: 14px;
  549. }
  550. .hashover .hashover-avatar-image *,
  551. .hashover .hashover-avatar *,
  552. .hashover .hashover-comment > .hashover-balloon,
  553. .hashover .hashover-reply .hashover-header {
  554. background-color: #FCFCFC;
  555. }
  556. .hashover .hashover-comment {
  557. margin-bottom: 24px;
  558. }
  559. .hashover .hashover-comment > .hashover-header {
  560. padding: 0px 0px 12px 0px;
  561. }
  562. .hashover .hashover-reply,
  563. .hashover .hashover-reply-form {
  564. border: none;
  565. margin: 13px 0px 12px 0px;
  566. }
  567. .hashover .hashover-reply .hashover-header {
  568. padding: 12px 12px 0px 12px;
  569. margin-left: 48px;
  570. border-bottom: none;
  571. }
  572. .hashover .hashover-reply .hashover-reply,
  573. .hashover .hashover-reply .hashover-reply-form {
  574. padding: 0px;
  575. margin: 12px 0px 0px 48px;
  576. }
  577. .hashover .hashover-comment .hashover-avatar {
  578. display: inline-block;
  579. height: auto;
  580. margin-right: 10px;
  581. }
  582. .hashover .hashover-avatar-image *,
  583. .hashover .hashover-avatar *,
  584. .hashover .hashover-avatar a {
  585. display: inline-block;
  586. width: 45px;
  587. height: 45px;
  588. font-size: 18px;
  589. text-align: center;
  590. line-height: 45px;
  591. color: #808080;
  592. background-position: center center;
  593. background-attachment: scroll;
  594. background-repeat: no-repeat;
  595. -o-background-size: 100% 100%;
  596. -webkit-background-size: 100% 100%;
  597. -moz-background-size: 100% 100%;
  598. background-size: 100% 100%;
  599. -o-box-sizing: content-box;
  600. -webkit-box-sizing: content-box;
  601. -moz-box-sizing: content-box;
  602. box-sizing: content-box;
  603. -moz-border-radius: 50%;
  604. -webkit-border-radius: 50%;
  605. border-radius: 50%;
  606. }
  607. .hashover .hashover-reply .hashover-avatar,
  608. .hashover .hashover-comment form .hashover-avatar-image {
  609. position: absolute;
  610. display: inline-block;
  611. top: 0px;
  612. left: 0px;
  613. padding: 0px;
  614. float: left;
  615. }
  616. .hashover .hashover-reply .hashover-reply .hashover-avatar,
  617. .hashover .hashover-reply form .hashover-avatar-image {
  618. left: 0px;
  619. }
  620. .hashover .hashover-comment .hashover-content {
  621. line-height: 1.5em;
  622. margin-bottom: 12px;
  623. }
  624. .hashover p {
  625. color: black;
  626. margin: 0px 0px 12px 0px;
  627. }
  628. .hashover p:last-child {
  629. margin-bottom: 0px;
  630. }
  631. .hashover .hashover-reply > .hashover-balloon,
  632. .hashover .hashover-reply-form .hashover-balloon {
  633. margin-left: 48px;
  634. border-top: none;
  635. }
  636. .hashover .hashover-comment .hashover-content img {
  637. display: block;
  638. max-width: 100%;
  639. max-height: 640px;
  640. cursor: pointer;
  641. }
  642. .hashover .hashover-avatar-image:before,
  643. .hashover .hashover-avatar-image:after,
  644. .hashover .hashover-comment .hashover-avatar:before,
  645. .hashover .hashover-comment .hashover-avatar:after {
  646. content: " ";
  647. position: absolute;
  648. display: block;
  649. bottom: -13px;
  650. left: 50%;
  651. margin-left: -10px;
  652. width: 0px;
  653. height: 0px;
  654. border-width: 10px;
  655. border-color: transparent;
  656. border-style: solid outset solid;
  657. pointer-events: none;
  658. }
  659. .hashover .hashover-avatar-image:before,
  660. .hashover .hashover-avatar-image:after {
  661. margin-left: -15px;
  662. }
  663. .hashover .hashover-avatar-image:before,
  664. .hashover .hashover-comment .hashover-avatar:before,
  665. .hashover .hashover-comment form .hashover-avatar-image:before {
  666. border-bottom-color: #AAAAAA;
  667. }
  668. .hashover .hashover-avatar-image:after,
  669. .hashover .hashover-comment .hashover-avatar:after,
  670. .hashover .hashover-comment form .hashover-avatar-image:after {
  671. border-bottom-color: #FCFCFC;
  672. bottom: -14px;
  673. }
  674. .hashover .hashover-reply .hashover-avatar:before,
  675. .hashover .hashover-reply .hashover-avatar:after,
  676. .hashover .hashover-comment form .hashover-avatar-image:before,
  677. .hashover .hashover-comment form .hashover-avatar-image:after {
  678. border-style: solid solid outset;
  679. border-color: transparent;
  680. margin-left: auto;
  681. margin-bottom: -8px;
  682. top: auto;
  683. left: auto;
  684. bottom: 50%;
  685. right: -15px;
  686. border-width: 8px;
  687. }
  688. .hashover .hashover-reply .hashover-avatar:before,
  689. .hashover .hashover-comment form .hashover-avatar-image:before {
  690. border-right-color: #AAAAAA;
  691. }
  692. .hashover .hashover-reply .hashover-avatar:after,
  693. .hashover .hashover-comment form .hashover-avatar-image:after {
  694. border-right-color: #FCFCFC;
  695. right: -16px;
  696. }
  697. .hashover.hashover-logged-out .hashover-comment form .hashover-avatar-image:after {
  698. border-right-color: #FCFCFC;
  699. }
  700. .hashover .hashover-select-wrapper select {
  701. border: none;
  702. background-color: #FCFCFC;
  703. padding: 0px 14px 0px 0px;
  704. cursor: pointer;
  705. }
  706. .hashover .hashover-select-wrapper,
  707. .hashover .hashover-embedded-image-wrapper {
  708. display: inline-block;
  709. position: relative;
  710. }
  711. .hashover .hashover-select-wrapper {
  712. overflow: hidden;
  713. margin-top: -3px;
  714. line-height: 14px;
  715. vertical-align: middle;
  716. cursor: pointer;
  717. -moz-border-radius: 4px;
  718. -webkit-border-radius: 4px;
  719. border-radius: 4px;
  720. }
  721. .hashover .hashover-select-wrapper:before {
  722. content: "\25BC";
  723. position: absolute;
  724. right: 0px;
  725. top: 0px;
  726. display: inline-block;
  727. height: 100%;
  728. width: 26px;
  729. padding: 5px 4px;
  730. margin: 0px;
  731. font-size: 12px;
  732. line-height: 12px;
  733. font-family: monospace;
  734. text-align: center;
  735. pointer-events: none;
  736. background-color: #F0F0F0;
  737. border-left: 1px solid #AAAAAA;
  738. }
  739. .hashover .hashover-select-wrapper:hover,
  740. .hashover .hashover-select-wrapper:hover:before {
  741. border-color: #606060;
  742. }
  743. .hashover .hashover-comment-name {
  744. vertical-align: middle;
  745. }
  746. .hashover .hashover-name-twitter:before {
  747. content: "@";
  748. color: #00268F;
  749. cursor: default;
  750. }
  751. .hashover .hashover-comment .hashover-title {
  752. display: inline-block;
  753. vertical-align: middle;
  754. clear: right;
  755. }
  756. .hashover .hashover-comment pre,
  757. .hashover .hashover-comment code,
  758. .hashover .hashover-comment blockquote,
  759. .hashover .hashover-comment ol,
  760. .hashover .hashover-comment ul {
  761. vertical-align: top;
  762. }
  763. .hashover .hashover-comment pre,
  764. .hashover .hashover-comment code {
  765. display: inline-block;
  766. width: 100%;
  767. max-height: 400px;
  768. white-space: pre;
  769. padding: 5px;
  770. margin: 0px;
  771. font-family: monospace;
  772. font-size: 12px;
  773. background-color: #EEEEEE;
  774. overflow: auto;
  775. }
  776. .hashover code.hashover-inline {
  777. display: inline;
  778. padding: 1px 4px;
  779. }
  780. .hashover .hashover-comment blockquote,
  781. .hashover .hashover-comment ol,
  782. .hashover .hashover-comment ul {
  783. padding-left: 10px;
  784. margin: 0px 24px 0px 24px;
  785. }
  786. .hashover .hashover-comment blockquote {
  787. border-left: 3px solid rgba(0, 0, 0, 0.3);
  788. }
  789. .hashover .hashover-comment .hashover-date-permalink,
  790. .hashover .hashover-comment .hashover-date-permalink:visited,
  791. .hashover .hashover-comment .hashover-date > * {
  792. color: #606060;
  793. }
  794. .hashover .hashover-comment .hashover-date-permalink:hover,
  795. .hashover .hashover-comment .hashover-date-permalink:active {
  796. color: #101010;
  797. }
  798. .hashover .hashover-comment .hashover-date,
  799. .hashover .hashover-comment .hashover-date-permalink,
  800. .hashover .hashover-comment .hashover-replies,
  801. .hashover .hashover-comment .hashover-likes,
  802. .hashover .hashover-comment .hashover-dislikes {
  803. display: inline-block;
  804. vertical-align: top;
  805. }
  806. .hashover .hashover-comment .hashover-date-permalink,
  807. .hashover .hashover-comment .hashover-replies,
  808. .hashover .hashover-comment .hashover-likes,
  809. .hashover .hashover-comment .hashover-dislikes {
  810. float: left;
  811. }
  812. .hashover .hashover-comment .hashover-replies,
  813. .hashover .hashover-comment .hashover-likes,
  814. .hashover .hashover-comment .hashover-dislikes {
  815. padding-left: 8px;
  816. }
  817. .hashover .hashover-formatting,
  818. .hashover .hashover-comment .hashover-buttons a {
  819. display: inline-block;
  820. vertical-align: top;
  821. min-height: 16px;
  822. padding-left: 30px;
  823. line-height: 16px;
  824. background-image: url('../../images/inputs-and-buttons.png');
  825. background-repeat: no-repeat;
  826. background-attachment: scroll;
  827. opacity: 0.50;
  828. filter: alpha(opacity=50);
  829. -o-transition: opacity 150ms linear 0ms;
  830. -webkit-transition: opacity 150ms linear 0ms;
  831. -moz-transition: opacity 150ms linear 0ms;
  832. transition: opacity 150ms linear 0ms;
  833. }
  834. .hashover .hashover-formatting:hover,
  835. .hashover .hashover-comment .hashover-buttons a:hover {
  836. opacity: 1.0;
  837. filter: alpha(opacity=100);
  838. }
  839. .hashover .hashover-formatting,
  840. .hashover .hashover-formatting:hover,
  841. .hashover .hashover-comment .hashover-buttons a,
  842. .hashover .hashover-comment .hashover-buttons a:hover {
  843. color: #111111;
  844. }
  845. .hashover .hashover-has-email {
  846. background-position: left -258px;
  847. }
  848. .hashover .hashover-no-email {
  849. background-position: left -286px;
  850. }
  851. .hashover .hashover-comment .hashover-like,
  852. .hashover .hashover-comment .hashover-liked:active,
  853. .hashover .hashover-comment .hashover-dislike {
  854. background-position: left -174px;
  855. }
  856. .hashover .hashover-comment .hashover-liked,
  857. .hashover .hashover-comment .hashover-like:active {
  858. background-position: left -202px;
  859. }
  860. .hashover .hashover-comment .hashover-like.hashover-dislikes-enabled {
  861. background-position: left -314px;
  862. }
  863. .hashover .hashover-comment .hashover-liked.hashover-dislikes-enabled,
  864. .hashover .hashover-comment .hashover-like.hashover-dislikes-enabled:active {
  865. background-position: left -370px;
  866. }
  867. .hashover .hashover-comment .hashover-disliked,
  868. .hashover .hashover-comment .hashover-dislike:active {
  869. background-position: left -230px;
  870. }
  871. .hashover .hashover-comment .hashover-dislike.hashover-likes-enabled {
  872. background-position: left -342px;
  873. }
  874. .hashover .hashover-comment .hashover-disliked.hashover-likes-enabled,
  875. .hashover .hashover-comment .hashover-dislike.hashover-likes-enabled:active {
  876. background-position: left -398px;
  877. }
  878. .hashover .hashover-comment .hashover-comment-edit {
  879. background-position: 2px -147px;
  880. }
  881. .hashover .hashover-comment .hashover-like.hashover-dislikes-enabled,
  882. .hashover .hashover-comment .hashover-liked.hashover-dislikes-enabled,
  883. .hashover .hashover-comment .hashover-dislike.hashover-likes-enabled,
  884. .hashover .hashover-comment .hashover-disliked.hashover-likes-enabled {
  885. height: 16px;
  886. font-size: 0px;
  887. color: transparent;
  888. }
  889. .hashover .hashover-deleted > .hashover-header > .hashover-comment-name {
  890. color: #CC0000;
  891. }
  892. .hashover .hashover-notice > .hashover-balloon > .hashover-content {
  893. margin: 0px;
  894. }
  895. .hashover .hashover-more-link {
  896. display: block;
  897. padding: 12px;
  898. margin-bottom: 12px;
  899. background-color: rgba(230, 237, 250, 0.6);
  900. border: 1px dashed #AAAAFF;
  901. text-align: center;
  902. opacity: 1.0;
  903. filter: alpha(opacity=100);
  904. }
  905. .hashover .hashover-more-link,
  906. .hashover a.hashover-more-link {
  907. color: #404040;
  908. }
  909. .hashover .hashover-more-link:hover {
  910. background-color: rgba(230, 237, 250, 1.0);
  911. }
  912. .hashover .hashover-loading:before {
  913. content: " " ! important;
  914. display: inline-block;
  915. min-width: 16px;
  916. min-height: 16px;
  917. vertical-align: middle;
  918. background-repeat: no-repeat;
  919. background-attachment: scroll;
  920. background-position: center center;
  921. background-image: url('../../images/loading.gif');
  922. image-rendering: -o-crisp-edges;
  923. image-rendering: -webkit-optimize-contrast;
  924. image-rendering: -moz-crisp-edges;
  925. image-rendering: crisp-edges;
  926. image-rendering: pixelated;
  927. -ms-interpolation-mode: nearest-neighbor;
  928. }
  929. .hashover .hashover-embedded-image-wrapper.hashover-loading img {
  930. filter: grayscale(1.0);
  931. opacity: 0.25;
  932. filter: alpha(opacity=25);
  933. }
  934. .hashover .hashover-embedded-image-wrapper.hashover-loading:before {
  935. position: absolute;
  936. top: 0px;
  937. left: 0px;
  938. width: 100%;
  939. height: 100%;
  940. }
  941. .hashover .hashover-more-link.hashover-loading:before,
  942. .hashover .hashover-thread-link.hashover-loading:before {
  943. margin-right: 8px;
  944. margin-top: -8px;
  945. margin-bottom: -6px;
  946. }
  947. .hashover .hashover-more-link.hashover-hide-more-link {
  948. opacity: 0.0;
  949. filter: alpha(opacity=0);
  950. }
  951. .hashover .hashover-more-link,
  952. .hashover .hashover-message.hashover-message-animated,
  953. .hashover .hashover-message.hashover-message-animated > *,
  954. .hashover .hashover-formatting-message.hashover-message-animated,
  955. .hashover .hashover-formatting-message.hashover-message-animated > * {
  956. -o-transition: all 150ms linear 0ms;
  957. -webkit-transition: all 150ms linear 0ms;
  958. -moz-transition: all 150ms linear 0ms;
  959. transition: all 150ms linear 0ms;
  960. }
  961. .hashover #hashover-end-links {
  962. margin-top: -12px;
  963. padding: 18px 0px 5px 0px;
  964. text-align: center;
  965. }
  966. /* Handle HDPI */
  967. .hashover.hashover-mobile .hashover-formatting,
  968. .hashover.hashover-mobile .hashover-name-input:before,
  969. .hashover.hashover-mobile .hashover-password-input:before,
  970. .hashover.hashover-mobile .hashover-email-input:before,
  971. .hashover.hashover-mobile .hashover-website-input:before,
  972. .hashover.hashover-mobile .hashover-required-input:after,
  973. .hashover.hashover-mobile .hashover-comment .hashover-buttons a {
  974. background-image: url('../../images/inputs-and-buttons.svg');
  975. }
  976. @media only screen and (max-width: 640px) {
  977. #hashover .hashover-formatting-table {
  978. padding: 12px 12px 0px 12px;
  979. }
  980. #hashover .hashover-formatting-table > * {
  981. display: table-row;
  982. width: 100%;
  983. border-bottom: 1px solid #AAAAAA;
  984. }
  985. #hashover .hashover-formatting-table p {
  986. margin-bottom: 12px;
  987. }
  988. }
  989. .hashover-main-label {
  990. color: #222222;
  991. }