12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376 |
- /*------------------------------------------------------------------
- [Table of contents]
- #index.html - HOME PAGE
- 1. General
- 2. Footer
- 3. Header
- 3.1. Avatar
- 4. Contentuserinfo pull-left
- 4.1. Pagination
- 4.2. Sidebar
- 4.3. Post
- #02_topic.html - TOPIC
- 5. Breadcrumb
- 6. Topic
- 7. Quote post
- #03_new_topic.html - NEW TOPIC
- #04_new_account.html - NEW ACCOUNT
- 8. Extra small devices (less 767px)
- 8.1. index.html
- 8.2. 02_topic.html
- 8.3. 03_new_topic.html
- 9. Small devices (768 - 991px)
- 10. Medium devices (992-1200px)
- 11. Large devices (more 1200px)
- -------------------------------------------------------------------*/
- /*-----------------------------------------------------------------*/
- /*--- General ---*/
- * {
- font-family: "Microsoft JhengHei", Helvetica, Noto Sans TC, Roboto, Arial, sans-serif;
- }
- body {
- font-family: 'Open Sans Light', sans-serif;
- font-size: 14px;
- color: #989c9e;
- }
- a {
- color: #363838;
- }
- a:hover {
- /*color: #989c9e; */
- color: #ee7800;
- text-decoration: none;
- }
- /*-----------------------------------------------------------------*/
- /*--- Footer ---*/
- /*footer {
- height: 69px;
- line-height: 69px;
- color: #363838;
- }
- footer .logo {
- line-height: normal;
- }*/
- ul.socialicons li {
- display: inline-block;
- list-style: none;
- font-size: 18px;
- color: #bdc3c7;
- margin-left: 15px;
- }
- ul.socialicons li a {
- color: #bdc3c7;
- }
- ul.socialicons li a:hover {
- color: #363838;
- }
- /*-----------------------------------------------------------------*/
- /*--- Header ---*/
- .headernav {
- height: 70px;
- border-bottom: 1px solid #c9cccd;
- margin-top: 70px;
- }
- .content {
- background-color: #ecf0f1;
- border-top: solid 1px #e0e4e5;
- }
- .selecttopic {
- line-height: 69px;
- font-family: 'Open Sans Semibold', sans-serif;
- font-size: 16px;
- color: #363838;
- }
- .selecttopic select {
- border: none;
- }
- .selecttopic .dropdown-menu {
- margin-top: -20px;
- }
- .headernav .search {
- color: #363838;
- font-size: 14px;
- font-family: 'Open Sans Light', sans-serif;
- margin-top: 16px;
- height: 38px
- }
- .headernav .search .wrap {
- background-color: #f3f5f9;
- border-radius: 3px;
- }
- .headernav .search .txt {
- width: 85%;
- }
- .headernav .search input {
- border: none;
- box-shadow: none;
- background-color: #f3f5f9;
- color: #363838;
- font-size: 14px;
- padding: 8px 19px;
- height: 38px;
- }
- .headernav .search button {
- border: solid 1px #697683;
- box-shadow: none;
- background-color: #697683;
- color: #ffffff;
- font-size: 18px;
- }
- /*--- Avatar ---*/
- .avt {
- margin-top: 16px;
- height: 38px;
- }
- .avt button {
- height: 38px;
- border: none;
- box-shadow: none;
- color: #ffffff;
- font-size: 14px;
- font-family: 'Open Sans Bold', sans-serif;
- padding-left: 30px;
- padding-right: 30px;
- background-color: #1abc9c;
- }
- .avt .btn-primary:hover,
- .avt .btn-primary:focus,
- .avt .btn-primary:active,
- .avt .btn-primary.active {
- background-color: #1abc9c;
- border: none;
- box-shadow: none;
- }
- .env {
- font-size: 18px;
- color: #cfd5d7;
- line-height: 38px;
- padding: 0 20px;
- }
- .avatar {
- position: relative;
- }
- .avatar img {
- border-radius: 50%;
- }
- .avatar .status {
- position: absolute;
- right: 0;
- top: 0;
- width: 12px;
- height: 12px;
- line-height: 12px;
- border-radius: 50%;
- border: solid 2px #ffffff;
- }
- .dropdown.avatar .status {
- right: 14px;
- }
- .caretl {
- color: #363838;
- font-size: 14px;
- line-height: 38px;
- padding: 0 15px;
- }
- .avatar .green {
- background-color: #80d3ab;
- }
- .avatar .red {
- background-color: #f27777;
- }
- .avatar .yellow {
- background-color: #ecd346;
- }
- /*-----------------------------------------------------------------*/
- /*--- Content ---*/
- /*--- Pagination ---*/
- .paginationforum li {
- list-style: none;
- display: inline-block;
- margin-left: 20px;
- }
- .paginationforum li a {
- min-width: 24px;
- height: 24px;
- font-size: 14px;
- font-family: 'Open Sans Semibold', sans-serif;
- color: #ffffff;
- background-color: #cfd5d7;
- border-radius: 2px;
- display: block;
- padding: 0 8px;
- line-height: 24px;
- }
- .paginationforum li a.active,
- .paginationforum li a:hover,
- .paginationforum li a:focus,
- .paginationforum li a:active {
- color: #363838;
- background-color: #ffffff;
- box-shadow: 0 1px 2px #c9cccd;
- font-family: 'Open Sans Bold', sans-serif;
- text-decoration: none;
- }
- .paginationforum {
- margin: 19px auto;
- padding: 0;
- }
- .prevnext {
- font-size: 26px;
- color: #cfd5d7;
- margin-top: 11px;
- display: block;
- }
- .prevnext.last {
- margin-left: 20px;
- }
- /*--- Sidebar ---*/
- .sidebarblock-wrapper {
- position: fixed;
- width: 340px;
- max-width: 340px;
- right: 0;
- top: calc(202px);
- z-index: 1030;
- }
- .sidebarblock {
- background-color: #ffffff;
- border-radius: 2px;
- box-shadow: 0 1px 2px #c9cccd;
- margin-bottom: 20px;
- box-shadow:0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
- }
- /* .sidebarblock.sidebarblock-mb{
- margin-bottom: 5px;
- } */
- .sidebarblock:nth-child(1) {
- background-color: #F7F6AC;
- }
- .sidebarblock:nth-child(2) {
- background-color: #DAF7A6;
- }
- .sidebarblock h3 {
- color: #363838;
- font-weight: bold;
- font-size: 18px;
- font-family: "Microsoft JhengHei", Helvetica, Noto Sans TC, Roboto, Arial, sans-serif;
- margin: 0;
- padding: 20px;
- }
- .sidebarblock h3::before {
- content: '';
- display: inline-block;
- width: 6px;
- height: 6px;
- border-radius: 50%;
- background-color: #000;
- margin-right: 10px;
- transform: translateY(-30%);
- }
- .sidebarblock .divline {
- height: 1px;
- line-height: 1px;
- border-bottom: solid 1px #DCE3E7;
- }
- .sidebarblock .blocktxt {
- padding: 20px;
- }
- /*-----------舊版本週熱門討論 css start--------*/
- ul.cats li {
- list-style: none;
- display: block;
- margin: 0;
- padding: 0;
- line-height: 30px;
- }
- ul.cats {
- margin: 0;
- padding: 0;
- }
- ul.cats li a {
- font-size: 14px;
- color: #363838;
- font-family: 'Open Sans Light', sans-serif;
- line-height: 30px;
- }
- ul.cats .badge {
- background-color: #bdc3c7;
- font-size: 12px;
- color: #ffffff;
- font-family: 'Open Sans Bold', sans-serif;
- margin-top: 7px;
- }
- /*-----------舊版本週熱門討論 css end--------*/
- .cats-wrapper {
- width: 100%;
- }
- .cats-wrapper-li {
- line-height: 2;
- font-size: 16px;
- width: 100%;
- }
- .cats-title {
- width: 30%;
- overflow: hidden;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- -moz-box-orient: vertical;
- box-orient: vertical;
- text-overflow: ellipsis;
- display: -webkit-box;
- }
- .cats-img{
- width: 10%;
- margin-right: 5px;
- }
- .cats-img img{
- border-radius: 50%;
- }
- .cats-content{
- width: 80%;
- }
- /* .cats-content{
- overflow: hidden;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- -moz-box-orient: vertical;
- box-orient: vertical;
- text-overflow: ellipsis;
- display: -webkit-box;
- } */
- /* 粗直線版本 */
- /* .cats-title::before {
- content: '';
- display: inline-block;
- width: 4px;
- height: 18px;
- background-color: #bdc3c7;
- margin-right: 10px;
- transform: translateY(20%);
- } */
- .cats-wrapper-img{
- /* width: 100px; */
- width: 36%;
- height: 70px;
- margin-right: 5px;
- }
- .sidebar-mix-title{
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .more-text{
- width: 40%;
- text-align: right;
- padding: 20px;
- }
- .cats-wrapper-text{
- margin-top: -8px;
- width: 64%;
- }
- .cats-badge {
- width: 8%;
- margin-left: auto;
- margin-right: auto;
- transform: translateY(-10%);
- }
- .badge {
- background-color: #bdc3c7;
- font-size: 12px;
- color: #ffffff;
- font-family: 'Open Sans Bold', sans-serif;
- }
- .sidebarblock .blocktxt {
- font-size: 14px;
- color: #363838;
- font-family: 'Open Sans Light', sans-serif;
- }
- .sidebarblock:nth-child(2) .blocktxt {
- padding-left: 6px;
- padding-right: 6px;
- }
- .sidebarblock .blocktxt .smal {
- font-size: 12px;
- }
- .chbox {
- width: 50px;
- }
- table.poll {
- width: 100%;
- }
- .progress-bar.color1 {
- background-color: #9b59b6;
- }
- .progress-bar.color2 {
- background-color: #3498db;
- }
- .progress-bar.color3 {
- background-color: #e67e22;
- }
- .progress-bar {
- font-size: 14px;
- color: #ffffff;
- font-family: 'Open Sans Bold', sans-serif;
- line-height: 31px;
- text-align: left;
- padding-left: 10px;
- box-shadow: none;
- }
- .progress {
- background-color: #ecf0f1;
- height: 31px;
- border-radius: 2px;
- box-shadow: none;
- }
- .poll label {
- margin-bottom: 0;
- margin-left: 20px;
- }
- .poll input[type="radio"] {
- display: none;
- }
- .poll input[type="radio"] + label {
- display: inline-block;
- width: 31px;
- height: 31px;
- background: url(../images/radio.jpg) 0 0 no-repeat;
- vertical-align: middle;
- cursor: pointer;
- }
- .poll input[type="radio"]:checked + label {
- background: url(../images/radio.jpg) -31px 0 no-repeat;
- }
- td.chbox {
- vertical-align: top;
- }
- /*--- Post --*/
- .post {
- background-color: #ffffff;
- border-radius: 2px;
- box-shadow: 0 1px 2px #c9cccd;
- margin-bottom: 5px;
- }
- .post .wrap-ut {
- width: 85%;
- }
- .post .userinfo {
- width: 11%;
- padding: 20px 0 15px 15px;
- }
- .post .posttext {
- width: 85%;
- padding-right: 30px;
- padding-top: 20px;
- padding-bottom: 15px;
- /*color: #989c9e;*/
- color: #333333;
- font-size: 16px;
- font-family: 'Open Sans Light', sans-serif;
- line-height: 25px;
- }
- .post .postinfo {
- width: 15%;
- border-left: solid 1px #f1f1f1;
- }
- .post .avatar {
- width: 37px;
- margin-left: 5px;
- }
- .post .icons {
- width: 48px;
- border-top: solid 1px #f1f1f1;
- margin-top: 12px;
- padding-top: 7px;
- }
- .post h2 {
- color: #363838;
- font-weight: bold;
- font-size: 18px;
- font-family: "Microsoft JhengHei", Helvetica, Noto Sans TC, Roboto, Arial, sans-serif;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .post h2::before {
- content: '';
- display: inline-block;
- width: 6px;
- height: 6px;
- border-radius: 50%;
- margin-right: 10px;
- background-color: #000;
- transform: translateY(-30%);
- }
- .post .comments {
- border-bottom: solid 1px #f1f1f1;
- padding: 18px 0 25px 0;
- text-align: center;
- }
- .commentbgnew {
- background-color: #ee7800 !important;
- }
- .commentbgnew .mark {
- background-color: #ee7800 !important;
- }
- .post .comments .commentbg {
- background-color: #bdc3c7;
- border-radius: 2px;
- display: inline-block;
- padding: 12px 17px;
- color: #ffffff;
- font-size: 14px;
- font-family: 'Open Sans Bold', sans-serif;
- position: relative;
- }
- .post .comments .commentbg .mark {
- width: 11px;
- height: 11px;
- background-color: #bdc3c7;
- position: absolute;
- bottom: 0;
- left: 43%;
- margin-bottom: -5px;
- transform: rotate(45deg);
- -ms-transform: rotate(45deg); /* IE 9 */
- -webkit-transform: rotate(45deg); /* Opera, Chrome, and Safari */
- }
- .post .views {
- border-bottom: solid 1px #f1f1f1;
- color: #9da6aa;
- font-size: 12px;
- font-family: 'Open Sans Regular', sans-serif;
- text-align: center;
- line-height: 29px;
- }
- .post .views i {
- font-size: 14px;
- }
- .post .time {
- color: #9da6aa;
- font-size: 12px;
- font-family: 'Open Sans Regular', sans-serif;
- text-align: center;
- line-height: 29px;
- }
- .post .time i {
- font-size: 14px;
- }
- /*-----------------------------------------------------------------*/
- /* #02_topic.html - TOPIC */
- /*--- Breadcrumb ---*/
- .breadcrumbf a, .breadcrumbf {
- color: #bdc3c7;
- font-size: 12px;
- font-family: 'Open Sans Regular', sans-serif;
- line-height: 62px;
- }
- .breadcrumbf a:hover {
- text-decoration: underline;
- }
- /*--- Topic ---*/
- .topic .userinfo {
- width: 12%;
- }
- .topic .posttext {
- width: 88%;
- }
- .postinfobot {
- border-top: solid 1px #f1f1f1;
- line-height: 50px;
- padding: 0 30px 0 94px;
- }
- .postinfobot .likeblock {
- width: 120px;
- }
- .postinfobot .prev {
- width: 30px;
- }
- .postinfobot .prev a {
- font-size: 18px;
- color: #bdc3c7;
- }
- .postinfobot .posted {
- width: 300px;
- margin-left: 18px;
- font-size: 12px;
- color: #bdc3c7;
- font-family: 'Open Sans Regular', sans-serif;
- }
- .postinfobot .posted i {
- font-size: 18px;
- color: #bdc3c7;
- padding-right: 8px;
- }
- .postinfobot .next {
- width: 90px;
- text-align: right;
- }
- .postinfobot .next a {
- font-size: 18px;
- color: #bdc3c7;
- }
- .postinfobot .next a i {
- padding-right: 18px;
- }
- .up {
- color: #1abc9c;
- font-size: 12px;
- }
- .up i,
- .down i {
- font-size: 20px;
- padding-right: 10px;
- }
- .down {
- color: #db7a7a;
- font-size: 12px;
- margin-left: 20px;
- }
- a.up:hover {
- text-decoration: none;
- color: #1de4bd;
- }
- a.down:hover {
- text-decoration: none;
- color: #f48989;
- }
- .beforepagination {
- margin-bottom: 0;
- }
- /*--- Quote post ---*/
- .post blockquote {
- border: solid 1px #f1f1f1;
- border-radius: 2px;
- font-size: 14px;
- padding: 18px;
- }
- .post blockquote .original,
- .postreply {
- font-size: 12px;
- color: #bdc3c7;
- display: block;
- font-family: 'Open Sans Regular', sans-serif;
- }
- .textwraper textarea {
- border: none;
- box-shadow: none;
- background-color: #f1f1f1;
- /* width: 610px;*/
- width: 100%;
- }
- .textwraper {
- background-color: #f1f1f1;
- border-radius: 2px;
- padding: 18px;
- }
- .notechbox {
- width: 20px;
- }
- .notechbox input {
- width: 12px;
- box-shadow: none;
- margin-top: 8px;
- border-color: #bdc3c7;
- }
- .notechbox input:active,
- .notechbox input:focus,
- .notechbox input:hover {
- box-shadow: none;
- }
- .postinfobot label {
- color: #bdc3c7;
- font-size: 12px;
- font-family: 'Open Sans Regular', sans-serif;
- }
- .smile a {
- margin-right: 20px;
- font-size: 20px;
- color: #bdc3c7;
- }
- .btn-primary {
- background-color: #1abc9c;
- box-shadow: none;
- border-radius: 2px;
- padding: 10px 15px;
- color: #ffffff;
- font-size: 14px;
- font-family: 'Open Sans Bold', sans-serif;
- border: none;
- }
- .btn-primary:hover,
- .btn-primary:active,
- .btn-primary:focus {
- border: none;
- background-color: #20e1bb;
- box-shadow: none;
- }
- /*-----------------------------------------------------------------*/
- /*--- #03_new_topic.html - NEW TOPIC ---*/
- .newtopic input[type=text],
- .newtopic input[type=password] {
- border-radius: 2px;
- box-shadow: none;
- border: none;
- background-color: #f1f1f1;
- padding: 20px;
- font-size: 14px;
- color: #989c9e;
- font-family: 'Open Sans Light', sans-serif;
- margin-bottom: 20px;
- height: 50px;
- }
- .newtopic select {
- border-radius: 2px;
- box-shadow: none;
- border: solid 1px #cfd5d7;
- background-color: #ffffff;
- font-size: 14px;
- color: #989c9e;
- font-family: 'Open Sans Light', sans-serif;
- margin-bottom: 20px;
- height: 50px;
- }
- .newtopic select:hover,
- .newtopic select:focus,
- .newtopic select:active {
- box-shadow: none;
- }
- .newtopic textarea {
- border-radius: 2px;
- box-shadow: none;
- border: none;
- background-color: #f1f1f1;
- padding: 20px;
- font-size: 14px;
- color: #989c9e;
- font-family: 'Open Sans Light', sans-serif;
- margin-bottom: 20px;
- height: 150px;
- }
- .newtopic textarea:hover,
- .newtopic textarea:focus,
- .newtopic textarea:active {
- box-shadow: none;
- }
- .newtopic p {
- font-size: 14px;
- color: #363838;
- font-family: 'Open Sans Light', sans-serif;
- }
- .newtopcheckbox input {
- margin-top: 5px;
- width: 18px;
- height: 18px;
- /* width: 18px;
- box-shadow: none;
- margin-top: 8px;
- border-color: #bdc3c7;*/
- }
- .checkbox input {
- margin-right: 7px;
- }
- .checkbox .fa-facebook-square {
- color: #3b5b99;
- font-size: 20px;
- margin-top: 4px;
- }
- .checkbox .fa-google-plus-square {
- color: #e74724;
- font-size: 20px;
- margin-top: 4px;
- }
- .checkbox .fa-twitter {
- color: #42c8f4;
- font-size: 20px;
- margin-top: 4px;
- }
- .loading {
- text-align: right;
- }
- .similarposts {
- /* height: 57px;*/
- margin-bottom: 20px;
- }
- .similarposts p {
- display: inline;
- color: #bdc3c7;
- }
- .similarposts p span {
- color: #363838;
- }
- .similarposts .fa-info-circle {
- font-size: 18px;
- color: #3498db;
- margin-right: 10px;
- }
- .similarposts .fa-spinner {
- font-size: 18px;
- color: #363838;
- }
- .postinfotop h2 {
- color: #363838;
- font-size: 14px;
- font-family: 'Open Sans Bold', sans-serif;
- padding: 20px;
- margin: 0;
- border-bottom: solid 1px #f1f1f1;
- }
- /*-----------------------------------------------------------------*/
- /*--- #04_new_account.html - NEW ACCOUNT ---*/
- .acccap h3 {
- padding: 7px;
- margin: 0;
- border-radius: 2px;
- background-color: #697683;
- display: inline-block;
- color: #ffffff;
- font-size: 12px;
- font-family: 'Open Sans Regular', sans-serif;
- }
- .acccap .posttext {
- padding-bottom: 0;
- }
- .acccap .userinfo {
- padding-top: 0;
- padding-bottom: 0;
- }
- .accsection.privacy h3 {
- background-color: #9b59b6;
- }
- .accsection.privacy .posttext {
- padding: 0;
- padding-top: 20px;
- }
- .accsection.privacy p {
- margin-bottom: 0;
- }
- .accsection.privacy .checkbox {
- margin: 20px 0 10px 0;
- }
- .accsection.survey h3 {
- background-color: #e67e22;
- }
- .accsection.networks h3 {
- background-color: #80d3ab;
- }
- .accsection .htext {
- width: 40%;
- float: left;
- }
- .accsection .hnotice {
- width: 60%;
- float: left;
- text-align: right;
- }
- .networks .btn {
- display: block;
- width: 100%;
- margin-bottom: 20px;
- padding: 20px;
- color: #ffffff;
- font-size: 14px;
- font-family: 'Open Sans Light', sans-serif;
- text-align: left;
- }
- .networks .btn-fb {
- background-color: #3b5b99;
- }
- .networks .btn-tw {
- background-color: #42c8f4;
- }
- .networks .btn-gp {
- background-color: #cd3d1e;
- }
- .networks .btn-pin {
- background-color: #bd1425;
- }
- .newaccountpage .postinfobot {
- padding: 0 30px 0 115px;
- }
- .accsection .imgsize {
- color: #989c9e;
- font-size: 12px;
- font-family: 'Open Sans Regular', sans-serif;
- margin: 10px 0;
- }
- .accsection input[type=password] {
- margin-bottom: 0;
- }
- /*-----------------------------------------------------------------*/
- /*--- Extra small devices (less 767px) ---*/
- @media (max-width: 767px) {
- /*--- index.html ---*/
- .container-fluid {
- padding: 0;
- }
- .post .userinfo {
- width: 30%;
- padding: 15px 0 15px 15px;
- }
- .post .posttext {
- width: 70%;
- padding-right: 15px;
- padding-top: 15px;
- padding-bottom: 15px;
- }
- .post .comments .commentbg {
- font-size: 12px;
- padding: 7px;
- min-width: 35px;
- }
- .post .time i {
- display: block;
- margin-top: 5px;
- }
- .post .views i {
- display: block;
- margin-top: 5px;
- }
- .post .comments .commentbg .mark {
- left: 36%;
- }
- .post .time,
- .post .views,
- .post .views {
- }
- .headernav {
- height: auto;
- }
- .avt {
- height: auto;
- margin-bottom: 15px;
- }
- .selecttopic select {
- width: 100%;
- }
- .avatar .dropdown-menu {
- left: auto;
- right: 0;
- }
- .selecttopic .dropdown-menu {
- margin-top: -20px;
- }
- .dropdown.avatar .status {
- right: 14px;
- }
- .dropdown.avatar b.caret {
- color: #363838;
- }
- .sociconcent {
- text-align: center;
- }
- /*--- 02_topic.html ---*/
- .postinfobot {
- padding: 10px;
- }
- .postinfobot .likeblock {
- width: 100%;
- }
- .postinfobot .posted {
- width: 200px;
- margin: 0;
- }
- .postinfobot .next {
- width: 76px;
- margin: 0;
- }
- .textwraper textarea {
- width: 175px;
- }
- footer ul.socialicons {
- margin: 0;
- padding: 0;
- }
- /* end 2*/
- /*--- 03_new_topic.html ---*/
- #pass {
- margin-bottom: 20px;
- }
- .accsection .htext,
- .accsection .hnotice {
- width: 100%;
- }
- .accsection .hnotice {
- font-size: 10px;
- }
- .postinfobot .lblfch {
- width: 80%;
- }
- .postinfobot .lblfch label {
- line-height: normal;
- padding-top: 15px;
- padding-bottom: 15px;
- }
- /* end 3 */
- }
- /*-----------------------------------------------------------------*/
- /*--- Small devices (768 - 991px) ---*/
- @media (min-width: 768px) and (max-width: 991px) {
- .container-fluid {
- padding: 0;
- }
- .post .userinfo {
- width: 15%;
- padding: 15px 0 15px 15px;
- }
- .post .posttext {
- width: 85%;
- padding-right: 15px;
- padding-top: 15px;
- padding-bottom: 15px;
- }
- .post .comments .commentbg {
- font-size: 12px;
- padding: 7px;
- min-width: 35px;
- }
- .post .time i {
- display: block;
- margin-top: 5px;
- }
- .post .views i {
- display: block;
- margin-top: 5px;
- }
- .post .comments .commentbg .mark {
- left: 36%;
- }
- .headernav {
- height: auto;
- }
- .avt {
- height: auto;
- margin-bottom: 15px;
- }
- .selecttopic select {
- width: 100%;
- }
- .avatar .dropdown-menu {
- left: auto;
- right: 0;
- }
- .selecttopic .dropdown-menu {
- margin-top: -20px;
- }
- .dropdown.avatar .status {
- right: 14px;
- }
- .dropdown.avatar b.caret {
- color: #363838;
- }
- }
- /*-----------------------------------------------------------------*/
- /*--- Medium devices (992-1200px) ---*/
- @media (min-width: 992px) and (max-width: 1200px) {
- .container-fluid {
- padding: 0;
- }
- .headernav .search .txt {
- width: 75%;
- }
- .avatar .dropdown-menu {
- left: auto;
- right: 0;
- }
- ul.socialicons {
- margin-bottom: 0;
- }
- /* 2 */
- .textwraper textarea {
- width: 100%;
- }
- /* end 2 */
- }
- /*-----------------------------------------------------------------*/
- /*--- Large devices (more 1200px) ---*/
- @media (min-width: 1201px) {
- .container-fluid {
- padding: 0;
- }
- .container {
- padding: 0;
- }
- }
|