mobile.css 9.6 KB

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