mobile.css 8.6 KB

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