123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- *{
- cursor: url("icon/awesome.ico"), default;
- -ms-overflow-style: none;
- scrollbar-width: none;
- }
- *::-webkit-scrollbar {
- display: none;
- }
- @font-face
- {
- font-family: fixedsys;
- src: url(font/fixedsys.ttf);
- }
- .jazz{
- margin-top: 5px;
- position: absolute;
- margin-left: calc(50% - 300px);
- }
- .spazz{
- margin-top: 5px;
- position: absolute;
- margin-left: calc(50% + 218px);
- }
- body{
- background-image: url("images/colormorphstars.gif");
- background-attachment: fixed;
- image-rendering: pixelated;
- background-color: rgb(0, 0, 0);
- font-family: fixedsys;
- font-smooth: never;
- -webkit-font-smoothing: none;
- color: white;
- text-align: center;
- }
- a:link{
- background-color: transparent;
- color: magenta;
- text-decoration: none;
- }
- span{
- display: block;
- }
- a:visited{
- background-color: transparent;
- color: cyan;
- text-decoration: none;
- }
- a:hover{
- background-color: transparent;
- color: white;
- cursor: url("icon/teehee.ico"), pointer;
- text-decoration: underline;
- }
- a img{
- cursor: url("icon/teehee.ico"), pointer;
- }
- .split h1{
- font-size: 25px;
- line-height: 0%;
- }
- .border{
- position: relative;
- border: 5px solid;
- padding: 10px;
- }
- .titleborder{
- width: 300px;
- height: 100px;
- border-image: linear-gradient(90deg, cyan, magenta) 1;
- line-height: 5px;
- }
- .centerdiv{
- margin-left: auto;
- margin-right: auto;
- }
- .topmarquee{
- padding-top: 5px;
- padding-bottom: 5px;
- margin-top: 10px;
- margin-bottom: 10px;
- height: 16px;
- position:relative;
- border: 5px solid;
- border-image: linear-gradient(to bottom, lime, yellow) 0 1;
- }
- .split{
- height: 550px;
- width: 410px;
- position: relative;
- overflow: auto;
- padding-top: 10px;
- }
- .left{
- margin-left: calc(50% - 444px);
- border: 5px solid;
- border-image: linear-gradient(-90deg, transparent, magenta) 1;
- padding-left: 10px;
- padding-bottom: 5px;
- }
- .right{
- margin-left: calc(50% + 12px);
- margin-top: -575px;
- border: 5px solid;
- border-image: linear-gradient(90deg, transparent, cyan) 1;
- padding-right: 10px;
- padding-bottom: 5px;
- }
- .centered{
- position: relative;
- text-align: justify;
- font-size: 18px;
- }
- .centertext{
- text-align:center;
- }
- ul{
- display: table;
- margin: auto;
- }
- li{
- text-align: justify;
- }
- a{
- display: inline-block;
- }
- p{
- margin: 0px;
- }
- textarea{
- color: #fff;
- background-image: none;
- background-color: black;
- }
- .buttons{
- margin-top: 5px;
- margin-bottom: 5px;
- padding-top: 5px;
- padding-bottom: 5px;
- }
- .funny img{
- width: 88px;
- height: 31px;
- }
- .foot{
- margin-top: 30px;
- font-size: 16px;
- }
- .translate{
- position: absolute;
- text-align:right;
- margin: 0px;
- padding: 0px;
- margin-bottom: -16px;
- width: 125px;
- margin-left: calc(50% + 300px);
- }
|