style.css 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752
  1. /* overall */
  2. html {
  3. scroll-behavior: smooth;
  4. }
  5. * {
  6. font-family: arial, helvetica, sans-serif;
  7. font-size: 11pt;
  8. }
  9. a {
  10. text-decoration: none;
  11. }
  12. h1 {
  13. font-size:30px;
  14. }
  15. p {
  16. margin-bottom: 1em !important;
  17. }
  18. body {
  19. margin: 0;
  20. }
  21. ul{
  22. padding:0px;
  23. margin:0px;
  24. list-style: none;
  25. }
  26. select{
  27. padding:5px;
  28. margin-top:5px;
  29. border:0px;
  30. font-weight:bold;
  31. font-family:fontello, sans-serif;
  32. }
  33. option{
  34. font-family:fontello, sans-serif;
  35. }
  36. label {
  37. margin-left: 5px;
  38. margin-right: 5px;
  39. cursor: pointer;
  40. }
  41. .cursor {
  42. cursor: pointer;
  43. }
  44. input[type="file"], .nloadmore {
  45. cursor:pointer;
  46. }
  47. textarea {
  48. resize: none;
  49. }
  50. /* omnipresent */
  51. .mobile {
  52. display:none !important;
  53. }
  54. .link {
  55. text-decoration: none;
  56. }
  57. .external:after{
  58. font-family:fontello;
  59. font-weight:normal;
  60. content: ' ';
  61. }
  62. /* basic structure */
  63. .topbar {
  64. width: 100%;
  65. height: 45px;
  66. margin: 0;
  67. position: relative;
  68. }
  69. .topbar > div.topbar{
  70. position:fixed; top:0px; left:0px;
  71. }
  72. .fw {
  73. float:right;
  74. }
  75. .wrapper {
  76. width: 100%;
  77. clear: both;
  78. display: inline-block;
  79. text-align: center;
  80. }
  81. .container {
  82. display: inline-block;
  83. text-align: center;
  84. }
  85. #posts {
  86. width: 800px;
  87. float: left;
  88. }
  89. aside {
  90. margin-top: 5px;
  91. width: 280px;
  92. float: left;
  93. display: inline-block;
  94. }
  95. .gotop {
  96. width: 30px;
  97. height: 30px;
  98. padding: 5px;
  99. position: fixed;
  100. display: table;
  101. text-align: center;
  102. right: 20px;
  103. bottom: 20px;
  104. border-radius: 10px;
  105. }
  106. .gotop a {
  107. text-align: center;
  108. display: table-cell;
  109. vertical-align: middle;
  110. opacity: 0.7;
  111. font-size: 20px;
  112. }
  113. #hiddenside {
  114. background-color: rgba(255, 255, 255, 0);
  115. position: fixed;
  116. right: 10px;
  117. bottom: 115px;
  118. width: 350px;
  119. height: auto;
  120. }
  121. #videodock {
  122. background-color: rgba(255, 255, 255, 0);
  123. display:none;
  124. position: fixed;
  125. right: 40px;
  126. bottom: 115px;
  127. width: 350px;
  128. height: 240px;
  129. }
  130. /* topbar elements */
  131. .topbutton {
  132. vertical-align: middle;
  133. display: table-cell;
  134. line-height: 45px;
  135. height: 100%;
  136. width: 50px;
  137. position: relative;
  138. }
  139. .topicon {
  140. text-decoration: none;
  141. display: inline;
  142. font-size: 20px;
  143. }
  144. .ntbutton {
  145. position:relative;
  146. }
  147. .badge {
  148. text-decoration: none;
  149. }
  150. .alert {
  151. border-radius: 90px;
  152. width: 10px;
  153. height: 10px;
  154. position: absolute;
  155. right: 15px;
  156. top: 15px;
  157. display: none;
  158. }
  159. #notifications {
  160. position: absolute;
  161. right: -20px;
  162. top: 45px;
  163. width: 350px;
  164. max-height: 500px;
  165. display: none;
  166. line-height:12px;
  167. overflow-y:scroll;
  168. border-radius:3px;
  169. }
  170. .notif{
  171. width:330px;
  172. height:80px;
  173. display:inline-block;
  174. text-align:left;
  175. position:relative;
  176. }
  177. #quicksend {
  178. border-radius: 3px;
  179. font-weight: bold;
  180. }
  181. .notifContents{
  182. margin:10px;
  183. display:flex;
  184. height:60px;
  185. max-width:325px;
  186. }
  187. .nloadmore {
  188. display:inline-block;
  189. height:20px;
  190. padding-top:10px;
  191. }
  192. /* sidebar */
  193. .side_element {
  194. border-radius: 3px;
  195. width: 92%;
  196. margin: 10px;
  197. display: inline-block;
  198. text-align: center;
  199. }
  200. .side_element li {
  201. font-family: fontello, sans-serif;
  202. height:30px;
  203. line-height:30px;
  204. text-align:left;
  205. padding-left:12px;
  206. list-style-type: none;
  207. }
  208. /* posts area elements */
  209. .uploadedImage {
  210. width: 60px;
  211. margin: 10px 0px 10px 10px;
  212. height: 60px;
  213. border: 1px solid #ccc;
  214. display: inline-block;
  215. box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  216. float: left;
  217. background-size: cover;
  218. }
  219. .uploadBox {
  220. width: 100%;
  221. display: inline-block;
  222. border-bottom: 1px solid #ddd;
  223. }
  224. .delpic {
  225. border-radius:90px;
  226. display:inline-block;
  227. cursor:pointer;
  228. }
  229. #send {
  230. padding:5px;
  231. border-radius:3px;
  232. font-weight:bold;
  233. margin-top:5px;
  234. float:left;
  235. }
  236. .formbtn {
  237. background-color:transparent;
  238. border: 0px;
  239. margin-top:11px;
  240. margin-left:15px;
  241. float:left;
  242. width:20px;
  243. height:20px;
  244. line-height:20px;
  245. text-align:center;
  246. overflow:hidden;
  247. font-size:20px;
  248. }
  249. .formbtn label{
  250. margin:-5px;
  251. font-size:20px;
  252. }
  253. .element {
  254. width: 800px;
  255. clear: both;
  256. display: inline-block;
  257. margin-top: 5px;
  258. margin-left:90px;
  259. }
  260. .profile,.loader {
  261. float:left;
  262. border-radius:5px;
  263. width:650px;
  264. }
  265. .profileButton{
  266. padding: 5px;
  267. border-radius: 5px;
  268. font-family: fontello, sans-serif;
  269. }
  270. #usermenu .menu,
  271. #accountmenu .menu {
  272. display: none;
  273. width: 150px;
  274. position: absolute;
  275. top: 45px;
  276. left: -120px;
  277. transition: 0.4s;
  278. }
  279. #accountmenu:hover>.menu,
  280. #accountmenu:active>.menu {
  281. display: block;
  282. transition: 0.4s;
  283. }
  284. .postMenu {
  285. cursor: pointer;
  286. position:relative;
  287. }
  288. .postMenu div{
  289. border-radius: 3px;
  290. }
  291. .postMenu li {
  292. margin:0px;
  293. width:100%;
  294. height:35px;
  295. display:block;
  296. text-align:center;
  297. line-height:35px;
  298. }
  299. #accountmenu .menu li {
  300. text-align:left;
  301. line-height:25px;
  302. padding-left:5px;
  303. }
  304. .postMenu:hover > div{
  305. display:block !important;
  306. }
  307. .postMenu ul {
  308. margin:0px;
  309. width:100%;
  310. padding:0px;
  311. }
  312. .reply .postMenu {
  313. margin-right:15px !important;
  314. }
  315. .profileMenu:hover > div, .listmenu:hover > div{
  316. display:block !important;
  317. }
  318. .listmenu li {
  319. font-family: fontello, sans-serif;
  320. height:30px;
  321. line-height:30px;
  322. text-align:left;
  323. padding-left:12px;
  324. list-style-type: none;
  325. }
  326. .felem {
  327. margin-left: 10px;
  328. float: left;
  329. }
  330. .felem a {
  331. font-size:20px !important;
  332. position:relative;
  333. }
  334. .notif .felem a {
  335. font-size:13px !important;
  336. }
  337. .felem a > span {
  338. display:none;
  339. }
  340. .felem a:hover > span {
  341. display:block;
  342. position:absolute;
  343. width:30px;
  344. height:27px;
  345. top:-35px;
  346. left:-5px;
  347. text-align:center;
  348. padding-top:3px;
  349. }
  350. .contact{
  351. background-color:white;
  352. cursor: pointer;
  353. border-top:1px dotted #aaa;
  354. }
  355. .contact:hover{
  356. background-color:#0000a0;
  357. color:white;
  358. }
  359. .avatar {
  360. width: 80px;
  361. height: 80px;
  362. float: left;
  363. margin: 15px;
  364. border-radius: 10px;
  365. background-size: auto 80px;
  366. position:absolute;
  367. left:-110px;
  368. }
  369. .avatar_header {
  370. width: 80px;
  371. height: 80px;
  372. float: left;
  373. margin: 15px;
  374. border-radius: 10px;
  375. background-size: auto 80px;
  376. }
  377. .post,
  378. .rb,
  379. .textonly,
  380. .loadmore {
  381. width: 650px;
  382. float: left;
  383. text-align: center;
  384. position: relative;
  385. border-radius: 5px;
  386. }
  387. #searchmobile{
  388. display:none;
  389. }
  390. .postform {
  391. width:650px;
  392. float: left;
  393. text-align: center;
  394. position: relative;
  395. border-radius: 3px;
  396. display:block !important;
  397. }
  398. .postHeader {
  399. width: 100%;
  400. display: inline-block;
  401. height: 40px;
  402. text-align: left;
  403. position:relative;
  404. }
  405. .previewpost {
  406. display: none;
  407. position: absolute;
  408. margin-top: -100px;
  409. width: 400px;
  410. border-radius:3px;
  411. }
  412. .user {
  413. position:relative;
  414. }
  415. .userinfo {
  416. display: none;
  417. position: absolute;
  418. left:0px;
  419. top:15px;
  420. width: 300px;
  421. height: auto;
  422. border-radius:3px;
  423. line-height:initial;
  424. z-index:99;
  425. }
  426. .userinfo_upper{
  427. top:-100px;
  428. }
  429. .userinfo_co {
  430. width: 280px;
  431. margin: 10px;
  432. text-align: center;
  433. position:relative;
  434. }
  435. .userinfo_he {
  436. width: 300px;
  437. height: 150px;
  438. }
  439. .media {
  440. width: 100%;
  441. display: inline-block;
  442. }
  443. .img {
  444. width: 600px;
  445. text-align: center;
  446. }
  447. .blur {
  448. -webkit-filter: blur(25px) brightness(70%) grayscale(80%);
  449. /* Safari 6.0 - 9.0 */
  450. filter: blur(25px) brightness(70%) grayscale(80%);
  451. opacity: 0.5;
  452. transition: 0.4s;
  453. }
  454. .toggleblur {
  455. display:none;
  456. cursor: pointer;
  457. font-family: sans, fontello;
  458. }
  459. .small {
  460. width: 321px;
  461. height: 321px;
  462. line-height: 321px;
  463. /* background-color: black; */
  464. float:left;
  465. margin:2px !important;
  466. }
  467. .smaller {
  468. width: 212px;
  469. height: 212px;
  470. line-height: 212px;
  471. float:left;
  472. margin:2px !important;
  473. }
  474. .icon {
  475. width: 80px !important;
  476. height: 80px !important;
  477. line-height: 80px;
  478. float:left;
  479. text-align:center;
  480. margin:2px !important;
  481. }
  482. .postbody {
  483. margin: 15px;
  484. }
  485. .content {
  486. width: 600px;
  487. display: inline-block;
  488. margin:0px !important;
  489. text-align: left;
  490. word-break: break-all;
  491. }
  492. .flex {
  493. margin-top: 5px;
  494. max-height:100px;
  495. overflow:hidden;
  496. }
  497. .flex_host{
  498. font-weight:lighter;
  499. font-style:italic;
  500. display:block;
  501. margin-bottom:5px;
  502. font-size:12px;
  503. opacity:0.5;
  504. }
  505. .flex > div{
  506. text-overflow: ellipsis;
  507. }
  508. .post_footer {
  509. width: 630px;
  510. display: table-cell;
  511. clear: both;
  512. padding: 10px;
  513. height: 20px;
  514. text-align: left;
  515. border-radius: 3px;
  516. }
  517. .postAge,.public:after,.unlisted:after,.private:after,.direct:after {
  518. font-size:12px;
  519. }
  520. .reply:hover .post_buttons,.reply:hover .postMenu {
  521. display:block !important;
  522. }
  523. .replyflex {
  524. flex:9;
  525. }
  526. .post_buttons {
  527. font-family: fontello, sans-serif;
  528. float: right;
  529. display: inline-block;
  530. text-align: right;
  531. font-size: 15pt;
  532. }
  533. .post_buttons a,
  534. .post_buttons span {
  535. font-family: fontello, sans-serif;
  536. text-decoration: none;
  537. color: inherit;
  538. font-size: inherit;
  539. }
  540. .reply {
  541. width: 100%;
  542. clear: both;
  543. text-align: left;
  544. display: block;
  545. border-bottom:1px dotted #aaa;
  546. }
  547. .note {
  548. width: 640px;
  549. float: left;
  550. text-align: left;
  551. border-radius: 5px;
  552. padding: 5px;
  553. }
  554. .button {
  555. padding: 15px;
  556. float: left;
  557. text-align: center;
  558. border-radius: 5px;
  559. font-size: 20pt;
  560. }
  561. /* pages */
  562. .setting label {
  563. display: block;
  564. min-width: 40px;
  565. height: 20px;
  566. padding: 5px;
  567. float: left;
  568. margin: 0px;
  569. text-align: center;
  570. transition: all 0.3s ease-in-out;
  571. }
  572. .setting input[type="radio"]:checked+label,.setting input[type="checkbox"]:checked+label {
  573. font-weight: bold;
  574. }
  575. /* other stuff */
  576. /* <lightbox> */
  577. .lightbox-opened {
  578. /* background-color: #333; */
  579. background-color: rgba(50, 50, 50, 0.85);
  580. cursor: pointer;
  581. height: 100%;
  582. /* left: 0; */
  583. overflow-y: scroll;
  584. position: fixed;
  585. text-align: center;
  586. top: 0;
  587. width: 100%;
  588. z-index:105;
  589. &:before {
  590. background-color: #333;
  591. background-color: rgba(#333, 0.9);
  592. color: #eee;
  593. content: "x";
  594. font-family: sans-serif;
  595. padding: 6px 12px;
  596. position: fixed;
  597. text-transform: uppercase;
  598. }
  599. img {
  600. box-shadow: 0 0 6px 3px #333;
  601. }
  602. }
  603. .no-scroll {
  604. overflow: hidden;
  605. }
  606. /* </lightbox> */
  607. .fontello {
  608. font-family: fontello;
  609. }
  610. .loading {
  611. font-family: fontello;
  612. color: black;
  613. content: "\E822";
  614. animation-name: spin;
  615. animation-duration: 5000ms;
  616. animation-iteration-count: infinite;
  617. animation-timing-function: linear;
  618. /* transform: rotate(3deg); */
  619. /* transform: rotate(0.3rad);/ */
  620. /* transform: rotate(3grad); */
  621. /* transform: rotate(.03turn); */
  622. }
  623. @keyframes spin {
  624. from {
  625. transform: rotate(0deg);
  626. }
  627. to {
  628. transform: rotate(360deg);
  629. }
  630. }
  631. .disabled {
  632. background-color: black;
  633. }
  634. .hidden {
  635. display:none;
  636. }