123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- *{
- cursor: url("icon/awesome.ico"), default;
- }
- @font-face
- {
- font-family: fixedsys;
- src: url(font/fixedsys.ttf);
- }
- body{
- background-image: url("images/colormorphstars.gif");
- background-attachment: fixed;
- image-rendering: pixelated;
- font-family: fixedsys;
- font-smooth: never;
- -webkit-font-smoothing: none;
- background-color: rgb(15, 11, 11);
- color: white;
- }
- .bod{
- font-family: fixedsys;
- font-smooth: never;
- font-size: 18px;
- }
- a:link{
- background-color: transparent;
- color: magenta;
- text-decoration: none;
- }
- a:visited{
- background-color: transparent;
- color: cyan;
- text-decoration: none;
- }
- a img, a:hover{
- background-color: transparent;
- color: white;
- cursor: url("icon/teehee.ico"), pointer;
- text-decoration: underline;
- }
- .border {
- position: relative;
- border: 5px solid;
- padding: 10px;
- }
- .titleborder{
- width: 340px;
- min-height: 100px;
- }
- .bottomborder{
- width: 340px;
- height: 80px;
- }
- .entry {
- position: relative;
- width: 510px;
- min-height: 50px;
- border: 5px solid;
- padding: 10px;
- margin-bottom: 40px;
- text-align: justify;
- font-size: 18px;
- }
- .stickbox{
- position: sticky;
- top: 29px;
- width: 160px;
- margin-left: calc(50% - 355px);
- margin-bottom: -361px;
- }
- .stick2{
- margin-bottom: -244px;
- }
- .glossary{
- position: relative;
- height: 225px;
- border: 5px solid;
- padding: 10px;
- margin-bottom: 10px;
- line-height: 16px;
- }
- .glo2{
- height: 108px;
- }
- .back{
- position: relative;
- height: 66px;
- border: 5px solid;
- padding: 10px;
-
- }
- .centertitle {
- margin-left: auto;
- margin-right: auto;
- }
- .centered {
- margin-left: calc(50% - 185px);
- }
- .full {
- border-image: linear-gradient(90deg, cyan, magenta) 1;
- }
- .great{
- border-image: linear-gradient(10deg, magenta, lime) 1;
- }
- .average{
- border-image: linear-gradient(-10deg, white, transparent) 1;
- }
- .bad{
- border-image: linear-gradient(0deg, red, transparent) 1;
- }
- .special{
- border-image: linear-gradient(90deg, rgb(255, 213, 26), white) 1;
- }
- .purple{
- border-image: linear-gradient(90deg, rgb(98, 0, 255), transparent) 1;
- }
- .white{
- border-image: linear-gradient(90deg, white, transparent) 1;
- }
- .rainbow{
- border-image: linear-gradient(to right, red, orange, yellow, lime, cyan, blue, purple) 1;
- }
- .trans{
- border-image: linear-gradient(0deg, cyan, rgb(247, 168, 184), white, rgb(247, 168, 184), cyan) 1;
- }
- .center{
- text-align: center;
- }
- .title{
- text-align: center;
- line-height: 5px;
- }
- .line{
- border-bottom: 2px solid white;
- margin-top: -20px;
- margin-bottom: 18px;
- width: 450px;
- }
- marquee{
- padding-top: 5px;
- padding-bottom: 5px;
- margin-top: 20px;
- margin-bottom: 20px;
- position: relative;
- border: 5px solid;
- border-image: linear-gradient(to bottom, rgb(89, 0, 255), yellow) 0 1;
- }
- .up{
- margin-bottom: 20px;
- }
- .foot{
- margin-top: 30px;
- font-size: 16px;
- }
- pre{
- margin: 0px;
- }
|