style.css 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636
  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: 0px !important;
  17. }
  18. body {
  19. margin: 0;
  20. }
  21. ul{
  22. padding:0px;
  23. margin:0px;
  24. }
  25. select{
  26. padding:5px;
  27. margin-top:5px;
  28. border:0px;
  29. font-weight:bold;
  30. font-family:fontello, sans-serif;
  31. }
  32. option{
  33. font-family:fontello, sans-serif;
  34. }
  35. label {
  36. margin-left: 5px;
  37. margin-right: 5px;
  38. cursor: pointer;
  39. }
  40. input[type="file"], .nloadmore {
  41. cursor:pointer;
  42. }
  43. textarea {
  44. resize: none;
  45. }
  46. /* omnipresent */
  47. .mobile {
  48. display:none !important;
  49. }
  50. .link {
  51. text-decoration: none;
  52. }
  53. .external:after{
  54. font-family:fontello;
  55. font-weight:normal;
  56. content: ' ';
  57. }
  58. /* basic structure */
  59. .topbar {
  60. width: 100%;
  61. height: 45px;
  62. margin: 0;
  63. position: relative;
  64. }
  65. .wrapper {
  66. width: 100%;
  67. clear: both;
  68. display: inline-block;
  69. text-align: center;
  70. }
  71. .container {
  72. display: inline-block;
  73. text-align: center;
  74. }
  75. #posts {
  76. width: 800px;
  77. float: left;
  78. }
  79. aside {
  80. margin-top: 5px;
  81. width: 280px;
  82. float: left;
  83. display: inline-block;
  84. }
  85. .gotop {
  86. width: 30px;
  87. height: 30px;
  88. padding: 5px;
  89. position: fixed;
  90. display: table;
  91. text-align: center;
  92. right: 20px;
  93. bottom: 20px;
  94. border-radius: 10px;
  95. }
  96. .gotop a {
  97. text-align: center;
  98. display: table-cell;
  99. vertical-align: middle;
  100. opacity: 0.7;
  101. font-size: 20px;
  102. }
  103. #hiddenside {
  104. background-color: rgba(255, 255, 255, 0);
  105. position: fixed;
  106. right: 10px;
  107. bottom: 115px;
  108. width: 350px;
  109. height: auto;
  110. }
  111. /* topbar elements */
  112. .topbutton {
  113. vertical-align: middle;
  114. display: table-cell;
  115. line-height: 45px;
  116. height: 100%;
  117. width: 50px;
  118. position: relative;
  119. }
  120. .topicon {
  121. text-decoration: none;
  122. display: inline;
  123. font-size: 20px;
  124. }
  125. .ntbutton {
  126. position:relative;
  127. }
  128. .badge {
  129. text-decoration: none;
  130. }
  131. .alert {
  132. border-radius: 90px;
  133. width: 10px;
  134. height: 10px;
  135. position: absolute;
  136. right: 15px;
  137. top: 15px;
  138. display: none;
  139. }
  140. #notifications {
  141. position: absolute;
  142. right: -20px;
  143. top: 45px;
  144. width: 350px;
  145. max-height: 500px;
  146. display: none;
  147. line-height:12px;
  148. overflow-y:scroll;
  149. border-radius:3px;
  150. }
  151. .notif{
  152. width:330px;
  153. height:80px;
  154. display:inline-block;
  155. text-align:left;
  156. position:relative;
  157. }
  158. #quicksend {
  159. border-radius: 3px;
  160. font-weight: bold;
  161. }
  162. .notifContents{
  163. margin:10px;
  164. display:flex;
  165. height:60px;
  166. max-width:325px;
  167. }
  168. .nloadmore {
  169. display:inline-block;
  170. height:20px;
  171. padding-top:10px;
  172. }
  173. /* sidebar */
  174. .side_element {
  175. border-radius: 3px;
  176. width: 92%;
  177. margin: 10px;
  178. display: inline-block;
  179. text-align: center;
  180. }
  181. .side_element li {
  182. font-family: fontello, sans-serif;
  183. height:30px;
  184. line-height:30px;
  185. text-align:left;
  186. padding-left:12px;
  187. list-style-type: none;
  188. }
  189. /* posts area elements */
  190. .uploadedImage {
  191. width: 60px;
  192. margin: 10px 0px 10px 10px;
  193. height: 60px;
  194. border: 1px solid #ccc;
  195. display: inline-block;
  196. box-shadow: 3px 3px 3px grey;
  197. float: left;
  198. background-size: cover;
  199. }
  200. .uploadBox {
  201. width: 100%;
  202. display: inline-block;
  203. border-bottom: 1px solid #ddd;
  204. }
  205. .delpic {
  206. border-radius:90px;
  207. display:inline-block;
  208. cursor:pointer;
  209. }
  210. #send {
  211. padding:5px;
  212. border-radius:3px;
  213. font-weight:bold;
  214. margin-top:5px;
  215. float:left;
  216. }
  217. .formbtn {
  218. background-color:transparent;
  219. border: 0px;
  220. margin-top:11px;
  221. margin-left:15px;
  222. float:left;
  223. width:20px;
  224. height:20px;
  225. line-height:20px;
  226. text-align:center;
  227. overflow:hidden;
  228. font-size:20px;
  229. }
  230. .formbtn label{
  231. margin:-5px;
  232. font-size:20px;
  233. }
  234. .element {
  235. width: 800px;
  236. clear: both;
  237. display: inline-block;
  238. margin-top: 5px;
  239. }
  240. .profile,.loader {
  241. float:left;
  242. border-radius:5px;
  243. width:650px;
  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 {
  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. width: 80px;
  304. background-size: 80px;
  305. height: 80px;
  306. float: left;
  307. margin: 15px;
  308. border-radius: 10px;
  309. }
  310. .post,
  311. .rb,
  312. .textonly,
  313. .loadmore {
  314. width: 650px;
  315. float: left;
  316. text-align: center;
  317. position: relative;
  318. border-radius: 5px;
  319. }
  320. #searchmobile{
  321. display:none;
  322. }
  323. .postform {
  324. width:650px;
  325. float: left;
  326. text-align: center;
  327. position: relative;
  328. border-radius: 3px;
  329. display:block !important;
  330. }
  331. .postHeader {
  332. width: 100%;
  333. display: inline-block;
  334. height: 40px;
  335. text-align: left;
  336. }
  337. .previewpost {
  338. display: none;
  339. position: absolute;
  340. margin-top: -100px;
  341. width: 400px;
  342. border-radius:3px;
  343. }
  344. .user {
  345. position:relative;
  346. }
  347. .userinfo {
  348. display: none;
  349. position: absolute;
  350. left:0px;
  351. top:15px;
  352. width: 300px;
  353. height: auto;
  354. border-radius:3px;
  355. line-height:initial;
  356. z-index:99;
  357. }
  358. .userinfo_upper{
  359. top:-100px;
  360. }
  361. .userinfo_co {
  362. width: 280px;
  363. margin: 10px;
  364. text-align: center;
  365. position:relative;
  366. }
  367. .userinfo_he {
  368. width: 300px;
  369. height: 150px;
  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: 321px !important;
  393. height: 321px;
  394. line-height: 321px;
  395. /* background-color: black; */
  396. float:left;
  397. margin:2px !important;
  398. }
  399. .smaller {
  400. width: 212px !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. .content {
  419. width: 600px;
  420. display: inline-block;
  421. margin:0px !important;
  422. text-align: left;
  423. }
  424. .post_footer {
  425. width: 630px;
  426. display: table-cell;
  427. clear: both;
  428. padding: 10px;
  429. height: 20px;
  430. text-align: left;
  431. border-radius: 3px;
  432. }
  433. .post_buttons {
  434. font-family: fontello;
  435. float: right;
  436. display: inline-block;
  437. text-align: right;
  438. font-size: 15pt;
  439. }
  440. .post_buttons a,
  441. .post_buttons span {
  442. font-family: inherit;
  443. text-decoration: none;
  444. color: inherit;
  445. font-size: inherit;
  446. }
  447. .reply {
  448. width: 100%;
  449. clear: both;
  450. text-align: left;
  451. display: block;
  452. }
  453. .note {
  454. width: 640px;
  455. float: left;
  456. text-align: left;
  457. border-radius: 5px;
  458. padding: 5px;
  459. }
  460. .button {
  461. padding: 15px;
  462. float: left;
  463. text-align: center;
  464. border-radius: 5px;
  465. font-size: 20pt;
  466. }
  467. /* pages */
  468. .setting label {
  469. display: block;
  470. width: 40px;
  471. height: 20px;
  472. padding: 5px;
  473. float: left;
  474. margin: 0px;
  475. text-align: center;
  476. transition: all 0.3s ease-in-out;
  477. }
  478. .setting input[type="radio"]:checked+label {
  479. font-weight: bold;
  480. }
  481. /* other stuff */
  482. /* <lightbox> */
  483. .lightbox-opened {
  484. /* background-color: #333; */
  485. background-color: rgba(50, 50, 50, 0.85);
  486. cursor: pointer;
  487. height: 100%;
  488. /* left: 0; */
  489. overflow-y: scroll;
  490. position: fixed;
  491. text-align: center;
  492. top: 0;
  493. width: 100%;
  494. z-index:105;
  495. &:before {
  496. background-color: #333;
  497. background-color: rgba(#333, 0.9);
  498. color: #eee;
  499. content: "x";
  500. font-family: sans-serif;
  501. padding: 6px 12px;
  502. position: fixed;
  503. text-transform: uppercase;
  504. }
  505. img {
  506. box-shadow: 0 0 6px 3px #333;
  507. }
  508. }
  509. .no-scroll {
  510. overflow: hidden;
  511. }
  512. /* </lightbox> */
  513. .fontello {
  514. font-family: fontello;
  515. }
  516. .loading {
  517. font-family: fontello;
  518. color: black;
  519. content: "\E822";
  520. animation-name: spin;
  521. animation-duration: 5000ms;
  522. animation-iteration-count: infinite;
  523. animation-timing-function: linear;
  524. /* transform: rotate(3deg); */
  525. /* transform: rotate(0.3rad);/ */
  526. /* transform: rotate(3grad); */
  527. /* transform: rotate(.03turn); */
  528. }
  529. @keyframes spin {
  530. from {
  531. transform: rotate(0deg);
  532. }
  533. to {
  534. transform: rotate(360deg);
  535. }
  536. }
  537. .disabled {
  538. background-color: black;
  539. }