| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505 |
- /* ---- /1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT/css/Follow.css ---- */
- .icon-feed {
- width: 3px;
- height: 3px;
- display: inline-block;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- -o-border-radius: 10px;
- -ms-border-radius: 10px;
- border-radius: 10px;
- background-color: #333;
- position: relative;
- margin-right: 10px;
- margin-top: 10px;
- margin-left: 5px;
- transition: all 0.3s
- }
- .icon-feed:after {
- content: "";
- width: 5px;
- height: 5px;
- border-top: 2px solid #333;
- border-right: 2px solid #333;
- -webkit-border-radius: 0px 6px 0px 0px;
- -moz-border-radius: 0px 6px 0px 0px;
- -o-border-radius: 0px 6px 0px 0px;
- -ms-border-radius: 0px 6px 0px 0px;
- border-radius: 0px 6px 0px 0px;
- display: block;
- border-right: 2px solid #333;
- bottom: 0px;
- position: absolute;
- transition: all 0.3s
- }
- .icon-feed:before {
- content: "";
- width: 9px;
- height: 9px;
- border-top: 2px solid #333;
- border-right: 2px solid #333;
- -webkit-border-radius: 0px 10px 0px 0px;
- -moz-border-radius: 0px 10px 0px 0px;
- -o-border-radius: 0px 10px 0px 0px;
- -ms-border-radius: 0px 10px 0px 0px;
- border-radius: 0px 10px 0px 0px;
- display: block;
- bottom: 0px;
- position: absolute;
- transition: all 0.3s
- }
- .feed-follow {
- font-size: 14px;
- display: inline-block;
- padding: 7px 14px;
- font-weight: normal;
- display: none;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- -o-border-radius: 4px;
- -ms-border-radius: 4px;
- border-radius: 4px;
- border: 1px solid #E3E3E3;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -o-transition: all 0.3s;
- -ms-transition: all 0.3s;
- transition: all 0.3s;
- vertical-align: 170%;
- margin-left: 10px;
- }
- .feed-follow .text-follow, .feed-follow .text-following {
- max-width: 0px;
- opacity: 0;
- overflow: hidden;
- display: inline-block;
- vertical-align: bottom;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -o-transition: all 0.3s;
- -ms-transition: all 0.3s;
- transition: all 0.3s;
- white-space: nowrap;
- font-size: 14px;
- font-weight: normal;
- color: #666;
- }
- .feed-follow .text-follow {
- max-width: 125px;
- opacity: 1
- }
- .feed-follow.following .text-following {
- max-width: 60px;
- opacity: 1;
- /*color: #229A55;*/
- }
- .feed-follow.following .text-follow {
- max-width: 0px;
- opacity: 0
- }
- .feed-follow:hover {
- background-color: #FEFEFE;
- -webkit-transition: none;
- -moz-transition: none;
- -o-transition: none;
- -ms-transition: none;
- transition: none;
- border-color: #BBBBBB;
- color: black
- }
- .feed-follow:active {
- border-color: #229A55
- }
- .feed-follow.following {
- border: 1px solid transparent
- }
- .feed-follow.following .icon-feed {
- background-color: #229A55;
- -webkit-transition: none;
- -moz-transition: none;
- -o-transition: none;
- -ms-transition: none;
- transition: none
- }
- .feed-follow.following .icon-feed:after, .feed-follow.following .icon-feed:before {
- border-color: #229A55;
- -webkit-transition: none;
- -moz-transition: none;
- -o-transition: none;
- -ms-transition: none;
- transition: none
- }
- .feed-follow-show {
- float: right;
- border: 1px solid white;
- padding: 0px;
- margin-top: 5px
- }
- .feed-follow-show:hover {
- border: 1px solid white
- }
- /* ---- /1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT/css/InlineEditor.css ---- */
- /* Editable */
- .editable {
- outline: none
- }
- .editable-edit:hover {
- opacity: 1;
- border: none;
- color: #333
- }
- .editable-edit {
- opacity: 0;
- float: left;
- margin-top: -6px;
- margin-left: -40px;
- padding: 8px 20px;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -o-transition: all 0.3s;
- -ms-transition: all 0.3s;
- transition: all 0.3s;
- width: 0px;
- display: inline-block;
- padding-right: 0px;
- color: rgba(100, 100, 100, 0.5);
- text-decoration: none;
- font-size: 18px;
- font-weight: normal;
- border: none;
- position: absolute;
- }
- /*.editing { white-space: pre-wrap; z-index: 1; position: relative; outline: 10000px solid rgba(255,255,255,0.9) !important; }
- .editing p { margin: 0px; padding: 0px }*/
- /* IE FIX */
- .editor {
- width: auto;
- display: block;
- overflow: hidden;
- resize: none;
- border: none;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -o-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- z-index: 900;
- position: relative;
- max-height: none !important;
- white-space: pre-wrap !important;
- }
- .editor:focus {
- border: 0px;
- outline-offset: 0px
- }
- /* -- Editbar -- */
- .bottombar {
- display: none;
- position: fixed;
- padding: 10px 20px;
- opacity: 0;
- background-color: rgba(255, 255, 255, 0.9);
- right: 30px;
- bottom: 0px;
- z-index: 999;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -o-transition: all 0.3s;
- -ms-transition: all 0.3s;
- transition: all 0.3s;
- transform: translateY(50px)
- }
- .bottombar.visible {
- -webkit-transform: translateY(0px);
- -moz-transform: translateY(0px);
- -o-transform: translateY(0px);
- -ms-transform: translateY(0px);
- transform: translateY(0px);
- opacity: 1
- }
- .publishbar {
- z-index: 990
- }
- .publishbar.visible {
- display: inline-block;
- }
- .editbar {
- -webkit-perspective: 900px;
- -moz-perspective: 900px;
- -o-perspective: 900px;
- -ms-perspective: 900px;
- perspective: 900px
- }
- .bottombar .object {
- margin-right: 10px
- }
- .markdown-help {
- position: absolute;
- bottom: 30px;
- -webkit-transform: translateX(0px) rotateY(-40deg);
- -moz-transform: translateX(0px) rotateY(-40deg);
- -o-transform: translateX(0px) rotateY(-40deg);
- -ms-transform: translateX(0px) rotateY(-40deg);
- transform: translateX(0px) rotateY(-40deg);
- transform-origin: right;
- right: 0px;
- list-style-type: none;
- background-color: rgba(255, 255, 255, 0.9);
- padding: 10px;
- opacity: 0;
- -webkit-transition: all 0.6s;
- -moz-transition: all 0.6s;
- -o-transition: all 0.6s;
- -ms-transition: all 0.6s;
- transition: all 0.6s;
- display: none
- }
- .markdown-help.visible {
- -webkit-transform: none;
- -moz-transform: none;
- -o-transform: none;
- -ms-transform: none;
- transform: none;
- opacity: 1
- }
- .markdown-help li {
- margin: 10px 0px
- }
- .markdown-help code {
- font-size: 100%
- }
- .icon-help {
- border: 1px solid #EEE;
- padding: 2px;
- display: inline-block;
- width: 17px;
- text-align: center;
- font-size: 13px;
- margin-right: 6px;
- vertical-align: 1px
- }
- .icon-help.active {
- background-color: #EEE
- }
- .editbg {
- display: none;
- width: 100%;
- height: 100%;
- position: fixed;
- opacity: 0;
- background-color: white;
- -webkit-transition: opacity 0.5s;
- -moz-transition: opacity 0.5s;
- -o-transition: opacity 0.5s;
- -ms-transition: opacity 0.5s;
- transition: opacity 0.5s;
- left: 0px;
- top: 0px;
- z-index: 500;
- -webkit-backface-visibility: hidden;
- -moz-backface-visibility: hidden;
- -o-backface-visibility: hidden;
- -ms-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- /* ---- /1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT/css/Menu.css ---- */
- .menu {
- background-color: white;
- padding: 10px 0px;
- position: absolute;
- top: 0px;
- left: 0px;
- max-height: 0px;
- overflow: hidden;
- -webkit-transform: translate(0px, -30px);
- -moz-transform: translate(0px, -30px);
- -o-transform: translate(0px, -30px);
- -ms-transform: translate(0px, -30px);
- transform: translate(0px, -30px);
- pointer-events: none;
- -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
- -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
- -o-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
- -ms-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
- box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- -o-border-radius: 2px;
- -ms-border-radius: 2px;
- border-radius: 2px;
- opacity: 0;
- -webkit-transition: opacity 0.2s ease-out, transform 1s ease-out, max-height 0.2s ease-in-out;
- -moz-transition: opacity 0.2s ease-out, transform 1s ease-out, max-height 0.2s ease-in-out;
- -o-transition: opacity 0.2s ease-out, transform 1s ease-out, max-height 0.2s ease-in-out;
- -ms-transition: opacity 0.2s ease-out, transform 1s ease-out, max-height 0.2s ease-in-out;
- transition: opacity 0.2s ease-out, transform 1s ease-out, max-height 0.2s ease-in-out;
- }
- .menu.visible {
- opacity: 1;
- max-height: 350px;
- -webkit-transform: translate(0px, 0px);
- -moz-transform: translate(0px, 0px);
- -o-transform: translate(0px, 0px);
- -ms-transform: translate(0px, 0px);
- transform: translate(0px, 0px);
- -webkit-transition: opacity 0.1s ease-out, transform 0.3s ease-out, max-height 0.3s ease-in-out;
- -moz-transition: opacity 0.1s ease-out, transform 0.3s ease-out, max-height 0.3s ease-in-out;
- -o-transition: opacity 0.1s ease-out, transform 0.3s ease-out, max-height 0.3s ease-in-out;
- -ms-transition: opacity 0.1s ease-out, transform 0.3s ease-out, max-height 0.3s ease-in-out;
- transition: opacity 0.1s ease-out, transform 0.3s ease-out, max-height 0.3s ease-in-out;
- pointer-events: all
- }
- .menu-item {
- display: block;
- text-decoration: none;
- color: black;
- padding: 6px 24px;
- -webkit-transition: all 0.2s;
- -moz-transition: all 0.2s;
- -o-transition: all 0.2s;
- -ms-transition: all 0.2s;
- transition: all 0.2s;
- border-bottom: none;
- font-weight: normal;
- padding-left: 30px;
- }
- .menu-item-separator {
- margin-top: 5px;
- border-top: 1px solid #eee
- }
- .menu-item:hover {
- background-color: #F6F6F6;
- -webkit-transition: none;
- -moz-transition: none;
- -o-transition: none;
- -ms-transition: none;
- transition: none;
- color: inherit;
- border: none
- }
- .menu-item:active, .menu-item:focus {
- background-color: #AF3BFF;
- color: white;
- -webkit-transition: none;
- -moz-transition: none;
- -o-transition: none;
- -ms-transition: none;
- transition: none
- }
- .menu-item.selected:before {
- content: "L";
- display: inline-block;
- -webkit-transform: rotateZ(45deg) scaleX(-1);
- -moz-transform: rotateZ(45deg) scaleX(-1);
- -o-transform: rotateZ(45deg) scaleX(-1);
- -ms-transform: rotateZ(45deg) scaleX(-1);
- transform: rotateZ(45deg) scaleX(-1);
- font-weight: bold;
- position: absolute;
- margin-left: -17px;
- font-size: 12px;
- margin-top: 2px;
- }
- @media only screen and (max-width: 800px) {
- .menu, .menu.visible {
- position: absolute;
- left: unset !important;
- right: 20px;
- }
- }
- /* ---- /1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT/css/ZeroTalk.css ---- */
- body {
- background-color: #F5F5F5;
- color: #333332;
- margin: 10px;
- padding: 0px;
- font-family: 'Roboto', sans-serif;
- height: 15000px;
- overflow: hidden;
- -webkit-backface-visibility: hidden;
- -moz-backface-visibility: hidden;
- -o-backface-visibility: hidden;
- -ms-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- body.loaded {
- height: auto;
- overflow: auto
- }
- h1, h2, h3, h4 {
- font-family: 'Roboto', sans-serif;
- font-weight: normal;
- margin: 0px;
- padding: 0px
- }
- h1 {
- font-size: 32px;
- line-height: 1.2em;
- font-weight: bold;
- letter-spacing: -0.5px;
- margin-bottom: 5px
- }
- h2 {
- font-weight: bold;
- font-size: 1.2em
- }
- h3 {
- font-size: 24px;
- margin-top: 1em;
- margin-bottom: 0.5em
- }
- h4 {
- font-size: 20px;
- margin-top: 1em;
- margin-bottom: 0.5em
- }
- p {
- margin-top: 0.9em;
- margin-bottom: 0.9em
- }
- hr {
- margin: 20px 0px;
- border: none;
- border-bottom: 1px solid #eee;
- margin-left: auto;
- margin-right: auto;
- width: 120px;
- }
- small {
- font-size: 80%;
- color: #999;
- }
- /*pre { border: solid 1px #e1e4e5; padding: 10px; background-color: #FBFBFB; font-family: Consolas, Monaco, monospace; border-bottom: 2px solid #e1e4e5; line-height: 1em; }*/
- code {
- background-color: #FBFBFB;
- padding: 3px 4px;
- border: solid 1px #e1e4e5;
- font-family: Consolas, Monaco, monospace;
- font-size: 13px
- }
- pre code {
- border: none;
- padding: 0px;
- background-color: transparent;
- border: none;
- overflow-x: auto;
- display: inline-block;
- max-width: 100%;
- border: solid 1px #e1e4e5;
- padding: 10px;
- background-color: #FBFBFB;
- font-family: Consolas, Monaco, monospace;
- border-bottom: 2px solid #e1e4e5;
- line-height: 1em;
- }
- a {
- text-decoration: none;
- color: #3196F3
- }
- a:hover {
- border-bottom: 0.1em solid #DDD
- }
- a:active {
- border-bottom: 0.1em solid #333
- }
- a.nolink {
- border-bottom: none
- }
- a.nolink:hover {
- border-bottom: none
- }
- a.nolink:active {
- border-bottom: none
- }
- .cancel {
- font-size: 80%;
- color: #999;
- margin-left: 10px;
- }
- .template {
- display: none !important
- }
- .link:hover {
- border-bottom: none
- }
- .link:hover .link-url {
- border-bottom: 0.1em solid #DDD;
- color: #333
- }
- .link:hover .icon-link {
- opacity: 1
- }
- .link:active .link-url {
- border-bottom: 0.1em solid #333
- }
- .user_name {
- font-weight: bold;
- color: #666
- }
- .userbullet {
- color: #AAA;
- }
- .user_menu {
- color: black
- }
- .user_menu:hover {
- text-decoration: none;
- border: none
- }
- .user_menu:hover .menu_3dot {
- opacity: 1;
- -webkit-transition: none;
- -moz-transition: none;
- -o-transition: none;
- -ms-transition: none;
- transition: none;
- }
- .user_menu .menu_3dot {
- margin-left: 5px;
- opacity: 0;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -o-transition: all 0.3s;
- -ms-transition: all 0.3s;
- transition: all 0.3s;
- font-weight: lighter !important
- }
- /*.center { margin-left: auto; margin-right: auto; max-width: 800px }*/
- .center {
- max-width: 900px;
- width: 100%;
- margin-left: auto;
- margin-right: auto;
- }
- /* Input */
- input.text, textarea {
- line-height: 1.5em;
- width: 100%;
- padding: 10px;
- font-family: 'Roboto', sans-serif;
- font-size: 16px;
- -webkit-transition: border 0.3s;
- -moz-transition: border 0.3s;
- -o-transition: border 0.3s;
- -ms-transition: border 0.3s;
- transition: border 0.3s;
- border: 2px solid #eee;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -o-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- }
- textarea {
- overflow-y: auto
- }
- input.text:focus, textarea:focus {
- border-color: #5FC0EA;
- outline: none;
- background-color: white
- }
- /* Button */
- .button {
- padding: 5px 10px;
- background-color: #DDE0E0;
- border-bottom: 2px solid #999998;
- background-position: left center;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- -o-border-radius: 2px;
- -ms-border-radius: 2px;
- border-radius: 2px;
- text-decoration: none;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- -ms-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- color: #333;
- display: inline-block
- }
- .button:hover, .button:active {
- background-color: #FFF400;
- border-color: white;
- border-bottom: 2px solid #4D4D4C;
- -webkit-transition: none;
- -moz-transition: none;
- -o-transition: none;
- -ms-transition: none;
- transition: none;
- color: inherit
- }
- .button:active {
- -webkit-transform: translateY(1px);
- -moz-transform: translateY(1px);
- -o-transform: translateY(1px);
- -ms-transform: translateY(1px);
- transform: translateY(1px)
- }
- /*.button-delete { background-color: #e74c3c; border-bottom-color: #A83F34; color: white }*/
- .button-outline {
- background-color: white;
- color: #DDD;
- border: 1px solid #eee
- }
- .button-delete:hover {
- background-color: #FF5442;
- border: 1px solid #FF5442;
- color: white
- }
- .button-ok:hover {
- background-color: #27AE60;
- border: 1px solid #27AE60;
- color: white
- }
- .button-submit {
- background-color: #FFF85F;
- border-bottom: 2px solid #CDBD1E;
- padding: 5px 15px;
- font-size: 15px;
- line-height: 30px
- }
- .button-small {
- padding: 5px 10px;
- font-size: 12px;
- line-height: 16px
- }
- .button.loading {
- color: rgba(0, 0, 0, 0);
- background: #999 url(../img/loading.gif) no-repeat center center;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- -ms-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- pointer-events: none;
- border-bottom: 2px solid #666
- }
- .topmenu {
- font-size: 14px;
- margin-bottom: 14px;
- background-color: #EEE;
- padding: 5px;
- margin-left: -10px;
- margin-top: -10px;
- color: #666;
- }
- .topmenu a {
- color: #333
- }
- /* Head */
- .head {
- float: left;
- padding-right: 10px;
- margin-bottom: 10px
- }
- .head .logo {
- background-color: #3196F3;
- display: inline-block;
- padding: 13px;
- margin-left: -10px;
- color: rgba(255, 255, 255, 1);
- font-size: 20px;
- text-transform: uppercase;
- line-height: 1em;
- font-family: consolas, menlo, monospace
- }
- .head-user {
- display: inline-block;
- background-color: white;
- height: 66px;
- vertical-align: bottom;
- padding: 12px 15px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -o-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- margin-left: -4px;
- font-size: 13px;
- line-height: 17px;
- }
- .head .button {
- margin-top: 2px
- }
- .head .size {
- font-size: 8px;
- background-color: #eee;
- width: 100px;
- margin-top: 6px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -o-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- text-indent: 21px;
- text-transform: uppercase;
- color: #999
- }
- .head .size-used {
- position: absolute;
- background-color: #1abc9c;
- color: white;
- overflow: hidden;
- width: 0px;
- white-space: nowrap
- }
- .message-big {
- position: absolute;
- left: 50%;
- top: 50%;
- width: 450px;
- text-align: center;
- margin-left: -225px;
- font-size: 30px;
- text-shadow: 1px 1px white;
- color: #AAA;
- display: none;
- opacity: 0;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- -o-transition: all 0.5s;
- -ms-transition: all 0.5s;
- transition: all 0.5s
- }
- /* Head more */
- .head .more {
- max-height: 24px;
- overflow: hidden;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -o-transition: all 0.3s;
- -ms-transition: all 0.3s;
- transition: all 0.3s;
- padding: 10px;
- margin-left: -10px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -o-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- padding-top: 5px;
- font-family: monospace;
- text-transform: uppercase;
- }
- .head .more:hover {
- max-height: 190px
- }
- .head .more .open {
- color: #999;
- margin-bottom: 5px;
- display: inline-block;
- cursor: default
- }
- .head .more:hover .open {
- color: #333
- }
- .head .more .links {
- background-color: white;
- padding: 9px;
- max-width: 0px;
- opacity: 1;
- overflow: hidden;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -o-transition: all 0.3s;
- -ms-transition: all 0.3s;
- transition: all 0.3s
- }
- .head .more:hover .links {
- max-width: 70px;
- opacity: 1
- }
- .head .more .links a {
- padding: 3px;
- display: inline-block;
- font-size: 14px;
- border-bottom: 1px solid transparent;
- }
- .head .more .links a:hover {
- text-decoration: underline;
- }
- .burger {
- font-size: 18px;
- line-height: 15px;
- }
- /* Topics */
- .topics-title, .topic-title {
- line-height: 1.2em;
- font-weight: lighter;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- margin-bottom: 9px;
- padding-top: 7px;
- font-size: 45px;
- padding-left: 22px;
- display: inline-block;
- max-width: 100%;
- box-sizing: border-box
- }
- .topic-title {
- font-size: 35px;
- }
- .parent-link {
- font-size: 19px;
- font-weight: bold;
- line-height: 19px
- }
- .topic-new {
- overflow: hidden;
- -webkit-backface-visibility: hidden;
- -moz-backface-visibility: hidden;
- -o-backface-visibility: hidden;
- -ms-backface-visibility: hidden;
- backface-visibility: hidden;
- margin-bottom: 15px !important
- }
- .topic-new .message {
- background-color: #fffede;
- padding: 5px 10px;
- border: 1px solid #EEE;
- }
- .topic-new-link {
- float: right;
- margin-top: 33px;
- margin-right: 1px;
- color: #AAA;
- padding: 6px 10px;
- white-space: nowrap;
- overflow: hidden;
- background-color: rgba(245, 245, 245, 0.9);
- z-index: 1;
- position: relative;
- transition: all 0.3s
- }
- .topic-new-link:hover {
- color: #3196F3;
- -webkit-transition: none;
- -moz-transition: none;
- -o-transition: none;
- -ms-transition: none;
- transition: none
- }
- .topic {
- background-color: white;
- padding: 15px 25px;
- margin: 1px;
- padding-left: 110px;
- position: relative;
- }
- .topic-group {
- border-left: 2px solid #3196F3;
- margin-left: -2px;
- }
- .topic-group:before {
- content: "\203A";
- float: right;
- padding: 18px 0px;
- font-size: 25px;
- color: #999;
- font-family: Tahoma
- }
- .topic-sticky:before {
- content: "置顶";
- float: right;
- font-size: 10px;
- margin-right: -25px;
- background-color: #F7DE6E;
- padding: 2px 5px;
- color: #827850;
- text-transform: uppercase;
- letter-spacing: 0.5px;
- margin-top: 5px;
- margin-left: 5px;
- }
- .topic-sticky {
- margin-bottom: 5px;
- margin-top: -4px
- }
- .topic .image {
- position: absolute;
- margin-left: -72px;
- margin-top: 5px;
- opacity: 0.3
- }
- .topic .title {
- padding-bottom: 4px
- }
- .topic .title input {
- color: #3196F3;
- font-weight: bold;
- font-size: 1em
- }
- .topic .owner {
- font-size: 12px;
- color: #BBB
- }
- .topic .body {
- line-height: 1.5em;
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap
- }
- .topic .body > :first-child {
- margin-top: 0px
- }
- .topic .body > :last-child {
- margin-bottom: 0px
- }
- .topic .link {
- font-size: 13px;
- color: #AAA;
- margin-bottom: 7px;
- overflow: hidden;
- display: block;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- .topic .info {
- font-size: 12px;
- color: #AAA;
- margin-bottom: 7px;
- margin-top: 10px
- }
- .topic .info span {
- font-weight: bold
- }
- .topic .subtopic {
- display: none;
- padding-left: 27px;
- /*padding-left: 18px; margin-left: 15px;*/
- }
- /*.topic .subtopic:before { content: "━"; margin-left: -30px; width: 30px; display: inline-block; color: #AAA; }*/
- .topic .subtopic .icon {
- display: inline-block;
- margin-right: 10px;
- background-size: 16px;
- background-repeat: no-repeat;
- width: 16px;
- height: 16px;
- opacity: 0.4;
- vertical-align: -3px;
- margin-left: -26px;
- }
- .topic .comment-num {
- font-weight: bold;
- color: #666;
- border-bottom: 1px solid #AAA
- }
- .topic .comment-num:hover {
- border-bottom: 1px solid #333
- }
- .topic blockquote {
- border-left: 5px solid #eee;
- padding: 5px;
- padding-left: 15px;
- margin: 10px 0px;
- background-color: #FBFBFB;
- }
- .topic blockquote p {
- margin: 5px !important
- }
- .topic .dot {
- margin-left: -100px;
- font-size: 40px;
- line-height: 57px;
- color: white;
- position: absolute;
- }
- .topic.visit-none .dot {
- color: #E2E2E2
- }
- .topic.visit-newcomment .dot {
- color: #74BBFE
- }
- .topics {
- margin-bottom: 60px;
- opacity: 0;
- -webkit-transition: opacity 0.3s;
- -moz-transition: opacity 0.3s;
- -o-transition: opacity 0.3s;
- -ms-transition: opacity 0.3s;
- transition: opacity 0.3s
- }
- .topics .body {
- max-height: 1.5em;
- }
- .topics .body ul {
- margin: 0px
- }
- .topics-loading {
- background-color: #3196F3;
- padding: 5px 14px;
- display: inline-block;
- color: white;
- position: absolute;
- left: 50%;
- top: -30px;
- transition: all 0.3s
- }
- .topics-loading img {
- opacity: 0.5;
- margin-right: 10px
- }
- .topic-full {
- border-left: 2px solid #3196F3;
- display: inline-block;
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -o-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- margin-bottom: 10px;
- opacity: 0;
- -webkit-transition: opacity 0.3s;
- -moz-transition: opacity 0.3s;
- -o-transition: opacity 0.3s;
- -ms-transition: opacity 0.3s;
- transition: opacity 0.3s
- }
- .topic-full .body {
- white-space: normal
- }
- /* Messages */
- .comments {
- margin-bottom: 60px
- }
- .comment {
- background-color: white;
- padding: 15px 25px;
- margin: 1px;
- border-bottom: 1px solid #EEE;
- -webkit-backface-visibility: hidden;
- -moz-backface-visibility: hidden;
- -o-backface-visibility: hidden;
- -ms-backface-visibility: hidden;
- backface-visibility: hidden
- }
- .comment .user_name {
- font-size: 14px
- }
- .comment .added {
- color: #AAA
- }
- .comment .menu_3dot {
- float: right;
- padding: 0px 5px
- }
- .comment .menu_3dot:hover {
- border: none;
- color: black
- }
- .comment .reply, .comment .menu_3dot {
- color: #CCC;
- opacity: 0;
- -webkit-transition: opacity 0.3s;
- -moz-transition: opacity 0.3s;
- -o-transition: opacity 0.3s;
- -ms-transition: opacity 0.3s;
- transition: opacity 0.3s;
- position: relative;
- }
- .comment:hover .reply {
- opacity: 1
- }
- .comment:hover .menu_3dot {
- opacity: 1
- }
- .comment .reply .icon {
- opacity: 0.3
- }
- .comment .reply:hover, .comment .mute:hover {
- border-bottom: none;
- color: #666
- }
- .comment .reply:hover .icon, .comment .mute:hover .icon {
- opacity: 1
- }
- .comment .info {
- font-size: 12px;
- color: #AAA;
- margin-bottom: 7px
- }
- .comment .info .score {
- margin-left: 5px
- }
- .comment .body {
- line-height: 1.5em
- }
- .comment .body p {
- margin-top: 0.5em;
- margin-bottom: 0.5em;
- word-wrap: break-word;
- -webkit-backface-visibility: hidden;
- -moz-backface-visibility: hidden;
- -o-backface-visibility: hidden;
- -ms-backface-visibility: hidden;
- backface-visibility: hidden
- }
- .comment .body.editor {
- margin-top: 0.5em !important;
- margin-bottom: 0.5em !important
- }
- .comment .body h1, .comment .body h2, .comment .body h3 {
- font-size: 110%
- }
- .comment .body blockquote {
- padding: 1px 15px;
- border-left: 2px solid #E7E7E7;
- margin: 0px;
- margin-top: 30px
- }
- .comment .body blockquote:first-child {
- margin-top: 0px
- }
- .comment .body blockquote p {
- margin: 0px;
- color: #999;
- font-size: 90%
- }
- .comment .body blockquote a {
- color: #333
- }
- .comment .body table {
- border-collapse: collapse;
- margin-bottom: 10px
- }
- .comment .body td, .comment .body th {
- padding: 5px 10px;
- border: 1px solid #EEE;
- border-collapse: collapse;
- text-align: left
- }
- .comment-new {
- margin-bottom: 5px
- }
- .comment-new .button-submit {}
- .comment-nocert textarea {
- opacity: 0.5;
- pointer-events: none
- }
- .comment-nocert .info {
- opacity: 0.1;
- pointer-events: none
- }
- .comment-nocert .button-submit-form {
- opacity: 0.1;
- pointer-events: none
- }
- .comment-nocert .button.button-certselect {
- display: inherit;
- opacity: 1;
- pointer-events: default
- }
- .button.button-certselect {
- position: absolute;
- left: 50%;
- white-space: nowrap;
- -webkit-transform: translateX(-50%);
- -moz-transform: translateX(-50%);
- -o-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- transform: translateX(-50%);
- z-index: 99;
- margin-top: 13px;
- background-color: #007AFF;
- color: white;
- border-bottom-color: #3543F9;
- display: none
- }
- .button.button-certselect:hover {
- background-color: #3396FF;
- color: white;
- border-bottom-color: #5D68FF;
- }
- .button.button-certselect:active {
- position: absolute;
- -webkit-transform: translateX(-50%) translateY(1px);
- -moz-transform: translateX(-50%) translateY(1px);
- -o-transform: translateX(-50%) translateY(1px);
- -ms-transform: translateX(-50%) translateY(1px);
- transform: translateX(-50%) translateY(1px);
- top: auto;
- }
- .user-size {
- font-size: 11px;
- margin-top: 6px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -o-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- text-transform: uppercase;
- display: inline-block;
- color: #AAA
- }
- .user-size-used {
- position: absolute;
- color: #B10DC9;
- overflow: hidden;
- width: 40px;
- white-space: nowrap
- }
- .user-size-warning {
- position: absolute;
- right: 0px;
- font-size: 13px;
- line-height: 13px;
- display: none;
- color: #999;
- padding: 7px;
- white-space: nowrap;
- margin-top: -3px;
- margin-right: -8px;
- }
- .super-moderator {
- position: absolute;
- right: 0px;
- font-size: 13px;
- line-height: 39px;
- display: none;
- color: #999;
- padding: 7px;
- white-space: nowrap;
- margin-top: -3px;
- margin-right: -8px;
- }
- /* Score */
- .score {
- border: 1px solid #eee;
- margin-right: 5px;
- padding: 2px 7px;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- -o-border-radius: 10px;
- -ms-border-radius: 10px;
- border-radius: 10px;
- color: #AAA;
- background-position: left center;
- font-weight: bold;
- display: inline-block;
- height: 1.2em;
- overflow: hidden;
- vertical-align: -0.5em;
- line-height: 7px;
- -webkit-transition: background-color 0.3s;
- -moz-transition: background-color 0.3s;
- -o-transition: background-color 0.3s;
- -ms-transition: background-color 0.3s;
- transition: background-color 0.3s;
- height: 20px;
- box-sizing: border-box
- }
- .score-active, .score-inactive {
- -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
- -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
- -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
- -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
- transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
- display: inline-block;
- margin-top: 3px
- }
- .score-active {
- display: block;
- margin-top: 5px
- }
- .score.active {
- background-color: #2ecc71;
- color: white
- }
- .score.loading {
- color: rgba(255, 255, 255, 0);
- background: #2ecc71 url(../img/loading.gif) no-repeat center center;
- -webkit-transition: background 0.5s ease-out;
- -moz-transition: background 0.5s ease-out;
- -o-transition: background 0.5s ease-out;
- -ms-transition: background 0.5s ease-out;
- transition: background 0.5s ease-out;
- pointer-events: none;
- border: 1px solid #2ecc71
- }
- .score.active .score-inactive, .score:hover .score-inactive {
- -webkit-transform: translateY(-14px);
- -moz-transform: translateY(-14px);
- -o-transform: translateY(-14px);
- -ms-transform: translateY(-14px);
- transform: translateY(-14px);
- opacity: 0.5
- }
- .score.active .score-active, .score:hover .score-active {
- -webkit-transform: translateY(-14px);
- -moz-transform: translateY(-14px);
- -o-transform: translateY(-14px);
- -ms-transform: translateY(-14px);
- transform: translateY(-14px)
- }
- .score:hover, .score.active {
- border: 1px solid #2ecc71;
- }
- .score:active {
- border: 1px solid #AAA !important;
- -webkit-transform: translateY(1px);
- -moz-transform: translateY(1px);
- -o-transform: translateY(1px);
- -ms-transform: translateY(1px);
- transform: translateY(1px)
- }
- /* Pages */
- .topics-list, .topics-full, .comments, .comments-new {
- display: none
- }
- .page-main .topics-list {
- display: inherit
- }
- .page-topics .topics-list {
- display: inherit
- }
- .page-topic .comments {
- display: inherit
- }
- .page-topic .topics-full {
- display: inherit
- }
- .page-topic .comments-new {
- display: inherit
- }
- .topics-more, .comments-more {
- background-color: transparent;
- border: 1px solid #EEE;
- display: none;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -o-transition: all 0.3s;
- -ms-transition: all 0.3s;
- transition: all 0.3s;
- margin-top: -60px;
- padding: 10px 0px;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- -o-border-radius: 2px;
- -ms-border-radius: 2px;
- border-radius: 2px;
- width: 100%;
- text-align: center;
- color: #8C8C8C;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -o-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- }
- .topics-more:hover, .comments-more:hover {
- border: 1px solid #999;
- background-color: #FFF400;
- -webkit-transition: none;
- -moz-transition: none;
- -o-transition: none;
- -ms-transition: none;
- transition: none;
- border: 1px #FFF400 solid;
- }
- .topics-more:active, .comments-more:active {
- position: relative;
- top: 1px
- }
- @media only screen and (max-width: 800px) {
- .topics-title {
- font-size: 24px;
- display: block;
- margin-bottom: 3px;
- margin-top: -2px;
- }
- .feed-follow-list {
- margin-left: 8px;
- }
- .topic-new-link {
- margin-top: 0px;
- }
- }
- @media screen and (max-width: 600px) {
- .topic .started, .topic .dot, .topic .image {
- display: none;
- }
- .topic .body, .topic .title, .topic .link, .topic .subtopic, .topic .info {
- margin-left: -100px;
- margin-right: -10px;
- }
- .page-main .topic-group::before {
- float: right;
- position: absolute;
- right: 10px;
- }
- html, body, p, th, td, li {
- font-size: medium !important;
- }
- .bottombar {
- left: 0px;
- right: 0px;
- overflow: auto;
- }
- }
- /* ---- /1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT/css/icons.css ---- */
- .icon {
- display: inline-block;
- vertical-align: text-bottom;
- background-repeat: no-repeat;
- }
- .icon-link {
- width: 16px;
- height: 16px;
- opacity: 0.5;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAOVBMVEUAAAAAAAABAQEAAAABAQEBAQEBAQECAgICAgIAAAAAAAAAAAABAQEDAwMBAQECAgIEBAQBAQEAAAA1AzU7AAAAEnRSTlMA8FL1p4ZZSBDnv7WdYkk/NDH8VbCZAAAAUklEQVQY06XPNw7AMAwDQDX3rv8/Nh6SyLu5HUCAIFyEkpZ4eKIQZ3NsYZf0t1fGAYLmulxw2l933VpV/VdAgYFsBiWA0I7NzCQ4wRKLJrr49AAsvwI1LyE3OQAAAABJRU5ErkJggg==);
- }
- .icon-topic-chat {
- width: 48px;
- height: 48px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAG1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACUUeIgAAAACHRSTlMAgNQU5YYaPyFs1vYAAAB6SURBVDjLY6AHYPXowAJaAhgiOrCCVgaPAmzmsLcwdGC3oWPgJRgFUYAATolROxBGCeCUGExRi00CZxIFJWqgJmYNjETN6gGSMMLIBmDzgBrUsFuU1GSAVYJNQxm706AaMCWgNmBKQDVgSijjyNG4NDDg0sCQwEAVAABD2ltuVHtQdgAAAABJRU5ErkJggg==);
- }
- .icon-topic-chat-old {
- width: 48px;
- height: 48px;
- 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);
- }
- .icon-topic-link {
- width: 48px;
- height: 48px;
- 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==);
- }
- .icon-topic-group {
- width: 48px;
- height: 48px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADdEvm1AAAADHRSTlMA4OYWS9GHBdmGQDzuZiI1AAAAsklEQVQ4y2OgB2BPPIMJJAsYGNjOYAMTGBiYDuAwiudAmQymjoPTgRI52Mw6CZTQWYBpDtdBoMQZbDacGXYSLIIOMIwqwXhGAIZRJZiAAlCMZpSSAwwPIg8SL8GES4INlwR7AnYJINbZgCnOfQhIAFMiUJ45BjUlAiXKdEASpijih6ZDTQRqaMZulcVRA6wSzD3BDFgloBowJXqaGbBLQDVgSgTjyIi4NDDg0sAA1EA5AADgQrEX3Q0JUAAAAABJRU5ErkJggg==);
- }
- .icon-up {
- font-weight: normal !important;
- font-size: 15px;
- font-family: Tahoma;
- vertical-align: -4px;
- padding-right: 5px;
- display: inline;
- height: 1px;
- }
- .icon-edit {
- width: 16px;
- height: 16px;
- background-repeat: no-repeat;
- background-position: 20px center;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAOVBMVEUAAAC9w8e9w8e9w8e9w8e/xMi9w8e9w8e+w8e9w8e9w8e9w8e9w8e9w8e9w8e+w8e/xMi9w8e9w8fvY4+KAAAAEnRSTlMASPv3WQbwOTCkt4/psX4YDMWr+RRCAAAAUUlEQVQY06XLORKAMAxDUTs7kA3d/7AYGju0UfffjIgoHkxm0vB5bZyxKHx9eX0FJw0Y4bcXKQ4/CTtS5yqp5GFFOjGpVGl00k1pNDIb3Nv9AHC7BOZC4ZjvAAAAAElFTkSuQmCC+d0ckOwyAMRVGHUOO0gUyd+P8f7WApz4Iki9wFmyOEATrXLZcFp5LrGogPOxKp6zfFf9fZ1/I/cY7YZSS3U6S3XFZJmGBwL+FuJX/F1K0wUUlZyZGlXgXESthTEs4B8fh7xoVUDPGYJnsfkCRarKAgz8cAKbpD6pqDPz3XB8K6HdUEeN9NAAAAAElFTkSuQmCC);
- }
- .icon-reply {
- width: 16px;
- height: 16px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAIVBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmYs5FxxAAAAC3RSTlMAgBFwYExAMHgoCDJmUTYAAAA3SURBVAjXY8APGGEMQZgAjCEoKBwEEQCCAoiIh6AQVM1kMaguJhGYOSJQjexiUMbiAChDCclCAOHqBBdHpwQTAAAAAElFTkSuQmCC);
- }
- .icon-mute {
- width: 17px;
- height: 14px;
- background-repeat: no-repeat;
- padding-right: 5px;
- vertical-align: -2px;
- opacity: 0.2;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAOCAMAAAD+MweGAAAARVBMVEUAAAABAAIAAAACAAIAAAIAAAABAAECAAICAAIAAAAAAAABAAIBAAIBAAIBAAIBAAMBAAMBAAEAAAIAAAAAAAAAAAABAAJgeLYdAAAAFnRSTlMA7jGWeQe9pY02IvTk2tLMxbhsORoUV1Pd4wAAAFBJREFUCNd1z+kKgDAMA+B0cx7zvvL+j6pDQcJcoH8+2kJQSmhqhXMhBeJIld34SAW4e1aSr5jvrAX4iTN6/MmUXYW49fo5bQ9JJMesoi3yXMOvBYnUTBisAAAAAElFTkSuQmCC')
- }
|