custom.css 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376
  1. /*------------------------------------------------------------------
  2. [Table of contents]
  3. #index.html - HOME PAGE
  4. 1. General
  5. 2. Footer
  6. 3. Header
  7. 3.1. Avatar
  8. 4. Contentuserinfo pull-left
  9. 4.1. Pagination
  10. 4.2. Sidebar
  11. 4.3. Post
  12. #02_topic.html - TOPIC
  13. 5. Breadcrumb
  14. 6. Topic
  15. 7. Quote post
  16. #03_new_topic.html - NEW TOPIC
  17. #04_new_account.html - NEW ACCOUNT
  18. 8. Extra small devices (less 767px)
  19. 8.1. index.html
  20. 8.2. 02_topic.html
  21. 8.3. 03_new_topic.html
  22. 9. Small devices (768 - 991px)
  23. 10. Medium devices (992-1200px)
  24. 11. Large devices (more 1200px)
  25. -------------------------------------------------------------------*/
  26. /*-----------------------------------------------------------------*/
  27. /*--- General ---*/
  28. * {
  29. font-family: "Microsoft JhengHei", Helvetica, Noto Sans TC, Roboto, Arial, sans-serif;
  30. }
  31. body {
  32. font-family: 'Open Sans Light', sans-serif;
  33. font-size: 14px;
  34. color: #989c9e;
  35. }
  36. a {
  37. color: #363838;
  38. }
  39. a:hover {
  40. /*color: #989c9e; */
  41. color: #ee7800;
  42. text-decoration: none;
  43. }
  44. /*-----------------------------------------------------------------*/
  45. /*--- Footer ---*/
  46. /*footer {
  47. height: 69px;
  48. line-height: 69px;
  49. color: #363838;
  50. }
  51. footer .logo {
  52. line-height: normal;
  53. }*/
  54. ul.socialicons li {
  55. display: inline-block;
  56. list-style: none;
  57. font-size: 18px;
  58. color: #bdc3c7;
  59. margin-left: 15px;
  60. }
  61. ul.socialicons li a {
  62. color: #bdc3c7;
  63. }
  64. ul.socialicons li a:hover {
  65. color: #363838;
  66. }
  67. /*-----------------------------------------------------------------*/
  68. /*--- Header ---*/
  69. .headernav {
  70. height: 70px;
  71. border-bottom: 1px solid #c9cccd;
  72. margin-top: 70px;
  73. }
  74. .content {
  75. background-color: #ecf0f1;
  76. border-top: solid 1px #e0e4e5;
  77. }
  78. .selecttopic {
  79. line-height: 69px;
  80. font-family: 'Open Sans Semibold', sans-serif;
  81. font-size: 16px;
  82. color: #363838;
  83. }
  84. .selecttopic select {
  85. border: none;
  86. }
  87. .selecttopic .dropdown-menu {
  88. margin-top: -20px;
  89. }
  90. .headernav .search {
  91. color: #363838;
  92. font-size: 14px;
  93. font-family: 'Open Sans Light', sans-serif;
  94. margin-top: 16px;
  95. height: 38px
  96. }
  97. .headernav .search .wrap {
  98. background-color: #f3f5f9;
  99. border-radius: 3px;
  100. }
  101. .headernav .search .txt {
  102. width: 85%;
  103. }
  104. .headernav .search input {
  105. border: none;
  106. box-shadow: none;
  107. background-color: #f3f5f9;
  108. color: #363838;
  109. font-size: 14px;
  110. padding: 8px 19px;
  111. height: 38px;
  112. }
  113. .headernav .search button {
  114. border: solid 1px #697683;
  115. box-shadow: none;
  116. background-color: #697683;
  117. color: #ffffff;
  118. font-size: 18px;
  119. }
  120. /*--- Avatar ---*/
  121. .avt {
  122. margin-top: 16px;
  123. height: 38px;
  124. }
  125. .avt button {
  126. height: 38px;
  127. border: none;
  128. box-shadow: none;
  129. color: #ffffff;
  130. font-size: 14px;
  131. font-family: 'Open Sans Bold', sans-serif;
  132. padding-left: 30px;
  133. padding-right: 30px;
  134. background-color: #1abc9c;
  135. }
  136. .avt .btn-primary:hover,
  137. .avt .btn-primary:focus,
  138. .avt .btn-primary:active,
  139. .avt .btn-primary.active {
  140. background-color: #1abc9c;
  141. border: none;
  142. box-shadow: none;
  143. }
  144. .env {
  145. font-size: 18px;
  146. color: #cfd5d7;
  147. line-height: 38px;
  148. padding: 0 20px;
  149. }
  150. .avatar {
  151. position: relative;
  152. }
  153. .avatar img {
  154. border-radius: 50%;
  155. }
  156. .avatar .status {
  157. position: absolute;
  158. right: 0;
  159. top: 0;
  160. width: 12px;
  161. height: 12px;
  162. line-height: 12px;
  163. border-radius: 50%;
  164. border: solid 2px #ffffff;
  165. }
  166. .dropdown.avatar .status {
  167. right: 14px;
  168. }
  169. .caretl {
  170. color: #363838;
  171. font-size: 14px;
  172. line-height: 38px;
  173. padding: 0 15px;
  174. }
  175. .avatar .green {
  176. background-color: #80d3ab;
  177. }
  178. .avatar .red {
  179. background-color: #f27777;
  180. }
  181. .avatar .yellow {
  182. background-color: #ecd346;
  183. }
  184. /*-----------------------------------------------------------------*/
  185. /*--- Content ---*/
  186. /*--- Pagination ---*/
  187. .paginationforum li {
  188. list-style: none;
  189. display: inline-block;
  190. margin-left: 20px;
  191. }
  192. .paginationforum li a {
  193. min-width: 24px;
  194. height: 24px;
  195. font-size: 14px;
  196. font-family: 'Open Sans Semibold', sans-serif;
  197. color: #ffffff;
  198. background-color: #cfd5d7;
  199. border-radius: 2px;
  200. display: block;
  201. padding: 0 8px;
  202. line-height: 24px;
  203. }
  204. .paginationforum li a.active,
  205. .paginationforum li a:hover,
  206. .paginationforum li a:focus,
  207. .paginationforum li a:active {
  208. color: #363838;
  209. background-color: #ffffff;
  210. box-shadow: 0 1px 2px #c9cccd;
  211. font-family: 'Open Sans Bold', sans-serif;
  212. text-decoration: none;
  213. }
  214. .paginationforum {
  215. margin: 19px auto;
  216. padding: 0;
  217. }
  218. .prevnext {
  219. font-size: 26px;
  220. color: #cfd5d7;
  221. margin-top: 11px;
  222. display: block;
  223. }
  224. .prevnext.last {
  225. margin-left: 20px;
  226. }
  227. /*--- Sidebar ---*/
  228. .sidebarblock-wrapper {
  229. position: fixed;
  230. width: 340px;
  231. max-width: 340px;
  232. right: 0;
  233. top: calc(202px);
  234. z-index: 1030;
  235. }
  236. .sidebarblock {
  237. background-color: #ffffff;
  238. border-radius: 2px;
  239. box-shadow: 0 1px 2px #c9cccd;
  240. margin-bottom: 20px;
  241. 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);
  242. }
  243. /* .sidebarblock.sidebarblock-mb{
  244. margin-bottom: 5px;
  245. } */
  246. .sidebarblock:nth-child(1) {
  247. background-color: #F7F6AC;
  248. }
  249. .sidebarblock:nth-child(2) {
  250. background-color: #DAF7A6;
  251. }
  252. .sidebarblock h3 {
  253. color: #363838;
  254. font-weight: bold;
  255. font-size: 18px;
  256. font-family: "Microsoft JhengHei", Helvetica, Noto Sans TC, Roboto, Arial, sans-serif;
  257. margin: 0;
  258. padding: 20px;
  259. }
  260. .sidebarblock h3::before {
  261. content: '';
  262. display: inline-block;
  263. width: 6px;
  264. height: 6px;
  265. border-radius: 50%;
  266. background-color: #000;
  267. margin-right: 10px;
  268. transform: translateY(-30%);
  269. }
  270. .sidebarblock .divline {
  271. height: 1px;
  272. line-height: 1px;
  273. border-bottom: solid 1px #DCE3E7;
  274. }
  275. .sidebarblock .blocktxt {
  276. padding: 20px;
  277. }
  278. /*-----------舊版本週熱門討論 css start--------*/
  279. ul.cats li {
  280. list-style: none;
  281. display: block;
  282. margin: 0;
  283. padding: 0;
  284. line-height: 30px;
  285. }
  286. ul.cats {
  287. margin: 0;
  288. padding: 0;
  289. }
  290. ul.cats li a {
  291. font-size: 14px;
  292. color: #363838;
  293. font-family: 'Open Sans Light', sans-serif;
  294. line-height: 30px;
  295. }
  296. ul.cats .badge {
  297. background-color: #bdc3c7;
  298. font-size: 12px;
  299. color: #ffffff;
  300. font-family: 'Open Sans Bold', sans-serif;
  301. margin-top: 7px;
  302. }
  303. /*-----------舊版本週熱門討論 css end--------*/
  304. .cats-wrapper {
  305. width: 100%;
  306. }
  307. .cats-wrapper-li {
  308. line-height: 2;
  309. font-size: 16px;
  310. width: 100%;
  311. }
  312. .cats-title {
  313. width: 30%;
  314. overflow: hidden;
  315. -webkit-line-clamp: 1;
  316. -webkit-box-orient: vertical;
  317. -moz-box-orient: vertical;
  318. box-orient: vertical;
  319. text-overflow: ellipsis;
  320. display: -webkit-box;
  321. }
  322. .cats-img{
  323. width: 10%;
  324. margin-right: 5px;
  325. }
  326. .cats-img img{
  327. border-radius: 50%;
  328. }
  329. .cats-content{
  330. width: 80%;
  331. }
  332. /* .cats-content{
  333. overflow: hidden;
  334. -webkit-line-clamp: 1;
  335. -webkit-box-orient: vertical;
  336. -moz-box-orient: vertical;
  337. box-orient: vertical;
  338. text-overflow: ellipsis;
  339. display: -webkit-box;
  340. } */
  341. /* 粗直線版本 */
  342. /* .cats-title::before {
  343. content: '';
  344. display: inline-block;
  345. width: 4px;
  346. height: 18px;
  347. background-color: #bdc3c7;
  348. margin-right: 10px;
  349. transform: translateY(20%);
  350. } */
  351. .cats-wrapper-img{
  352. /* width: 100px; */
  353. width: 36%;
  354. height: 70px;
  355. margin-right: 5px;
  356. }
  357. .sidebar-mix-title{
  358. width: 100%;
  359. display: flex;
  360. justify-content: center;
  361. align-items: center;
  362. }
  363. .more-text{
  364. width: 40%;
  365. text-align: right;
  366. padding: 20px;
  367. }
  368. .cats-wrapper-text{
  369. margin-top: -8px;
  370. width: 64%;
  371. }
  372. .cats-badge {
  373. width: 8%;
  374. margin-left: auto;
  375. margin-right: auto;
  376. transform: translateY(-10%);
  377. }
  378. .badge {
  379. background-color: #bdc3c7;
  380. font-size: 12px;
  381. color: #ffffff;
  382. font-family: 'Open Sans Bold', sans-serif;
  383. }
  384. .sidebarblock .blocktxt {
  385. font-size: 14px;
  386. color: #363838;
  387. font-family: 'Open Sans Light', sans-serif;
  388. }
  389. .sidebarblock:nth-child(2) .blocktxt {
  390. padding-left: 6px;
  391. padding-right: 6px;
  392. }
  393. .sidebarblock .blocktxt .smal {
  394. font-size: 12px;
  395. }
  396. .chbox {
  397. width: 50px;
  398. }
  399. table.poll {
  400. width: 100%;
  401. }
  402. .progress-bar.color1 {
  403. background-color: #9b59b6;
  404. }
  405. .progress-bar.color2 {
  406. background-color: #3498db;
  407. }
  408. .progress-bar.color3 {
  409. background-color: #e67e22;
  410. }
  411. .progress-bar {
  412. font-size: 14px;
  413. color: #ffffff;
  414. font-family: 'Open Sans Bold', sans-serif;
  415. line-height: 31px;
  416. text-align: left;
  417. padding-left: 10px;
  418. box-shadow: none;
  419. }
  420. .progress {
  421. background-color: #ecf0f1;
  422. height: 31px;
  423. border-radius: 2px;
  424. box-shadow: none;
  425. }
  426. .poll label {
  427. margin-bottom: 0;
  428. margin-left: 20px;
  429. }
  430. .poll input[type="radio"] {
  431. display: none;
  432. }
  433. .poll input[type="radio"] + label {
  434. display: inline-block;
  435. width: 31px;
  436. height: 31px;
  437. background: url(../images/radio.jpg) 0 0 no-repeat;
  438. vertical-align: middle;
  439. cursor: pointer;
  440. }
  441. .poll input[type="radio"]:checked + label {
  442. background: url(../images/radio.jpg) -31px 0 no-repeat;
  443. }
  444. td.chbox {
  445. vertical-align: top;
  446. }
  447. /*--- Post --*/
  448. .post {
  449. background-color: #ffffff;
  450. border-radius: 2px;
  451. box-shadow: 0 1px 2px #c9cccd;
  452. margin-bottom: 5px;
  453. }
  454. .post .wrap-ut {
  455. width: 85%;
  456. }
  457. .post .userinfo {
  458. width: 11%;
  459. padding: 20px 0 15px 15px;
  460. }
  461. .post .posttext {
  462. width: 85%;
  463. padding-right: 30px;
  464. padding-top: 20px;
  465. padding-bottom: 15px;
  466. /*color: #989c9e;*/
  467. color: #333333;
  468. font-size: 16px;
  469. font-family: 'Open Sans Light', sans-serif;
  470. line-height: 25px;
  471. }
  472. .post .postinfo {
  473. width: 15%;
  474. border-left: solid 1px #f1f1f1;
  475. }
  476. .post .avatar {
  477. width: 37px;
  478. margin-left: 5px;
  479. }
  480. .post .icons {
  481. width: 48px;
  482. border-top: solid 1px #f1f1f1;
  483. margin-top: 12px;
  484. padding-top: 7px;
  485. }
  486. .post h2 {
  487. color: #363838;
  488. font-weight: bold;
  489. font-size: 18px;
  490. font-family: "Microsoft JhengHei", Helvetica, Noto Sans TC, Roboto, Arial, sans-serif;
  491. margin-top: 10px;
  492. margin-bottom: 10px;
  493. }
  494. .post h2::before {
  495. content: '';
  496. display: inline-block;
  497. width: 6px;
  498. height: 6px;
  499. border-radius: 50%;
  500. margin-right: 10px;
  501. background-color: #000;
  502. transform: translateY(-30%);
  503. }
  504. .post .comments {
  505. border-bottom: solid 1px #f1f1f1;
  506. padding: 18px 0 25px 0;
  507. text-align: center;
  508. }
  509. .commentbgnew {
  510. background-color: #ee7800 !important;
  511. }
  512. .commentbgnew .mark {
  513. background-color: #ee7800 !important;
  514. }
  515. .post .comments .commentbg {
  516. background-color: #bdc3c7;
  517. border-radius: 2px;
  518. display: inline-block;
  519. padding: 12px 17px;
  520. color: #ffffff;
  521. font-size: 14px;
  522. font-family: 'Open Sans Bold', sans-serif;
  523. position: relative;
  524. }
  525. .post .comments .commentbg .mark {
  526. width: 11px;
  527. height: 11px;
  528. background-color: #bdc3c7;
  529. position: absolute;
  530. bottom: 0;
  531. left: 43%;
  532. margin-bottom: -5px;
  533. transform: rotate(45deg);
  534. -ms-transform: rotate(45deg); /* IE 9 */
  535. -webkit-transform: rotate(45deg); /* Opera, Chrome, and Safari */
  536. }
  537. .post .views {
  538. border-bottom: solid 1px #f1f1f1;
  539. color: #9da6aa;
  540. font-size: 12px;
  541. font-family: 'Open Sans Regular', sans-serif;
  542. text-align: center;
  543. line-height: 29px;
  544. }
  545. .post .views i {
  546. font-size: 14px;
  547. }
  548. .post .time {
  549. color: #9da6aa;
  550. font-size: 12px;
  551. font-family: 'Open Sans Regular', sans-serif;
  552. text-align: center;
  553. line-height: 29px;
  554. }
  555. .post .time i {
  556. font-size: 14px;
  557. }
  558. /*-----------------------------------------------------------------*/
  559. /* #02_topic.html - TOPIC */
  560. /*--- Breadcrumb ---*/
  561. .breadcrumbf a, .breadcrumbf {
  562. color: #bdc3c7;
  563. font-size: 12px;
  564. font-family: 'Open Sans Regular', sans-serif;
  565. line-height: 62px;
  566. }
  567. .breadcrumbf a:hover {
  568. text-decoration: underline;
  569. }
  570. /*--- Topic ---*/
  571. .topic .userinfo {
  572. width: 12%;
  573. }
  574. .topic .posttext {
  575. width: 88%;
  576. }
  577. .postinfobot {
  578. border-top: solid 1px #f1f1f1;
  579. line-height: 50px;
  580. padding: 0 30px 0 94px;
  581. }
  582. .postinfobot .likeblock {
  583. width: 120px;
  584. }
  585. .postinfobot .prev {
  586. width: 30px;
  587. }
  588. .postinfobot .prev a {
  589. font-size: 18px;
  590. color: #bdc3c7;
  591. }
  592. .postinfobot .posted {
  593. width: 300px;
  594. margin-left: 18px;
  595. font-size: 12px;
  596. color: #bdc3c7;
  597. font-family: 'Open Sans Regular', sans-serif;
  598. }
  599. .postinfobot .posted i {
  600. font-size: 18px;
  601. color: #bdc3c7;
  602. padding-right: 8px;
  603. }
  604. .postinfobot .next {
  605. width: 90px;
  606. text-align: right;
  607. }
  608. .postinfobot .next a {
  609. font-size: 18px;
  610. color: #bdc3c7;
  611. }
  612. .postinfobot .next a i {
  613. padding-right: 18px;
  614. }
  615. .up {
  616. color: #1abc9c;
  617. font-size: 12px;
  618. }
  619. .up i,
  620. .down i {
  621. font-size: 20px;
  622. padding-right: 10px;
  623. }
  624. .down {
  625. color: #db7a7a;
  626. font-size: 12px;
  627. margin-left: 20px;
  628. }
  629. a.up:hover {
  630. text-decoration: none;
  631. color: #1de4bd;
  632. }
  633. a.down:hover {
  634. text-decoration: none;
  635. color: #f48989;
  636. }
  637. .beforepagination {
  638. margin-bottom: 0;
  639. }
  640. /*--- Quote post ---*/
  641. .post blockquote {
  642. border: solid 1px #f1f1f1;
  643. border-radius: 2px;
  644. font-size: 14px;
  645. padding: 18px;
  646. }
  647. .post blockquote .original,
  648. .postreply {
  649. font-size: 12px;
  650. color: #bdc3c7;
  651. display: block;
  652. font-family: 'Open Sans Regular', sans-serif;
  653. }
  654. .textwraper textarea {
  655. border: none;
  656. box-shadow: none;
  657. background-color: #f1f1f1;
  658. /* width: 610px;*/
  659. width: 100%;
  660. }
  661. .textwraper {
  662. background-color: #f1f1f1;
  663. border-radius: 2px;
  664. padding: 18px;
  665. }
  666. .notechbox {
  667. width: 20px;
  668. }
  669. .notechbox input {
  670. width: 12px;
  671. box-shadow: none;
  672. margin-top: 8px;
  673. border-color: #bdc3c7;
  674. }
  675. .notechbox input:active,
  676. .notechbox input:focus,
  677. .notechbox input:hover {
  678. box-shadow: none;
  679. }
  680. .postinfobot label {
  681. color: #bdc3c7;
  682. font-size: 12px;
  683. font-family: 'Open Sans Regular', sans-serif;
  684. }
  685. .smile a {
  686. margin-right: 20px;
  687. font-size: 20px;
  688. color: #bdc3c7;
  689. }
  690. .btn-primary {
  691. background-color: #1abc9c;
  692. box-shadow: none;
  693. border-radius: 2px;
  694. padding: 10px 15px;
  695. color: #ffffff;
  696. font-size: 14px;
  697. font-family: 'Open Sans Bold', sans-serif;
  698. border: none;
  699. }
  700. .btn-primary:hover,
  701. .btn-primary:active,
  702. .btn-primary:focus {
  703. border: none;
  704. background-color: #20e1bb;
  705. box-shadow: none;
  706. }
  707. /*-----------------------------------------------------------------*/
  708. /*--- #03_new_topic.html - NEW TOPIC ---*/
  709. .newtopic input[type=text],
  710. .newtopic input[type=password] {
  711. border-radius: 2px;
  712. box-shadow: none;
  713. border: none;
  714. background-color: #f1f1f1;
  715. padding: 20px;
  716. font-size: 14px;
  717. color: #989c9e;
  718. font-family: 'Open Sans Light', sans-serif;
  719. margin-bottom: 20px;
  720. height: 50px;
  721. }
  722. .newtopic select {
  723. border-radius: 2px;
  724. box-shadow: none;
  725. border: solid 1px #cfd5d7;
  726. background-color: #ffffff;
  727. font-size: 14px;
  728. color: #989c9e;
  729. font-family: 'Open Sans Light', sans-serif;
  730. margin-bottom: 20px;
  731. height: 50px;
  732. }
  733. .newtopic select:hover,
  734. .newtopic select:focus,
  735. .newtopic select:active {
  736. box-shadow: none;
  737. }
  738. .newtopic textarea {
  739. border-radius: 2px;
  740. box-shadow: none;
  741. border: none;
  742. background-color: #f1f1f1;
  743. padding: 20px;
  744. font-size: 14px;
  745. color: #989c9e;
  746. font-family: 'Open Sans Light', sans-serif;
  747. margin-bottom: 20px;
  748. height: 150px;
  749. }
  750. .newtopic textarea:hover,
  751. .newtopic textarea:focus,
  752. .newtopic textarea:active {
  753. box-shadow: none;
  754. }
  755. .newtopic p {
  756. font-size: 14px;
  757. color: #363838;
  758. font-family: 'Open Sans Light', sans-serif;
  759. }
  760. .newtopcheckbox input {
  761. margin-top: 5px;
  762. width: 18px;
  763. height: 18px;
  764. /* width: 18px;
  765. box-shadow: none;
  766. margin-top: 8px;
  767. border-color: #bdc3c7;*/
  768. }
  769. .checkbox input {
  770. margin-right: 7px;
  771. }
  772. .checkbox .fa-facebook-square {
  773. color: #3b5b99;
  774. font-size: 20px;
  775. margin-top: 4px;
  776. }
  777. .checkbox .fa-google-plus-square {
  778. color: #e74724;
  779. font-size: 20px;
  780. margin-top: 4px;
  781. }
  782. .checkbox .fa-twitter {
  783. color: #42c8f4;
  784. font-size: 20px;
  785. margin-top: 4px;
  786. }
  787. .loading {
  788. text-align: right;
  789. }
  790. .similarposts {
  791. /* height: 57px;*/
  792. margin-bottom: 20px;
  793. }
  794. .similarposts p {
  795. display: inline;
  796. color: #bdc3c7;
  797. }
  798. .similarposts p span {
  799. color: #363838;
  800. }
  801. .similarposts .fa-info-circle {
  802. font-size: 18px;
  803. color: #3498db;
  804. margin-right: 10px;
  805. }
  806. .similarposts .fa-spinner {
  807. font-size: 18px;
  808. color: #363838;
  809. }
  810. .postinfotop h2 {
  811. color: #363838;
  812. font-size: 14px;
  813. font-family: 'Open Sans Bold', sans-serif;
  814. padding: 20px;
  815. margin: 0;
  816. border-bottom: solid 1px #f1f1f1;
  817. }
  818. /*-----------------------------------------------------------------*/
  819. /*--- #04_new_account.html - NEW ACCOUNT ---*/
  820. .acccap h3 {
  821. padding: 7px;
  822. margin: 0;
  823. border-radius: 2px;
  824. background-color: #697683;
  825. display: inline-block;
  826. color: #ffffff;
  827. font-size: 12px;
  828. font-family: 'Open Sans Regular', sans-serif;
  829. }
  830. .acccap .posttext {
  831. padding-bottom: 0;
  832. }
  833. .acccap .userinfo {
  834. padding-top: 0;
  835. padding-bottom: 0;
  836. }
  837. .accsection.privacy h3 {
  838. background-color: #9b59b6;
  839. }
  840. .accsection.privacy .posttext {
  841. padding: 0;
  842. padding-top: 20px;
  843. }
  844. .accsection.privacy p {
  845. margin-bottom: 0;
  846. }
  847. .accsection.privacy .checkbox {
  848. margin: 20px 0 10px 0;
  849. }
  850. .accsection.survey h3 {
  851. background-color: #e67e22;
  852. }
  853. .accsection.networks h3 {
  854. background-color: #80d3ab;
  855. }
  856. .accsection .htext {
  857. width: 40%;
  858. float: left;
  859. }
  860. .accsection .hnotice {
  861. width: 60%;
  862. float: left;
  863. text-align: right;
  864. }
  865. .networks .btn {
  866. display: block;
  867. width: 100%;
  868. margin-bottom: 20px;
  869. padding: 20px;
  870. color: #ffffff;
  871. font-size: 14px;
  872. font-family: 'Open Sans Light', sans-serif;
  873. text-align: left;
  874. }
  875. .networks .btn-fb {
  876. background-color: #3b5b99;
  877. }
  878. .networks .btn-tw {
  879. background-color: #42c8f4;
  880. }
  881. .networks .btn-gp {
  882. background-color: #cd3d1e;
  883. }
  884. .networks .btn-pin {
  885. background-color: #bd1425;
  886. }
  887. .newaccountpage .postinfobot {
  888. padding: 0 30px 0 115px;
  889. }
  890. .accsection .imgsize {
  891. color: #989c9e;
  892. font-size: 12px;
  893. font-family: 'Open Sans Regular', sans-serif;
  894. margin: 10px 0;
  895. }
  896. .accsection input[type=password] {
  897. margin-bottom: 0;
  898. }
  899. /*-----------------------------------------------------------------*/
  900. /*--- Extra small devices (less 767px) ---*/
  901. @media (max-width: 767px) {
  902. /*--- index.html ---*/
  903. .container-fluid {
  904. padding: 0;
  905. }
  906. .post .userinfo {
  907. width: 30%;
  908. padding: 15px 0 15px 15px;
  909. }
  910. .post .posttext {
  911. width: 70%;
  912. padding-right: 15px;
  913. padding-top: 15px;
  914. padding-bottom: 15px;
  915. }
  916. .post .comments .commentbg {
  917. font-size: 12px;
  918. padding: 7px;
  919. min-width: 35px;
  920. }
  921. .post .time i {
  922. display: block;
  923. margin-top: 5px;
  924. }
  925. .post .views i {
  926. display: block;
  927. margin-top: 5px;
  928. }
  929. .post .comments .commentbg .mark {
  930. left: 36%;
  931. }
  932. .post .time,
  933. .post .views,
  934. .post .views {
  935. }
  936. .headernav {
  937. height: auto;
  938. }
  939. .avt {
  940. height: auto;
  941. margin-bottom: 15px;
  942. }
  943. .selecttopic select {
  944. width: 100%;
  945. }
  946. .avatar .dropdown-menu {
  947. left: auto;
  948. right: 0;
  949. }
  950. .selecttopic .dropdown-menu {
  951. margin-top: -20px;
  952. }
  953. .dropdown.avatar .status {
  954. right: 14px;
  955. }
  956. .dropdown.avatar b.caret {
  957. color: #363838;
  958. }
  959. .sociconcent {
  960. text-align: center;
  961. }
  962. /*--- 02_topic.html ---*/
  963. .postinfobot {
  964. padding: 10px;
  965. }
  966. .postinfobot .likeblock {
  967. width: 100%;
  968. }
  969. .postinfobot .posted {
  970. width: 200px;
  971. margin: 0;
  972. }
  973. .postinfobot .next {
  974. width: 76px;
  975. margin: 0;
  976. }
  977. .textwraper textarea {
  978. width: 175px;
  979. }
  980. footer ul.socialicons {
  981. margin: 0;
  982. padding: 0;
  983. }
  984. /* end 2*/
  985. /*--- 03_new_topic.html ---*/
  986. #pass {
  987. margin-bottom: 20px;
  988. }
  989. .accsection .htext,
  990. .accsection .hnotice {
  991. width: 100%;
  992. }
  993. .accsection .hnotice {
  994. font-size: 10px;
  995. }
  996. .postinfobot .lblfch {
  997. width: 80%;
  998. }
  999. .postinfobot .lblfch label {
  1000. line-height: normal;
  1001. padding-top: 15px;
  1002. padding-bottom: 15px;
  1003. }
  1004. /* end 3 */
  1005. }
  1006. /*-----------------------------------------------------------------*/
  1007. /*--- Small devices (768 - 991px) ---*/
  1008. @media (min-width: 768px) and (max-width: 991px) {
  1009. .container-fluid {
  1010. padding: 0;
  1011. }
  1012. .post .userinfo {
  1013. width: 15%;
  1014. padding: 15px 0 15px 15px;
  1015. }
  1016. .post .posttext {
  1017. width: 85%;
  1018. padding-right: 15px;
  1019. padding-top: 15px;
  1020. padding-bottom: 15px;
  1021. }
  1022. .post .comments .commentbg {
  1023. font-size: 12px;
  1024. padding: 7px;
  1025. min-width: 35px;
  1026. }
  1027. .post .time i {
  1028. display: block;
  1029. margin-top: 5px;
  1030. }
  1031. .post .views i {
  1032. display: block;
  1033. margin-top: 5px;
  1034. }
  1035. .post .comments .commentbg .mark {
  1036. left: 36%;
  1037. }
  1038. .headernav {
  1039. height: auto;
  1040. }
  1041. .avt {
  1042. height: auto;
  1043. margin-bottom: 15px;
  1044. }
  1045. .selecttopic select {
  1046. width: 100%;
  1047. }
  1048. .avatar .dropdown-menu {
  1049. left: auto;
  1050. right: 0;
  1051. }
  1052. .selecttopic .dropdown-menu {
  1053. margin-top: -20px;
  1054. }
  1055. .dropdown.avatar .status {
  1056. right: 14px;
  1057. }
  1058. .dropdown.avatar b.caret {
  1059. color: #363838;
  1060. }
  1061. }
  1062. /*-----------------------------------------------------------------*/
  1063. /*--- Medium devices (992-1200px) ---*/
  1064. @media (min-width: 992px) and (max-width: 1200px) {
  1065. .container-fluid {
  1066. padding: 0;
  1067. }
  1068. .headernav .search .txt {
  1069. width: 75%;
  1070. }
  1071. .avatar .dropdown-menu {
  1072. left: auto;
  1073. right: 0;
  1074. }
  1075. ul.socialicons {
  1076. margin-bottom: 0;
  1077. }
  1078. /* 2 */
  1079. .textwraper textarea {
  1080. width: 100%;
  1081. }
  1082. /* end 2 */
  1083. }
  1084. /*-----------------------------------------------------------------*/
  1085. /*--- Large devices (more 1200px) ---*/
  1086. @media (min-width: 1201px) {
  1087. .container-fluid {
  1088. padding: 0;
  1089. }
  1090. .container {
  1091. padding: 0;
  1092. }
  1093. }