style.css.old 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797
  1. /*
  2. * Copyright (c) 2016, 2024, 5 Mode
  3. * All rights reserved.
  4. *
  5. * This file is part of Faceborg.
  6. *
  7. * Faceborg is free software: you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation, either version 3 of the License, or
  10. * (at your option) any later version.
  11. *
  12. * Faceborg is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with Faceborg. If not, see <https://www.gnu.org/licenses/>.
  19. * config.inc
  20. *
  21. * Faceborg style sheet.
  22. *
  23. * @author Daniele Bonini <my25mb@aol.com>
  24. * @copyrights (c) 2021, 2024, 5 Mode
  25. */
  26. @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
  27. body {
  28. margin-top:20px;
  29. /*background: #C2DBF2;*/
  30. background-image:url('/res/bg1.jpg');
  31. }
  32. #appMenuIco {
  33. float:left;
  34. position:relative;
  35. top:1px;
  36. left:-20px;
  37. cursor: pointer;
  38. }
  39. .app-Menu {
  40. float:left;
  41. position:relative;
  42. width: 150px;
  43. top:+43px;
  44. left:+22px;
  45. background:#313431;
  46. cursor: pointer;
  47. }
  48. #AFHint {
  49. width:100%;
  50. height:fit-content;
  51. position:fixed;
  52. top:-5px;
  53. background:yellow;
  54. color:darkorange;
  55. text-align:center;
  56. cursor:pointer;
  57. display:inline;
  58. z-index:99999;
  59. }
  60. #avatarLogo {
  61. float:left;
  62. width:255px;
  63. height:255px;
  64. }
  65. #avatarName {
  66. width:250px;
  67. height:255px;
  68. padding-top:122px;
  69. float:left;
  70. border:0px solid yellow;
  71. vertical-align:middle;
  72. }
  73. #blog {
  74. height:fit-content;
  75. float:left;
  76. /*margin:6%;
  77. margin-top:130px;
  78. margin-bottom:5px;
  79. width:90%;*/
  80. margin: 0 0 0 0;
  81. width:100%;
  82. font-size:15px;
  83. font-family:'Press Start 2P';
  84. color:#000000;
  85. background-image: url('/res/break.png');
  86. background-repeat: repeat;
  87. }
  88. .blog-content {
  89. /*width:100%;*/
  90. height: 33%;
  91. float:left;
  92. border:1px solid transparent;
  93. border-radius:4px;
  94. color:#000000;
  95. }
  96. .blog-entry {
  97. width:5%;
  98. height:80px;
  99. margin-bottom: 0px;
  100. min-height: 80px;
  101. background-color: #dbdbdb;
  102. border: 1px solid black;
  103. /*padding:30px;*/
  104. text-align: left;
  105. font-size: 9px;
  106. padding:15px;
  107. white-space: initial;
  108. overflow: hidden;
  109. background-image:url('/res/dogborg.png');
  110. background-repeat: no-repeat;
  111. background-size: 75px;
  112. background-position: top 10px right 10px;
  113. visibility: hidden;
  114. }
  115. .buttondisplaylist {
  116. float:right;
  117. position:relative;
  118. left:-10px;
  119. top:+2px;
  120. background-color:transparent;
  121. border:0px;
  122. }
  123. #cbLang {
  124. margin-left:22px;
  125. font-size:10px;
  126. }
  127. #cudoz {
  128. width:250px;
  129. height:255px;
  130. padding-top:116px;
  131. float:left;border:0px solid green;
  132. vertical-align:middle;
  133. }
  134. .cudoz-entry {
  135. float:left;
  136. width:46px
  137. }
  138. .cv-entry {
  139. float:left;
  140. width:64px
  141. }
  142. .cv-options-table {
  143. /*width: 140px;*/
  144. padding: 10px;
  145. }
  146. .cv-options-td {
  147. color: black;
  148. font-size: 12px;
  149. /*padding-left: 8px;*/
  150. padding-left: 18px;
  151. vertical-align: middle;
  152. }
  153. #cvs {
  154. float:right;
  155. border:3px solid darkgray;
  156. border-radius:4px;
  157. padding:4px;
  158. background:#dadada;
  159. font-size:20px;
  160. font-family:'Press Start 2P';
  161. font-weight:900;
  162. }
  163. .dragover {
  164. width:100%;
  165. height:100%;
  166. }
  167. .element {
  168. width:80%;
  169. margin:auto;
  170. background-color:#FFFFFF;
  171. border: 3px solid gray;
  172. height:fit-content;
  173. margin-bottom:0px;
  174. }
  175. .element-ghost {
  176. width:80%;
  177. margin:auto;
  178. background-color:#FFFFFF;
  179. border: 3px dashed lightgray;
  180. height:fit-content;
  181. margin-bottom:20px;
  182. }
  183. .eltxtfield0 {
  184. width:98%;
  185. font-size: 34px;
  186. border-radius:5px;
  187. border:1px solid darkgray;
  188. }
  189. .eltxtfield {
  190. width:98%;
  191. font-size: 34px;
  192. border-radius:5px;
  193. border:1px solid darkgray;
  194. border-right:0px;
  195. color: #444;
  196. }
  197. .eltxtarea {
  198. padding-left:20px;
  199. padding-right:20px;
  200. }
  201. .eltitle {
  202. width:100%;
  203. height:33px;
  204. background-color:gray;
  205. color:#FFFFFF;
  206. }
  207. .eltitleghost {
  208. width:100%;
  209. height:33px;
  210. background-color:lightgray;
  211. color:#FFFFFF;
  212. }
  213. .file-entry {
  214. height:fit-content;
  215. min-height:120px;
  216. float:left;
  217. width:fit-content;
  218. border:0px solid green;
  219. padding:10px;
  220. text-align:center;
  221. }
  222. .file-ico {
  223. width:64px;
  224. border:0px solid gray;
  225. }
  226. #fileList {
  227. position:absolute;
  228. top:-0px;
  229. left:-5px;
  230. width:450px;
  231. height:482px;
  232. display:none;
  233. }
  234. #footerCont {
  235. position: fixed;
  236. top: 2000px;
  237. left:-10px;
  238. width: 102%;
  239. border: 1px solid #C2DBF2;
  240. padding: 7px;
  241. background: white;
  242. opacity: 0.3;
  243. color:white;
  244. font-family: Arial,Sans,Vardana;
  245. font-size: 12px;
  246. text-align: center;
  247. z-index: 99998;
  248. display:none;
  249. }
  250. #footer {
  251. position: fixed;
  252. float: right;
  253. top: 2000px;
  254. left:-10px;
  255. width: 100%;
  256. border: 0px solid #C2DBF2;
  257. padding: 7px;
  258. opacity: 1.0;
  259. color:black;
  260. font-family: Arial,Sans,Vardana;
  261. font-size: 12px;
  262. font-weight: 400;
  263. text-align: right;
  264. z-index: 99999;
  265. }
  266. #footer1 {
  267. position: fixed;
  268. float: left;
  269. top: 2000px;
  270. left:-10px;
  271. width: 80px;
  272. border: 0px solid #C2DBF2;
  273. padding: 7px;
  274. opacity: 1.0;
  275. color:black;
  276. font-family: Arial,Sans,Vardana;
  277. font-size: 12px;
  278. font-weight: 400;
  279. text-align: right;
  280. z-index: 99995;
  281. }
  282. #footer2 {
  283. position: fixed;
  284. float: right;
  285. top: 2000px;
  286. left:-10px;
  287. width: 450px;
  288. border: 0px solid #C2DBF2;
  289. padding: 7px;
  290. opacity: 1.0;
  291. color:black;
  292. font-family: Arial,Sans,Vardana;
  293. font-size: 12px;
  294. font-weight: 400;
  295. text-align: right;
  296. z-index: 99995;
  297. }
  298. #friends {
  299. float:left;
  300. margin:6%;
  301. margin-top:50px;
  302. width:90%;
  303. font-size:15px;
  304. font-family:Arial,Sans,Verdana;
  305. color:#000000;
  306. background:#dadada
  307. }
  308. .friends-content {
  309. width:100%;
  310. float:left;
  311. border:3px solid transparent;
  312. border-radius:4px;
  313. color:#000000;
  314. padding-top:10px;
  315. text-align:center;
  316. }
  317. .friend-entry {
  318. height:fit-content;
  319. min-height:120px;
  320. float:left;
  321. width:fit-content;
  322. border:0px solid green;
  323. padding:10px;
  324. text-align:center;
  325. }
  326. .friend-ico {
  327. width:64px;
  328. border:0px solid gray;
  329. }
  330. #gallery {
  331. float:left;
  332. margin:6%;
  333. margin-top:0px;
  334. margin-bottom:5px;
  335. width:90%;
  336. font-size:15px;
  337. font-family:Arial,Sans,Verdana;
  338. color:#000000;
  339. background:#C2DBF2;
  340. }
  341. .gallery-content {
  342. width:100%;
  343. float:left;
  344. border:3px solid darkgray;
  345. border-radius:4px;
  346. color:#000000;
  347. }
  348. .gal-options-table {
  349. /*width: 140px;*/
  350. padding: 10px;
  351. }
  352. .gal-options-td {
  353. color: black;
  354. font-size: 12px;
  355. /*padding-left: 8px;*/
  356. padding-left: 18px;
  357. vertical-align: middle;
  358. }
  359. #hashMe {
  360. position:relative;
  361. left:-2px;
  362. top:+5px;
  363. font-size:18px;
  364. font-weight:900;
  365. color:#000000;
  366. }
  367. .header {
  368. height: 24px;
  369. }
  370. .image-entry {
  371. height:fit-content;
  372. min-height:120px;
  373. float:left;
  374. width:fit-content;
  375. border:0px solid green;
  376. padding:10px;
  377. text-align:center;
  378. }
  379. .image-ico {
  380. width:64px;
  381. border:1px solid gray;
  382. }
  383. #mynetworkTitle {
  384. font-family:'Press Start 2P';
  385. width:fit-content;
  386. margin:auto;
  387. color:#245269;
  388. }
  389. #notBoughties {
  390. display:none;
  391. }
  392. .lanelist {
  393. margin-top:12px;
  394. margin-right:38px;
  395. margin-left:38px;
  396. }
  397. .lanelistcyan {
  398. background-color: cyan;
  399. }
  400. .lanelistorange {
  401. background-color: orange;
  402. }
  403. .lanelistwhite {
  404. background-color: white;
  405. }
  406. .lanelistred {
  407. background-color: #f87552;
  408. }
  409. .lanelistyellow {
  410. background-color: yellow;
  411. }
  412. .lanelistgray {
  413. background-color: darkgray;
  414. }
  415. .lanelistgreen {
  416. background-color: green;
  417. }
  418. .lanelistblack {
  419. background-color: black;
  420. }
  421. .lanelistblue {
  422. background-color: blue;
  423. }
  424. .lanelistlightgreen {
  425. background-color: lightgreen;
  426. }
  427. .lanelistyellow {
  428. background-color: yellow;
  429. }
  430. .listcont {
  431. position:relative;
  432. width:450px;
  433. margin-top:20px;
  434. /* margin-left:1.2%;
  435. margin-bottom:80px;*/
  436. margin:auto;
  437. }
  438. .listcontr {
  439. float:left;
  440. width:30%;
  441. margin-top:20px;
  442. margin-left:1.2%;
  443. margin-bottom:80px;
  444. }
  445. .list {
  446. float:left;
  447. width:100%;
  448. padding:5px;
  449. text-align:center;
  450. margin-bottom:20px;
  451. }
  452. .listred {
  453. background-color: #f87552;
  454. }
  455. .listdarkred {
  456. background-color: darkred;
  457. }
  458. .listred-title {
  459. /*color:#00417c;*/
  460. color: #666666;
  461. }
  462. .listyellow {
  463. background-color: yellow;
  464. }
  465. .listyellow-title {
  466. /*color:#00417c;*/
  467. color: #666666;
  468. }
  469. .listgray {
  470. background-color: darkgray;
  471. }
  472. .listgray-title {
  473. color:#444;
  474. }
  475. .listgreen {
  476. background-color: lightgreen;
  477. }
  478. .listgreen-title {
  479. color: greenyellow;
  480. }
  481. .listblack {
  482. background-color: black;
  483. }
  484. .listwhite-title {
  485. color: #FFFFFF;
  486. }
  487. .listblue {
  488. background-color: blue;
  489. }
  490. .listcyan-title {
  491. color: cyan;
  492. }
  493. .listorange-title {
  494. color: orange;
  495. }
  496. .listlightgreen {
  497. background-color: lightgreen;
  498. }
  499. .listdarkgreen-title {
  500. color: darkgreen;
  501. }
  502. .listyellow {
  503. background-color: yellow;
  504. }
  505. .listred-title {
  506. color: red;
  507. }
  508. .listel {
  509. width:100%;
  510. height:fit-content;
  511. text-align:center;
  512. padding-top:20px;
  513. padding-bottom:50px;
  514. }
  515. #magicjar1 {
  516. float:left;
  517. margin:6%;
  518. margin-top:0px;
  519. margin-bottom:5px;
  520. width:90%;
  521. font-size:15px;
  522. font-family:Arial,Sans,Verdana;
  523. color:#000000;
  524. background:#f7ecb5;
  525. }
  526. .magicjar1 {
  527. float:left;
  528. width:120px;
  529. height:120px;
  530. background-size:120px 120px;
  531. cursor:pointer;
  532. }
  533. .magicjar1-content {
  534. width:100%;
  535. float:left;
  536. border:3px solid darkgray;
  537. border-radius:4px;
  538. color:#000000;
  539. }
  540. .magicjar2 {
  541. float:left;
  542. width:120px;
  543. height:120px;
  544. background-size:120px 120px;
  545. cursor:pointer;
  546. }
  547. #magicjar2 {
  548. float:left;
  549. margin:6%;
  550. margin-top:0px;
  551. margin-bottom:5px;
  552. width:90%;
  553. font-size:15px;
  554. font-family:Arial,Sans,Verdana;
  555. color:#000000;
  556. background:#f7ecb5;
  557. }
  558. .magicjar2-content {
  559. width:100%;
  560. float:left;
  561. border:3px solid darkgray;
  562. border-radius:4px;
  563. color:#000000;
  564. }
  565. .magicjar3 {
  566. float:left;
  567. width:120px;
  568. height:120px;
  569. background-size:120px 120px;
  570. cursor:pointer;
  571. }
  572. #magicjar3 {
  573. float:left;
  574. margin:6%;
  575. margin-top:0px;
  576. margin-bottom:5px;
  577. width:90%;
  578. font-size:15px;
  579. font-family:Arial,Sans,Verdana;
  580. color:#000000;
  581. background:#f7ecb5;
  582. }
  583. .magicjar3-content {
  584. width:100%;
  585. float:left;
  586. border:3px solid darkgray;
  587. border-radius:4px;
  588. color:#000000;
  589. }
  590. .magicjar-num {
  591. float:right;
  592. margin-left:99.9%;
  593. margin-right:2px;
  594. background:yellow;
  595. color:darkorange;
  596. }
  597. .no-drop {
  598. cursor: not-allowed;
  599. }
  600. .no-dropzone {
  601. cursor: not-allowed;
  602. }
  603. #originsDisplay {
  604. float:left;
  605. position:fixed;
  606. top:680px;
  607. left:20px;
  608. width:275px;
  609. height:120px;
  610. font-family: Monospace, Verdana, Serif;
  611. font-size: 14px;
  612. background-color: #020401;
  613. border: 3px solid lightgray;
  614. text-align:left;
  615. color: #FFFFFF;
  616. white-space:nowrap;
  617. font-weight:900;
  618. padding:10px;
  619. padding-top:4px;
  620. z-index:99999;
  621. display:none;
  622. }
  623. .originLabel {
  624. color: #7bca2e;
  625. font-weight:900;
  626. }
  627. #pagetitle {
  628. float:left;
  629. width:100%;
  630. height:70px;
  631. padding:5px;
  632. text-align:center;
  633. margin-bottom:20px;
  634. background-color:#3366ff;
  635. color:#FFFFFF;
  636. opacity:0.8;
  637. font-family:'Indie Flower';
  638. font-size:30px;
  639. font-style:italic;
  640. font-weight:900;
  641. position:relative;
  642. top:-60px;
  643. /*color:#5e383a;*/
  644. }
  645. #Password {
  646. font-size:18px;
  647. background:transparent;
  648. width: 60%;
  649. border-radius:3px;
  650. font-weight:900;
  651. }
  652. #passworddisplay {
  653. float:left;
  654. position:fixed;
  655. top:680px;
  656. left:50px;
  657. width:255px;
  658. height:120px;
  659. background:#434045;
  660. text-align:left;
  661. white-space:nowrap;
  662. font-family:Arial,Sans,Verdana;
  663. color:#000000;
  664. font-weight:900;
  665. z-index:99999;
  666. }
  667. #picavatar {
  668. position:absolute;
  669. width:255px;
  670. height:255px;
  671. border-radius: 90%;
  672. display:none;
  673. }
  674. .prodel {
  675. text-align:left;
  676. padding:36px;
  677. padding-top:7px;
  678. padding-right:16px;
  679. color:#444;
  680. font-weight:900;
  681. }
  682. .prodlist {
  683. padding-top:6px;
  684. }
  685. .prodname {
  686. width:45%;
  687. float:left;
  688. padding-top:8px;
  689. border-bottom:1px dotted darkgray;
  690. }
  691. .prodprice {
  692. width:20%;
  693. float:left;
  694. padding-top:8px;
  695. }
  696. .prodaction {
  697. width:17%;
  698. float:left;
  699. cursor:pointer;
  700. text-align:center;
  701. margin:auto;
  702. }
  703. .prodactionimg {
  704. position:relative;
  705. left:+10px;
  706. margin-bottom:7px;
  707. width:42px;
  708. }
  709. #carties {
  710. display: none;
  711. }
  712. #results {
  713. display: none;
  714. }
  715. #Salt {
  716. position:relative;
  717. top:+5px;
  718. font-size:18px;
  719. background:transparent;
  720. width: 90%;
  721. border-radius:3px;
  722. font-weight:900;
  723. }
  724. .settingson {
  725. float:left;
  726. width:120px;
  727. height:150px;
  728. border:0px solid black;
  729. background:url(/res/settingsoff.png);
  730. background-size:cover;
  731. cursor:pointer;
  732. display:none;
  733. }
  734. .settingsoff {
  735. float:left;
  736. width:120px;
  737. height:150px;
  738. border:0px solid black;
  739. background:url(/res/settingson.png);
  740. background-size:cover;
  741. cursor:pointer;
  742. }
  743. #title {
  744. position:relative;
  745. top:20px;
  746. left:50px;
  747. width:100%;
  748. float:left;
  749. font-size:25px;
  750. font-family:'Press Start 2P';
  751. border:0px solid blue;
  752. }
  753. .titlelane {
  754. text-align:left;
  755. margin-bottom:8px;
  756. font-weight:900;
  757. text-align:left;
  758. }
  759. .titlelanecyan {
  760. color:darkcyan;
  761. }
  762. .titlelanered {
  763. color:darkred;
  764. }
  765. .titlelaneblack {
  766. color:black;
  767. }
  768. .titlelanered {
  769. color: red;
  770. }
  771. .titlelaneyellow {
  772. color: yellow;
  773. }
  774. .titlelanegray {
  775. color: #444;
  776. }
  777. .titlelanegreen {
  778. color: greenyellow;
  779. }
  780. .titlelanewhite {
  781. color: #FFFFFF;
  782. }
  783. .titlelaneorange {
  784. color: orange;
  785. }
  786. .titlelanedarkgreen {
  787. color: darkgreen;
  788. }
  789. .tools {
  790. position:fixed;
  791. top:12px;
  792. width:120px;
  793. height:620px;
  794. display:none;
  795. }