all.css 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505
  1. /* ---- /1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT/css/Follow.css ---- */
  2. .icon-feed {
  3. width: 3px;
  4. height: 3px;
  5. display: inline-block;
  6. -webkit-border-radius: 10px;
  7. -moz-border-radius: 10px;
  8. -o-border-radius: 10px;
  9. -ms-border-radius: 10px;
  10. border-radius: 10px;
  11. background-color: #333;
  12. position: relative;
  13. margin-right: 10px;
  14. margin-top: 10px;
  15. margin-left: 5px;
  16. transition: all 0.3s
  17. }
  18. .icon-feed:after {
  19. content: "";
  20. width: 5px;
  21. height: 5px;
  22. border-top: 2px solid #333;
  23. border-right: 2px solid #333;
  24. -webkit-border-radius: 0px 6px 0px 0px;
  25. -moz-border-radius: 0px 6px 0px 0px;
  26. -o-border-radius: 0px 6px 0px 0px;
  27. -ms-border-radius: 0px 6px 0px 0px;
  28. border-radius: 0px 6px 0px 0px;
  29. display: block;
  30. border-right: 2px solid #333;
  31. bottom: 0px;
  32. position: absolute;
  33. transition: all 0.3s
  34. }
  35. .icon-feed:before {
  36. content: "";
  37. width: 9px;
  38. height: 9px;
  39. border-top: 2px solid #333;
  40. border-right: 2px solid #333;
  41. -webkit-border-radius: 0px 10px 0px 0px;
  42. -moz-border-radius: 0px 10px 0px 0px;
  43. -o-border-radius: 0px 10px 0px 0px;
  44. -ms-border-radius: 0px 10px 0px 0px;
  45. border-radius: 0px 10px 0px 0px;
  46. display: block;
  47. bottom: 0px;
  48. position: absolute;
  49. transition: all 0.3s
  50. }
  51. .feed-follow {
  52. font-size: 14px;
  53. display: inline-block;
  54. padding: 7px 14px;
  55. font-weight: normal;
  56. display: none;
  57. -webkit-border-radius: 4px;
  58. -moz-border-radius: 4px;
  59. -o-border-radius: 4px;
  60. -ms-border-radius: 4px;
  61. border-radius: 4px;
  62. border: 1px solid #E3E3E3;
  63. -webkit-transition: all 0.3s;
  64. -moz-transition: all 0.3s;
  65. -o-transition: all 0.3s;
  66. -ms-transition: all 0.3s;
  67. transition: all 0.3s;
  68. vertical-align: 170%;
  69. margin-left: 10px;
  70. }
  71. .feed-follow .text-follow, .feed-follow .text-following {
  72. max-width: 0px;
  73. opacity: 0;
  74. overflow: hidden;
  75. display: inline-block;
  76. vertical-align: bottom;
  77. -webkit-transition: all 0.3s;
  78. -moz-transition: all 0.3s;
  79. -o-transition: all 0.3s;
  80. -ms-transition: all 0.3s;
  81. transition: all 0.3s;
  82. white-space: nowrap;
  83. font-size: 14px;
  84. font-weight: normal;
  85. color: #666;
  86. }
  87. .feed-follow .text-follow {
  88. max-width: 125px;
  89. opacity: 1
  90. }
  91. .feed-follow.following .text-following {
  92. max-width: 60px;
  93. opacity: 1;
  94. /*color: #229A55;*/
  95. }
  96. .feed-follow.following .text-follow {
  97. max-width: 0px;
  98. opacity: 0
  99. }
  100. .feed-follow:hover {
  101. background-color: #FEFEFE;
  102. -webkit-transition: none;
  103. -moz-transition: none;
  104. -o-transition: none;
  105. -ms-transition: none;
  106. transition: none;
  107. border-color: #BBBBBB;
  108. color: black
  109. }
  110. .feed-follow:active {
  111. border-color: #229A55
  112. }
  113. .feed-follow.following {
  114. border: 1px solid transparent
  115. }
  116. .feed-follow.following .icon-feed {
  117. background-color: #229A55;
  118. -webkit-transition: none;
  119. -moz-transition: none;
  120. -o-transition: none;
  121. -ms-transition: none;
  122. transition: none
  123. }
  124. .feed-follow.following .icon-feed:after, .feed-follow.following .icon-feed:before {
  125. border-color: #229A55;
  126. -webkit-transition: none;
  127. -moz-transition: none;
  128. -o-transition: none;
  129. -ms-transition: none;
  130. transition: none
  131. }
  132. .feed-follow-show {
  133. float: right;
  134. border: 1px solid white;
  135. padding: 0px;
  136. margin-top: 5px
  137. }
  138. .feed-follow-show:hover {
  139. border: 1px solid white
  140. }
  141. /* ---- /1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT/css/InlineEditor.css ---- */
  142. /* Editable */
  143. .editable {
  144. outline: none
  145. }
  146. .editable-edit:hover {
  147. opacity: 1;
  148. border: none;
  149. color: #333
  150. }
  151. .editable-edit {
  152. opacity: 0;
  153. float: left;
  154. margin-top: -6px;
  155. margin-left: -40px;
  156. padding: 8px 20px;
  157. -webkit-transition: all 0.3s;
  158. -moz-transition: all 0.3s;
  159. -o-transition: all 0.3s;
  160. -ms-transition: all 0.3s;
  161. transition: all 0.3s;
  162. width: 0px;
  163. display: inline-block;
  164. padding-right: 0px;
  165. color: rgba(100, 100, 100, 0.5);
  166. text-decoration: none;
  167. font-size: 18px;
  168. font-weight: normal;
  169. border: none;
  170. position: absolute;
  171. }
  172. /*.editing { white-space: pre-wrap; z-index: 1; position: relative; outline: 10000px solid rgba(255,255,255,0.9) !important; }
  173. .editing p { margin: 0px; padding: 0px }*/
  174. /* IE FIX */
  175. .editor {
  176. width: auto;
  177. display: block;
  178. overflow: hidden;
  179. resize: none;
  180. border: none;
  181. -webkit-box-sizing: border-box;
  182. -moz-box-sizing: border-box;
  183. -o-box-sizing: border-box;
  184. -ms-box-sizing: border-box;
  185. box-sizing: border-box;
  186. z-index: 900;
  187. position: relative;
  188. max-height: none !important;
  189. white-space: pre-wrap !important;
  190. }
  191. .editor:focus {
  192. border: 0px;
  193. outline-offset: 0px
  194. }
  195. /* -- Editbar -- */
  196. .bottombar {
  197. display: none;
  198. position: fixed;
  199. padding: 10px 20px;
  200. opacity: 0;
  201. background-color: rgba(255, 255, 255, 0.9);
  202. right: 30px;
  203. bottom: 0px;
  204. z-index: 999;
  205. -webkit-transition: all 0.3s;
  206. -moz-transition: all 0.3s;
  207. -o-transition: all 0.3s;
  208. -ms-transition: all 0.3s;
  209. transition: all 0.3s;
  210. transform: translateY(50px)
  211. }
  212. .bottombar.visible {
  213. -webkit-transform: translateY(0px);
  214. -moz-transform: translateY(0px);
  215. -o-transform: translateY(0px);
  216. -ms-transform: translateY(0px);
  217. transform: translateY(0px);
  218. opacity: 1
  219. }
  220. .publishbar {
  221. z-index: 990
  222. }
  223. .publishbar.visible {
  224. display: inline-block;
  225. }
  226. .editbar {
  227. -webkit-perspective: 900px;
  228. -moz-perspective: 900px;
  229. -o-perspective: 900px;
  230. -ms-perspective: 900px;
  231. perspective: 900px
  232. }
  233. .bottombar .object {
  234. margin-right: 10px
  235. }
  236. .markdown-help {
  237. position: absolute;
  238. bottom: 30px;
  239. -webkit-transform: translateX(0px) rotateY(-40deg);
  240. -moz-transform: translateX(0px) rotateY(-40deg);
  241. -o-transform: translateX(0px) rotateY(-40deg);
  242. -ms-transform: translateX(0px) rotateY(-40deg);
  243. transform: translateX(0px) rotateY(-40deg);
  244. transform-origin: right;
  245. right: 0px;
  246. list-style-type: none;
  247. background-color: rgba(255, 255, 255, 0.9);
  248. padding: 10px;
  249. opacity: 0;
  250. -webkit-transition: all 0.6s;
  251. -moz-transition: all 0.6s;
  252. -o-transition: all 0.6s;
  253. -ms-transition: all 0.6s;
  254. transition: all 0.6s;
  255. display: none
  256. }
  257. .markdown-help.visible {
  258. -webkit-transform: none;
  259. -moz-transform: none;
  260. -o-transform: none;
  261. -ms-transform: none;
  262. transform: none;
  263. opacity: 1
  264. }
  265. .markdown-help li {
  266. margin: 10px 0px
  267. }
  268. .markdown-help code {
  269. font-size: 100%
  270. }
  271. .icon-help {
  272. border: 1px solid #EEE;
  273. padding: 2px;
  274. display: inline-block;
  275. width: 17px;
  276. text-align: center;
  277. font-size: 13px;
  278. margin-right: 6px;
  279. vertical-align: 1px
  280. }
  281. .icon-help.active {
  282. background-color: #EEE
  283. }
  284. .editbg {
  285. display: none;
  286. width: 100%;
  287. height: 100%;
  288. position: fixed;
  289. opacity: 0;
  290. background-color: white;
  291. -webkit-transition: opacity 0.5s;
  292. -moz-transition: opacity 0.5s;
  293. -o-transition: opacity 0.5s;
  294. -ms-transition: opacity 0.5s;
  295. transition: opacity 0.5s;
  296. left: 0px;
  297. top: 0px;
  298. z-index: 500;
  299. -webkit-backface-visibility: hidden;
  300. -moz-backface-visibility: hidden;
  301. -o-backface-visibility: hidden;
  302. -ms-backface-visibility: hidden;
  303. backface-visibility: hidden;
  304. }
  305. /* ---- /1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT/css/Menu.css ---- */
  306. .menu {
  307. background-color: white;
  308. padding: 10px 0px;
  309. position: absolute;
  310. top: 0px;
  311. left: 0px;
  312. max-height: 0px;
  313. overflow: hidden;
  314. -webkit-transform: translate(0px, -30px);
  315. -moz-transform: translate(0px, -30px);
  316. -o-transform: translate(0px, -30px);
  317. -ms-transform: translate(0px, -30px);
  318. transform: translate(0px, -30px);
  319. pointer-events: none;
  320. -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  321. -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  322. -o-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  323. -ms-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  324. box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  325. -webkit-border-radius: 2px;
  326. -moz-border-radius: 2px;
  327. -o-border-radius: 2px;
  328. -ms-border-radius: 2px;
  329. border-radius: 2px;
  330. opacity: 0;
  331. -webkit-transition: opacity 0.2s ease-out, transform 1s ease-out, max-height 0.2s ease-in-out;
  332. -moz-transition: opacity 0.2s ease-out, transform 1s ease-out, max-height 0.2s ease-in-out;
  333. -o-transition: opacity 0.2s ease-out, transform 1s ease-out, max-height 0.2s ease-in-out;
  334. -ms-transition: opacity 0.2s ease-out, transform 1s ease-out, max-height 0.2s ease-in-out;
  335. transition: opacity 0.2s ease-out, transform 1s ease-out, max-height 0.2s ease-in-out;
  336. }
  337. .menu.visible {
  338. opacity: 1;
  339. max-height: 350px;
  340. -webkit-transform: translate(0px, 0px);
  341. -moz-transform: translate(0px, 0px);
  342. -o-transform: translate(0px, 0px);
  343. -ms-transform: translate(0px, 0px);
  344. transform: translate(0px, 0px);
  345. -webkit-transition: opacity 0.1s ease-out, transform 0.3s ease-out, max-height 0.3s ease-in-out;
  346. -moz-transition: opacity 0.1s ease-out, transform 0.3s ease-out, max-height 0.3s ease-in-out;
  347. -o-transition: opacity 0.1s ease-out, transform 0.3s ease-out, max-height 0.3s ease-in-out;
  348. -ms-transition: opacity 0.1s ease-out, transform 0.3s ease-out, max-height 0.3s ease-in-out;
  349. transition: opacity 0.1s ease-out, transform 0.3s ease-out, max-height 0.3s ease-in-out;
  350. pointer-events: all
  351. }
  352. .menu-item {
  353. display: block;
  354. text-decoration: none;
  355. color: black;
  356. padding: 6px 24px;
  357. -webkit-transition: all 0.2s;
  358. -moz-transition: all 0.2s;
  359. -o-transition: all 0.2s;
  360. -ms-transition: all 0.2s;
  361. transition: all 0.2s;
  362. border-bottom: none;
  363. font-weight: normal;
  364. padding-left: 30px;
  365. }
  366. .menu-item-separator {
  367. margin-top: 5px;
  368. border-top: 1px solid #eee
  369. }
  370. .menu-item:hover {
  371. background-color: #F6F6F6;
  372. -webkit-transition: none;
  373. -moz-transition: none;
  374. -o-transition: none;
  375. -ms-transition: none;
  376. transition: none;
  377. color: inherit;
  378. border: none
  379. }
  380. .menu-item:active, .menu-item:focus {
  381. background-color: #AF3BFF;
  382. color: white;
  383. -webkit-transition: none;
  384. -moz-transition: none;
  385. -o-transition: none;
  386. -ms-transition: none;
  387. transition: none
  388. }
  389. .menu-item.selected:before {
  390. content: "L";
  391. display: inline-block;
  392. -webkit-transform: rotateZ(45deg) scaleX(-1);
  393. -moz-transform: rotateZ(45deg) scaleX(-1);
  394. -o-transform: rotateZ(45deg) scaleX(-1);
  395. -ms-transform: rotateZ(45deg) scaleX(-1);
  396. transform: rotateZ(45deg) scaleX(-1);
  397. font-weight: bold;
  398. position: absolute;
  399. margin-left: -17px;
  400. font-size: 12px;
  401. margin-top: 2px;
  402. }
  403. @media only screen and (max-width: 800px) {
  404. .menu, .menu.visible {
  405. position: absolute;
  406. left: unset !important;
  407. right: 20px;
  408. }
  409. }
  410. /* ---- /1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT/css/ZeroTalk.css ---- */
  411. body {
  412. background-color: #F5F5F5;
  413. color: #333332;
  414. margin: 10px;
  415. padding: 0px;
  416. font-family: 'Roboto', sans-serif;
  417. height: 15000px;
  418. overflow: hidden;
  419. -webkit-backface-visibility: hidden;
  420. -moz-backface-visibility: hidden;
  421. -o-backface-visibility: hidden;
  422. -ms-backface-visibility: hidden;
  423. backface-visibility: hidden;
  424. }
  425. body.loaded {
  426. height: auto;
  427. overflow: auto
  428. }
  429. h1, h2, h3, h4 {
  430. font-family: 'Roboto', sans-serif;
  431. font-weight: normal;
  432. margin: 0px;
  433. padding: 0px
  434. }
  435. h1 {
  436. font-size: 32px;
  437. line-height: 1.2em;
  438. font-weight: bold;
  439. letter-spacing: -0.5px;
  440. margin-bottom: 5px
  441. }
  442. h2 {
  443. font-weight: bold;
  444. font-size: 1.2em
  445. }
  446. h3 {
  447. font-size: 24px;
  448. margin-top: 1em;
  449. margin-bottom: 0.5em
  450. }
  451. h4 {
  452. font-size: 20px;
  453. margin-top: 1em;
  454. margin-bottom: 0.5em
  455. }
  456. p {
  457. margin-top: 0.9em;
  458. margin-bottom: 0.9em
  459. }
  460. hr {
  461. margin: 20px 0px;
  462. border: none;
  463. border-bottom: 1px solid #eee;
  464. margin-left: auto;
  465. margin-right: auto;
  466. width: 120px;
  467. }
  468. small {
  469. font-size: 80%;
  470. color: #999;
  471. }
  472. /*pre { border: solid 1px #e1e4e5; padding: 10px; background-color: #FBFBFB; font-family: Consolas, Monaco, monospace; border-bottom: 2px solid #e1e4e5; line-height: 1em; }*/
  473. code {
  474. background-color: #FBFBFB;
  475. padding: 3px 4px;
  476. border: solid 1px #e1e4e5;
  477. font-family: Consolas, Monaco, monospace;
  478. font-size: 13px
  479. }
  480. pre code {
  481. border: none;
  482. padding: 0px;
  483. background-color: transparent;
  484. border: none;
  485. overflow-x: auto;
  486. display: inline-block;
  487. max-width: 100%;
  488. border: solid 1px #e1e4e5;
  489. padding: 10px;
  490. background-color: #FBFBFB;
  491. font-family: Consolas, Monaco, monospace;
  492. border-bottom: 2px solid #e1e4e5;
  493. line-height: 1em;
  494. }
  495. a {
  496. text-decoration: none;
  497. color: #3196F3
  498. }
  499. a:hover {
  500. border-bottom: 0.1em solid #DDD
  501. }
  502. a:active {
  503. border-bottom: 0.1em solid #333
  504. }
  505. a.nolink {
  506. border-bottom: none
  507. }
  508. a.nolink:hover {
  509. border-bottom: none
  510. }
  511. a.nolink:active {
  512. border-bottom: none
  513. }
  514. .cancel {
  515. font-size: 80%;
  516. color: #999;
  517. margin-left: 10px;
  518. }
  519. .template {
  520. display: none !important
  521. }
  522. .link:hover {
  523. border-bottom: none
  524. }
  525. .link:hover .link-url {
  526. border-bottom: 0.1em solid #DDD;
  527. color: #333
  528. }
  529. .link:hover .icon-link {
  530. opacity: 1
  531. }
  532. .link:active .link-url {
  533. border-bottom: 0.1em solid #333
  534. }
  535. .user_name {
  536. font-weight: bold;
  537. color: #666
  538. }
  539. .userbullet {
  540. color: #AAA;
  541. }
  542. .user_menu {
  543. color: black
  544. }
  545. .user_menu:hover {
  546. text-decoration: none;
  547. border: none
  548. }
  549. .user_menu:hover .menu_3dot {
  550. opacity: 1;
  551. -webkit-transition: none;
  552. -moz-transition: none;
  553. -o-transition: none;
  554. -ms-transition: none;
  555. transition: none;
  556. }
  557. .user_menu .menu_3dot {
  558. margin-left: 5px;
  559. opacity: 0;
  560. -webkit-transition: all 0.3s;
  561. -moz-transition: all 0.3s;
  562. -o-transition: all 0.3s;
  563. -ms-transition: all 0.3s;
  564. transition: all 0.3s;
  565. font-weight: lighter !important
  566. }
  567. /*.center { margin-left: auto; margin-right: auto; max-width: 800px }*/
  568. .center {
  569. max-width: 900px;
  570. width: 100%;
  571. margin-left: auto;
  572. margin-right: auto;
  573. }
  574. /* Input */
  575. input.text, textarea {
  576. line-height: 1.5em;
  577. width: 100%;
  578. padding: 10px;
  579. font-family: 'Roboto', sans-serif;
  580. font-size: 16px;
  581. -webkit-transition: border 0.3s;
  582. -moz-transition: border 0.3s;
  583. -o-transition: border 0.3s;
  584. -ms-transition: border 0.3s;
  585. transition: border 0.3s;
  586. border: 2px solid #eee;
  587. -webkit-box-sizing: border-box;
  588. -moz-box-sizing: border-box;
  589. -o-box-sizing: border-box;
  590. -ms-box-sizing: border-box;
  591. box-sizing: border-box;
  592. }
  593. textarea {
  594. overflow-y: auto
  595. }
  596. input.text:focus, textarea:focus {
  597. border-color: #5FC0EA;
  598. outline: none;
  599. background-color: white
  600. }
  601. /* Button */
  602. .button {
  603. padding: 5px 10px;
  604. background-color: #DDE0E0;
  605. border-bottom: 2px solid #999998;
  606. background-position: left center;
  607. -webkit-border-radius: 2px;
  608. -moz-border-radius: 2px;
  609. -o-border-radius: 2px;
  610. -ms-border-radius: 2px;
  611. border-radius: 2px;
  612. text-decoration: none;
  613. -webkit-transition: all 0.5s ease-out;
  614. -moz-transition: all 0.5s ease-out;
  615. -o-transition: all 0.5s ease-out;
  616. -ms-transition: all 0.5s ease-out;
  617. transition: all 0.5s ease-out;
  618. color: #333;
  619. display: inline-block
  620. }
  621. .button:hover, .button:active {
  622. background-color: #FFF400;
  623. border-color: white;
  624. border-bottom: 2px solid #4D4D4C;
  625. -webkit-transition: none;
  626. -moz-transition: none;
  627. -o-transition: none;
  628. -ms-transition: none;
  629. transition: none;
  630. color: inherit
  631. }
  632. .button:active {
  633. -webkit-transform: translateY(1px);
  634. -moz-transform: translateY(1px);
  635. -o-transform: translateY(1px);
  636. -ms-transform: translateY(1px);
  637. transform: translateY(1px)
  638. }
  639. /*.button-delete { background-color: #e74c3c; border-bottom-color: #A83F34; color: white }*/
  640. .button-outline {
  641. background-color: white;
  642. color: #DDD;
  643. border: 1px solid #eee
  644. }
  645. .button-delete:hover {
  646. background-color: #FF5442;
  647. border: 1px solid #FF5442;
  648. color: white
  649. }
  650. .button-ok:hover {
  651. background-color: #27AE60;
  652. border: 1px solid #27AE60;
  653. color: white
  654. }
  655. .button-submit {
  656. background-color: #FFF85F;
  657. border-bottom: 2px solid #CDBD1E;
  658. padding: 5px 15px;
  659. font-size: 15px;
  660. line-height: 30px
  661. }
  662. .button-small {
  663. padding: 5px 10px;
  664. font-size: 12px;
  665. line-height: 16px
  666. }
  667. .button.loading {
  668. color: rgba(0, 0, 0, 0);
  669. background: #999 url(../img/loading.gif) no-repeat center center;
  670. -webkit-transition: all 0.5s ease-out;
  671. -moz-transition: all 0.5s ease-out;
  672. -o-transition: all 0.5s ease-out;
  673. -ms-transition: all 0.5s ease-out;
  674. transition: all 0.5s ease-out;
  675. pointer-events: none;
  676. border-bottom: 2px solid #666
  677. }
  678. .topmenu {
  679. font-size: 14px;
  680. margin-bottom: 14px;
  681. background-color: #EEE;
  682. padding: 5px;
  683. margin-left: -10px;
  684. margin-top: -10px;
  685. color: #666;
  686. }
  687. .topmenu a {
  688. color: #333
  689. }
  690. /* Head */
  691. .head {
  692. float: left;
  693. padding-right: 10px;
  694. margin-bottom: 10px
  695. }
  696. .head .logo {
  697. background-color: #3196F3;
  698. display: inline-block;
  699. padding: 13px;
  700. margin-left: -10px;
  701. color: rgba(255, 255, 255, 1);
  702. font-size: 20px;
  703. text-transform: uppercase;
  704. line-height: 1em;
  705. font-family: consolas, menlo, monospace
  706. }
  707. .head-user {
  708. display: inline-block;
  709. background-color: white;
  710. height: 66px;
  711. vertical-align: bottom;
  712. padding: 12px 15px;
  713. -webkit-box-sizing: border-box;
  714. -moz-box-sizing: border-box;
  715. -o-box-sizing: border-box;
  716. -ms-box-sizing: border-box;
  717. box-sizing: border-box;
  718. margin-left: -4px;
  719. font-size: 13px;
  720. line-height: 17px;
  721. }
  722. .head .button {
  723. margin-top: 2px
  724. }
  725. .head .size {
  726. font-size: 8px;
  727. background-color: #eee;
  728. width: 100px;
  729. margin-top: 6px;
  730. -webkit-box-sizing: border-box;
  731. -moz-box-sizing: border-box;
  732. -o-box-sizing: border-box;
  733. -ms-box-sizing: border-box;
  734. box-sizing: border-box;
  735. text-indent: 21px;
  736. text-transform: uppercase;
  737. color: #999
  738. }
  739. .head .size-used {
  740. position: absolute;
  741. background-color: #1abc9c;
  742. color: white;
  743. overflow: hidden;
  744. width: 0px;
  745. white-space: nowrap
  746. }
  747. .message-big {
  748. position: absolute;
  749. left: 50%;
  750. top: 50%;
  751. width: 450px;
  752. text-align: center;
  753. margin-left: -225px;
  754. font-size: 30px;
  755. text-shadow: 1px 1px white;
  756. color: #AAA;
  757. display: none;
  758. opacity: 0;
  759. -webkit-transition: all 0.5s;
  760. -moz-transition: all 0.5s;
  761. -o-transition: all 0.5s;
  762. -ms-transition: all 0.5s;
  763. transition: all 0.5s
  764. }
  765. /* Head more */
  766. .head .more {
  767. max-height: 24px;
  768. overflow: hidden;
  769. -webkit-transition: all 0.3s;
  770. -moz-transition: all 0.3s;
  771. -o-transition: all 0.3s;
  772. -ms-transition: all 0.3s;
  773. transition: all 0.3s;
  774. padding: 10px;
  775. margin-left: -10px;
  776. -webkit-box-sizing: border-box;
  777. -moz-box-sizing: border-box;
  778. -o-box-sizing: border-box;
  779. -ms-box-sizing: border-box;
  780. box-sizing: border-box;
  781. padding-top: 5px;
  782. font-family: monospace;
  783. text-transform: uppercase;
  784. }
  785. .head .more:hover {
  786. max-height: 190px
  787. }
  788. .head .more .open {
  789. color: #999;
  790. margin-bottom: 5px;
  791. display: inline-block;
  792. cursor: default
  793. }
  794. .head .more:hover .open {
  795. color: #333
  796. }
  797. .head .more .links {
  798. background-color: white;
  799. padding: 9px;
  800. max-width: 0px;
  801. opacity: 1;
  802. overflow: hidden;
  803. -webkit-transition: all 0.3s;
  804. -moz-transition: all 0.3s;
  805. -o-transition: all 0.3s;
  806. -ms-transition: all 0.3s;
  807. transition: all 0.3s
  808. }
  809. .head .more:hover .links {
  810. max-width: 70px;
  811. opacity: 1
  812. }
  813. .head .more .links a {
  814. padding: 3px;
  815. display: inline-block;
  816. font-size: 14px;
  817. border-bottom: 1px solid transparent;
  818. }
  819. .head .more .links a:hover {
  820. text-decoration: underline;
  821. }
  822. .burger {
  823. font-size: 18px;
  824. line-height: 15px;
  825. }
  826. /* Topics */
  827. .topics-title, .topic-title {
  828. line-height: 1.2em;
  829. font-weight: lighter;
  830. white-space: nowrap;
  831. overflow: hidden;
  832. text-overflow: ellipsis;
  833. margin-bottom: 9px;
  834. padding-top: 7px;
  835. font-size: 45px;
  836. padding-left: 22px;
  837. display: inline-block;
  838. max-width: 100%;
  839. box-sizing: border-box
  840. }
  841. .topic-title {
  842. font-size: 35px;
  843. }
  844. .parent-link {
  845. font-size: 19px;
  846. font-weight: bold;
  847. line-height: 19px
  848. }
  849. .topic-new {
  850. overflow: hidden;
  851. -webkit-backface-visibility: hidden;
  852. -moz-backface-visibility: hidden;
  853. -o-backface-visibility: hidden;
  854. -ms-backface-visibility: hidden;
  855. backface-visibility: hidden;
  856. margin-bottom: 15px !important
  857. }
  858. .topic-new .message {
  859. background-color: #fffede;
  860. padding: 5px 10px;
  861. border: 1px solid #EEE;
  862. }
  863. .topic-new-link {
  864. float: right;
  865. margin-top: 33px;
  866. margin-right: 1px;
  867. color: #AAA;
  868. padding: 6px 10px;
  869. white-space: nowrap;
  870. overflow: hidden;
  871. background-color: rgba(245, 245, 245, 0.9);
  872. z-index: 1;
  873. position: relative;
  874. transition: all 0.3s
  875. }
  876. .topic-new-link:hover {
  877. color: #3196F3;
  878. -webkit-transition: none;
  879. -moz-transition: none;
  880. -o-transition: none;
  881. -ms-transition: none;
  882. transition: none
  883. }
  884. .topic {
  885. background-color: white;
  886. padding: 15px 25px;
  887. margin: 1px;
  888. padding-left: 110px;
  889. position: relative;
  890. }
  891. .topic-group {
  892. border-left: 2px solid #3196F3;
  893. margin-left: -2px;
  894. }
  895. .topic-group:before {
  896. content: "\203A";
  897. float: right;
  898. padding: 18px 0px;
  899. font-size: 25px;
  900. color: #999;
  901. font-family: Tahoma
  902. }
  903. .topic-sticky:before {
  904. content: "置顶";
  905. float: right;
  906. font-size: 10px;
  907. margin-right: -25px;
  908. background-color: #F7DE6E;
  909. padding: 2px 5px;
  910. color: #827850;
  911. text-transform: uppercase;
  912. letter-spacing: 0.5px;
  913. margin-top: 5px;
  914. margin-left: 5px;
  915. }
  916. .topic-sticky {
  917. margin-bottom: 5px;
  918. margin-top: -4px
  919. }
  920. .topic .image {
  921. position: absolute;
  922. margin-left: -72px;
  923. margin-top: 5px;
  924. opacity: 0.3
  925. }
  926. .topic .title {
  927. padding-bottom: 4px
  928. }
  929. .topic .title input {
  930. color: #3196F3;
  931. font-weight: bold;
  932. font-size: 1em
  933. }
  934. .topic .owner {
  935. font-size: 12px;
  936. color: #BBB
  937. }
  938. .topic .body {
  939. line-height: 1.5em;
  940. display: block;
  941. overflow: hidden;
  942. text-overflow: ellipsis;
  943. white-space: nowrap
  944. }
  945. .topic .body > :first-child {
  946. margin-top: 0px
  947. }
  948. .topic .body > :last-child {
  949. margin-bottom: 0px
  950. }
  951. .topic .link {
  952. font-size: 13px;
  953. color: #AAA;
  954. margin-bottom: 7px;
  955. overflow: hidden;
  956. display: block;
  957. white-space: nowrap;
  958. text-overflow: ellipsis
  959. }
  960. .topic .info {
  961. font-size: 12px;
  962. color: #AAA;
  963. margin-bottom: 7px;
  964. margin-top: 10px
  965. }
  966. .topic .info span {
  967. font-weight: bold
  968. }
  969. .topic .subtopic {
  970. display: none;
  971. padding-left: 27px;
  972. /*padding-left: 18px; margin-left: 15px;*/
  973. }
  974. /*.topic .subtopic:before { content: "━"; margin-left: -30px; width: 30px; display: inline-block; color: #AAA; }*/
  975. .topic .subtopic .icon {
  976. display: inline-block;
  977. margin-right: 10px;
  978. background-size: 16px;
  979. background-repeat: no-repeat;
  980. width: 16px;
  981. height: 16px;
  982. opacity: 0.4;
  983. vertical-align: -3px;
  984. margin-left: -26px;
  985. }
  986. .topic .comment-num {
  987. font-weight: bold;
  988. color: #666;
  989. border-bottom: 1px solid #AAA
  990. }
  991. .topic .comment-num:hover {
  992. border-bottom: 1px solid #333
  993. }
  994. .topic blockquote {
  995. border-left: 5px solid #eee;
  996. padding: 5px;
  997. padding-left: 15px;
  998. margin: 10px 0px;
  999. background-color: #FBFBFB;
  1000. }
  1001. .topic blockquote p {
  1002. margin: 5px !important
  1003. }
  1004. .topic .dot {
  1005. margin-left: -100px;
  1006. font-size: 40px;
  1007. line-height: 57px;
  1008. color: white;
  1009. position: absolute;
  1010. }
  1011. .topic.visit-none .dot {
  1012. color: #E2E2E2
  1013. }
  1014. .topic.visit-newcomment .dot {
  1015. color: #74BBFE
  1016. }
  1017. .topics {
  1018. margin-bottom: 60px;
  1019. opacity: 0;
  1020. -webkit-transition: opacity 0.3s;
  1021. -moz-transition: opacity 0.3s;
  1022. -o-transition: opacity 0.3s;
  1023. -ms-transition: opacity 0.3s;
  1024. transition: opacity 0.3s
  1025. }
  1026. .topics .body {
  1027. max-height: 1.5em;
  1028. }
  1029. .topics .body ul {
  1030. margin: 0px
  1031. }
  1032. .topics-loading {
  1033. background-color: #3196F3;
  1034. padding: 5px 14px;
  1035. display: inline-block;
  1036. color: white;
  1037. position: absolute;
  1038. left: 50%;
  1039. top: -30px;
  1040. transition: all 0.3s
  1041. }
  1042. .topics-loading img {
  1043. opacity: 0.5;
  1044. margin-right: 10px
  1045. }
  1046. .topic-full {
  1047. border-left: 2px solid #3196F3;
  1048. display: inline-block;
  1049. width: 100%;
  1050. -webkit-box-sizing: border-box;
  1051. -moz-box-sizing: border-box;
  1052. -o-box-sizing: border-box;
  1053. -ms-box-sizing: border-box;
  1054. box-sizing: border-box;
  1055. margin-bottom: 10px;
  1056. opacity: 0;
  1057. -webkit-transition: opacity 0.3s;
  1058. -moz-transition: opacity 0.3s;
  1059. -o-transition: opacity 0.3s;
  1060. -ms-transition: opacity 0.3s;
  1061. transition: opacity 0.3s
  1062. }
  1063. .topic-full .body {
  1064. white-space: normal
  1065. }
  1066. /* Messages */
  1067. .comments {
  1068. margin-bottom: 60px
  1069. }
  1070. .comment {
  1071. background-color: white;
  1072. padding: 15px 25px;
  1073. margin: 1px;
  1074. border-bottom: 1px solid #EEE;
  1075. -webkit-backface-visibility: hidden;
  1076. -moz-backface-visibility: hidden;
  1077. -o-backface-visibility: hidden;
  1078. -ms-backface-visibility: hidden;
  1079. backface-visibility: hidden
  1080. }
  1081. .comment .user_name {
  1082. font-size: 14px
  1083. }
  1084. .comment .added {
  1085. color: #AAA
  1086. }
  1087. .comment .menu_3dot {
  1088. float: right;
  1089. padding: 0px 5px
  1090. }
  1091. .comment .menu_3dot:hover {
  1092. border: none;
  1093. color: black
  1094. }
  1095. .comment .reply, .comment .menu_3dot {
  1096. color: #CCC;
  1097. opacity: 0;
  1098. -webkit-transition: opacity 0.3s;
  1099. -moz-transition: opacity 0.3s;
  1100. -o-transition: opacity 0.3s;
  1101. -ms-transition: opacity 0.3s;
  1102. transition: opacity 0.3s;
  1103. position: relative;
  1104. }
  1105. .comment:hover .reply {
  1106. opacity: 1
  1107. }
  1108. .comment:hover .menu_3dot {
  1109. opacity: 1
  1110. }
  1111. .comment .reply .icon {
  1112. opacity: 0.3
  1113. }
  1114. .comment .reply:hover, .comment .mute:hover {
  1115. border-bottom: none;
  1116. color: #666
  1117. }
  1118. .comment .reply:hover .icon, .comment .mute:hover .icon {
  1119. opacity: 1
  1120. }
  1121. .comment .info {
  1122. font-size: 12px;
  1123. color: #AAA;
  1124. margin-bottom: 7px
  1125. }
  1126. .comment .info .score {
  1127. margin-left: 5px
  1128. }
  1129. .comment .body {
  1130. line-height: 1.5em
  1131. }
  1132. .comment .body p {
  1133. margin-top: 0.5em;
  1134. margin-bottom: 0.5em;
  1135. word-wrap: break-word;
  1136. -webkit-backface-visibility: hidden;
  1137. -moz-backface-visibility: hidden;
  1138. -o-backface-visibility: hidden;
  1139. -ms-backface-visibility: hidden;
  1140. backface-visibility: hidden
  1141. }
  1142. .comment .body.editor {
  1143. margin-top: 0.5em !important;
  1144. margin-bottom: 0.5em !important
  1145. }
  1146. .comment .body h1, .comment .body h2, .comment .body h3 {
  1147. font-size: 110%
  1148. }
  1149. .comment .body blockquote {
  1150. padding: 1px 15px;
  1151. border-left: 2px solid #E7E7E7;
  1152. margin: 0px;
  1153. margin-top: 30px
  1154. }
  1155. .comment .body blockquote:first-child {
  1156. margin-top: 0px
  1157. }
  1158. .comment .body blockquote p {
  1159. margin: 0px;
  1160. color: #999;
  1161. font-size: 90%
  1162. }
  1163. .comment .body blockquote a {
  1164. color: #333
  1165. }
  1166. .comment .body table {
  1167. border-collapse: collapse;
  1168. margin-bottom: 10px
  1169. }
  1170. .comment .body td, .comment .body th {
  1171. padding: 5px 10px;
  1172. border: 1px solid #EEE;
  1173. border-collapse: collapse;
  1174. text-align: left
  1175. }
  1176. .comment-new {
  1177. margin-bottom: 5px
  1178. }
  1179. .comment-new .button-submit {}
  1180. .comment-nocert textarea {
  1181. opacity: 0.5;
  1182. pointer-events: none
  1183. }
  1184. .comment-nocert .info {
  1185. opacity: 0.1;
  1186. pointer-events: none
  1187. }
  1188. .comment-nocert .button-submit-form {
  1189. opacity: 0.1;
  1190. pointer-events: none
  1191. }
  1192. .comment-nocert .button.button-certselect {
  1193. display: inherit;
  1194. opacity: 1;
  1195. pointer-events: default
  1196. }
  1197. .button.button-certselect {
  1198. position: absolute;
  1199. left: 50%;
  1200. white-space: nowrap;
  1201. -webkit-transform: translateX(-50%);
  1202. -moz-transform: translateX(-50%);
  1203. -o-transform: translateX(-50%);
  1204. -ms-transform: translateX(-50%);
  1205. transform: translateX(-50%);
  1206. z-index: 99;
  1207. margin-top: 13px;
  1208. background-color: #007AFF;
  1209. color: white;
  1210. border-bottom-color: #3543F9;
  1211. display: none
  1212. }
  1213. .button.button-certselect:hover {
  1214. background-color: #3396FF;
  1215. color: white;
  1216. border-bottom-color: #5D68FF;
  1217. }
  1218. .button.button-certselect:active {
  1219. position: absolute;
  1220. -webkit-transform: translateX(-50%) translateY(1px);
  1221. -moz-transform: translateX(-50%) translateY(1px);
  1222. -o-transform: translateX(-50%) translateY(1px);
  1223. -ms-transform: translateX(-50%) translateY(1px);
  1224. transform: translateX(-50%) translateY(1px);
  1225. top: auto;
  1226. }
  1227. .user-size {
  1228. font-size: 11px;
  1229. margin-top: 6px;
  1230. -webkit-box-sizing: border-box;
  1231. -moz-box-sizing: border-box;
  1232. -o-box-sizing: border-box;
  1233. -ms-box-sizing: border-box;
  1234. box-sizing: border-box;
  1235. text-transform: uppercase;
  1236. display: inline-block;
  1237. color: #AAA
  1238. }
  1239. .user-size-used {
  1240. position: absolute;
  1241. color: #B10DC9;
  1242. overflow: hidden;
  1243. width: 40px;
  1244. white-space: nowrap
  1245. }
  1246. .user-size-warning {
  1247. position: absolute;
  1248. right: 0px;
  1249. font-size: 13px;
  1250. line-height: 13px;
  1251. display: none;
  1252. color: #999;
  1253. padding: 7px;
  1254. white-space: nowrap;
  1255. margin-top: -3px;
  1256. margin-right: -8px;
  1257. }
  1258. .super-moderator {
  1259. position: absolute;
  1260. right: 0px;
  1261. font-size: 13px;
  1262. line-height: 39px;
  1263. display: none;
  1264. color: #999;
  1265. padding: 7px;
  1266. white-space: nowrap;
  1267. margin-top: -3px;
  1268. margin-right: -8px;
  1269. }
  1270. /* Score */
  1271. .score {
  1272. border: 1px solid #eee;
  1273. margin-right: 5px;
  1274. padding: 2px 7px;
  1275. -webkit-border-radius: 10px;
  1276. -moz-border-radius: 10px;
  1277. -o-border-radius: 10px;
  1278. -ms-border-radius: 10px;
  1279. border-radius: 10px;
  1280. color: #AAA;
  1281. background-position: left center;
  1282. font-weight: bold;
  1283. display: inline-block;
  1284. height: 1.2em;
  1285. overflow: hidden;
  1286. vertical-align: -0.5em;
  1287. line-height: 7px;
  1288. -webkit-transition: background-color 0.3s;
  1289. -moz-transition: background-color 0.3s;
  1290. -o-transition: background-color 0.3s;
  1291. -ms-transition: background-color 0.3s;
  1292. transition: background-color 0.3s;
  1293. height: 20px;
  1294. box-sizing: border-box
  1295. }
  1296. .score-active, .score-inactive {
  1297. -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  1298. -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  1299. -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  1300. -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  1301. transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  1302. display: inline-block;
  1303. margin-top: 3px
  1304. }
  1305. .score-active {
  1306. display: block;
  1307. margin-top: 5px
  1308. }
  1309. .score.active {
  1310. background-color: #2ecc71;
  1311. color: white
  1312. }
  1313. .score.loading {
  1314. color: rgba(255, 255, 255, 0);
  1315. background: #2ecc71 url(../img/loading.gif) no-repeat center center;
  1316. -webkit-transition: background 0.5s ease-out;
  1317. -moz-transition: background 0.5s ease-out;
  1318. -o-transition: background 0.5s ease-out;
  1319. -ms-transition: background 0.5s ease-out;
  1320. transition: background 0.5s ease-out;
  1321. pointer-events: none;
  1322. border: 1px solid #2ecc71
  1323. }
  1324. .score.active .score-inactive, .score:hover .score-inactive {
  1325. -webkit-transform: translateY(-14px);
  1326. -moz-transform: translateY(-14px);
  1327. -o-transform: translateY(-14px);
  1328. -ms-transform: translateY(-14px);
  1329. transform: translateY(-14px);
  1330. opacity: 0.5
  1331. }
  1332. .score.active .score-active, .score:hover .score-active {
  1333. -webkit-transform: translateY(-14px);
  1334. -moz-transform: translateY(-14px);
  1335. -o-transform: translateY(-14px);
  1336. -ms-transform: translateY(-14px);
  1337. transform: translateY(-14px)
  1338. }
  1339. .score:hover, .score.active {
  1340. border: 1px solid #2ecc71;
  1341. }
  1342. .score:active {
  1343. border: 1px solid #AAA !important;
  1344. -webkit-transform: translateY(1px);
  1345. -moz-transform: translateY(1px);
  1346. -o-transform: translateY(1px);
  1347. -ms-transform: translateY(1px);
  1348. transform: translateY(1px)
  1349. }
  1350. /* Pages */
  1351. .topics-list, .topics-full, .comments, .comments-new {
  1352. display: none
  1353. }
  1354. .page-main .topics-list {
  1355. display: inherit
  1356. }
  1357. .page-topics .topics-list {
  1358. display: inherit
  1359. }
  1360. .page-topic .comments {
  1361. display: inherit
  1362. }
  1363. .page-topic .topics-full {
  1364. display: inherit
  1365. }
  1366. .page-topic .comments-new {
  1367. display: inherit
  1368. }
  1369. .topics-more, .comments-more {
  1370. background-color: transparent;
  1371. border: 1px solid #EEE;
  1372. display: none;
  1373. -webkit-transition: all 0.3s;
  1374. -moz-transition: all 0.3s;
  1375. -o-transition: all 0.3s;
  1376. -ms-transition: all 0.3s;
  1377. transition: all 0.3s;
  1378. margin-top: -60px;
  1379. padding: 10px 0px;
  1380. -webkit-border-radius: 2px;
  1381. -moz-border-radius: 2px;
  1382. -o-border-radius: 2px;
  1383. -ms-border-radius: 2px;
  1384. border-radius: 2px;
  1385. width: 100%;
  1386. text-align: center;
  1387. color: #8C8C8C;
  1388. -webkit-box-sizing: border-box;
  1389. -moz-box-sizing: border-box;
  1390. -o-box-sizing: border-box;
  1391. -ms-box-sizing: border-box;
  1392. box-sizing: border-box;
  1393. }
  1394. .topics-more:hover, .comments-more:hover {
  1395. border: 1px solid #999;
  1396. background-color: #FFF400;
  1397. -webkit-transition: none;
  1398. -moz-transition: none;
  1399. -o-transition: none;
  1400. -ms-transition: none;
  1401. transition: none;
  1402. border: 1px #FFF400 solid;
  1403. }
  1404. .topics-more:active, .comments-more:active {
  1405. position: relative;
  1406. top: 1px
  1407. }
  1408. @media only screen and (max-width: 800px) {
  1409. .topics-title {
  1410. font-size: 24px;
  1411. display: block;
  1412. margin-bottom: 3px;
  1413. margin-top: -2px;
  1414. }
  1415. .feed-follow-list {
  1416. margin-left: 8px;
  1417. }
  1418. .topic-new-link {
  1419. margin-top: 0px;
  1420. }
  1421. }
  1422. @media screen and (max-width: 600px) {
  1423. .topic .started, .topic .dot, .topic .image {
  1424. display: none;
  1425. }
  1426. .topic .body, .topic .title, .topic .link, .topic .subtopic, .topic .info {
  1427. margin-left: -100px;
  1428. margin-right: -10px;
  1429. }
  1430. .page-main .topic-group::before {
  1431. float: right;
  1432. position: absolute;
  1433. right: 10px;
  1434. }
  1435. html, body, p, th, td, li {
  1436. font-size: medium !important;
  1437. }
  1438. .bottombar {
  1439. left: 0px;
  1440. right: 0px;
  1441. overflow: auto;
  1442. }
  1443. }
  1444. /* ---- /1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT/css/icons.css ---- */
  1445. .icon {
  1446. display: inline-block;
  1447. vertical-align: text-bottom;
  1448. background-repeat: no-repeat;
  1449. }
  1450. .icon-link {
  1451. width: 16px;
  1452. height: 16px;
  1453. opacity: 0.5;
  1454. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAOVBMVEUAAAAAAAABAQEAAAABAQEBAQEBAQECAgICAgIAAAAAAAAAAAABAQEDAwMBAQECAgIEBAQBAQEAAAA1AzU7AAAAEnRSTlMA8FL1p4ZZSBDnv7WdYkk/NDH8VbCZAAAAUklEQVQY06XPNw7AMAwDQDX3rv8/Nh6SyLu5HUCAIFyEkpZ4eKIQZ3NsYZf0t1fGAYLmulxw2l933VpV/VdAgYFsBiWA0I7NzCQ4wRKLJrr49AAsvwI1LyE3OQAAAABJRU5ErkJggg==);
  1455. }
  1456. .icon-topic-chat {
  1457. width: 48px;
  1458. height: 48px;
  1459. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAG1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACUUeIgAAAACHRSTlMAgNQU5YYaPyFs1vYAAAB6SURBVDjLY6AHYPXowAJaAhgiOrCCVgaPAmzmsLcwdGC3oWPgJRgFUYAATolROxBGCeCUGExRi00CZxIFJWqgJmYNjETN6gGSMMLIBmDzgBrUsFuU1GSAVYJNQxm706AaMCWgNmBKQDVgSijjyNG4NDDg0sCQwEAVAABD2ltuVHtQdgAAAABJRU5ErkJggg==);
  1460. }
  1461. .icon-topic-chat-old {
  1462. width: 48px;
  1463. height: 48px;
  1464. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAABKUlEQVRoge3YW0oDMRiG4aeCCxAVlLoUEfFSui3t5gStF55AKZ5QNzFeNKVDaTttx/p3NC+EZBIyfO8kAyFkMplNdNFH0ZDSx3nKrrsGgZYtZ/CWHo5nrNK6cWKQ+aWVGtCKy7MUBWxEp6hLFogmC0STBaLJAtH8a4EOnvCI0xWMz83wZLcoz6W5/RWMV1GgqLMCG1PaPzU+N8uuQMfgKP5q+hapM15FgSIfp6PJAtFkgWiyQDRZIJo/IfCR2oeRQRbkKNXvVF/uTmIblxXzfu1yd3i9/jWnwA6ugoN/Kl2vT2OSwC56qf8O+7NeEM24QBv3qe/aQGatKQu08aBB4RkJHGhgeEYCN6m+teZ7fpzyX9/ToC8/pNHhaXh4uMBWdIg67EUHyDSBb5+7+dJvP2yIAAAAAElFTkSuQmCC);
  1465. }
  1466. .icon-topic-link {
  1467. width: 48px;
  1468. height: 48px;
  1469. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAk1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgoKAgICBMTEwAAACUs4MBAAAAMHRSTlMA8YrbZwXzJBH4qVJMFwjOc1kN/O66d0nq4cOzryqRe0I4E7dhgmzJmi/THgJO5IQK5/RpAAACX0lEQVRIx6VW6ZqiMBBMAkQB5UY5VURHR53dev+nWw414XS/3fojHSqx6eojZICjycI4qBCHzFySD1iqiQ8JfqLO7VkzDtDU2S6WFRbbTUoBytYTdM3h8DNTa4w9a34sM/NBHW2Mv7ABI39ZOl5PuQHYiyF/RaEchBlAPG8VBNs+3wGulrzflAzPgP/V5Z+APZnBGTh1/PGhkll8QZe8yjk25AP24Pk7njaMeXYd1gz2K7obKN4c/WdTMz0FzlNfjsNctuyer7egrea7WYfUCL+fjxlYk50c35P0gwL8ehnf4McmYOkU/W5Aj/HztkvU8tkwJyOJXR5cxIKLyliDWqN0M8KtIAakvLM41sQd9yhP4J8IOeAqr5ZwyW5MZIsBrP7jSNe6Tu5IiNWAX8TIFq2kp24NoCQKhsURwW7TGkrP0WohwKDKGcpWS6Ov0BER0aE5lKpyK0BCzsjq8zI5apQzC3q9QVVilwiEtZOsItvwZP8VZV9t6Lv0juQZNxE/yaXhR0dohUwQi0Xpo8teWJ22WA83XIbhM5H2hfMQt1kH0Sa6wrkI5SUDBXmcgeuRjCCESdbgluRkfQTFpSBj8HS/Ouciy3+LihTcJeNwkdQ1iFRaoU3WTSBsArKk7wR4BEA5jI0oUdooyd5N4Ap7RaaRgXXbzGqm/4k2IxqZphbTbNHIRKt8zLC7rZLcI5zJBzBE979r95po9/8yUIRkOtKlbHdqMIRujg1FSQQO6VWMYDs+dstiOHaLUIzd4WBH4raZpLYxt9QEYrDPXB28Sihxdfj/y8nw+lOfPH79+QPyB0NEYoODdgAAAABJRU5ErkJggg==);
  1470. }
  1471. .icon-topic-group {
  1472. width: 48px;
  1473. height: 48px;
  1474. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADdEvm1AAAADHRSTlMA4OYWS9GHBdmGQDzuZiI1AAAAsklEQVQ4y2OgB2BPPIMJJAsYGNjOYAMTGBiYDuAwiudAmQymjoPTgRI52Mw6CZTQWYBpDtdBoMQZbDacGXYSLIIOMIwqwXhGAIZRJZiAAlCMZpSSAwwPIg8SL8GES4INlwR7AnYJINbZgCnOfQhIAFMiUJ45BjUlAiXKdEASpijih6ZDTQRqaMZulcVRA6wSzD3BDFgloBowJXqaGbBLQDVgSgTjyIi4NDDg0sAA1EA5AADgQrEX3Q0JUAAAAABJRU5ErkJggg==);
  1475. }
  1476. .icon-up {
  1477. font-weight: normal !important;
  1478. font-size: 15px;
  1479. font-family: Tahoma;
  1480. vertical-align: -4px;
  1481. padding-right: 5px;
  1482. display: inline;
  1483. height: 1px;
  1484. }
  1485. .icon-edit {
  1486. width: 16px;
  1487. height: 16px;
  1488. background-repeat: no-repeat;
  1489. background-position: 20px center;
  1490. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAOVBMVEUAAAC9w8e9w8e9w8e9w8e/xMi9w8e9w8e+w8e9w8e9w8e9w8e9w8e9w8e9w8e+w8e/xMi9w8e9w8fvY4+KAAAAEnRSTlMASPv3WQbwOTCkt4/psX4YDMWr+RRCAAAAUUlEQVQY06XLORKAMAxDUTs7kA3d/7AYGju0UfffjIgoHkxm0vB5bZyxKHx9eX0FJw0Y4bcXKQ4/CTtS5yqp5GFFOjGpVGl00k1pNDIb3Nv9AHC7BOZC4ZjvAAAAAElFTkSuQmCC+d0ckOwyAMRVGHUOO0gUyd+P8f7WApz4Iki9wFmyOEATrXLZcFp5LrGogPOxKp6zfFf9fZ1/I/cY7YZSS3U6S3XFZJmGBwL+FuJX/F1K0wUUlZyZGlXgXESthTEs4B8fh7xoVUDPGYJnsfkCRarKAgz8cAKbpD6pqDPz3XB8K6HdUEeN9NAAAAAElFTkSuQmCC);
  1491. }
  1492. .icon-reply {
  1493. width: 16px;
  1494. height: 16px;
  1495. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAIVBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmYs5FxxAAAAC3RSTlMAgBFwYExAMHgoCDJmUTYAAAA3SURBVAjXY8APGGEMQZgAjCEoKBwEEQCCAoiIh6AQVM1kMaguJhGYOSJQjexiUMbiAChDCclCAOHqBBdHpwQTAAAAAElFTkSuQmCC);
  1496. }
  1497. .icon-mute {
  1498. width: 17px;
  1499. height: 14px;
  1500. background-repeat: no-repeat;
  1501. padding-right: 5px;
  1502. vertical-align: -2px;
  1503. opacity: 0.2;
  1504. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAOCAMAAAD+MweGAAAARVBMVEUAAAABAAIAAAACAAIAAAIAAAABAAECAAICAAIAAAAAAAABAAIBAAIBAAIBAAIBAAMBAAMBAAEAAAIAAAAAAAAAAAABAAJgeLYdAAAAFnRSTlMA7jGWeQe9pY02IvTk2tLMxbhsORoUV1Pd4wAAAFBJREFUCNd1z+kKgDAMA+B0cx7zvvL+j6pDQcJcoH8+2kJQSmhqhXMhBeJIld34SAW4e1aSr5jvrAX4iTN6/MmUXYW49fo5bQ9JJMesoi3yXMOvBYnUTBisAAAAAElFTkSuQmCC')
  1505. }