style.css 8.4 KB

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