aboutsummaryrefslogblamecommitdiff
path: root/static/css/txt/cuteanarchy.css
blob: 0492e3bf6554fa72ef6436784e823392413edb25 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                                        

                                                                                           



                                                                  

                      


               

                                                                             


                 

                      


    
                 


        
                 



        
           
                             
                 


    
                            




                     
       
          


                            



                      


                      



                             
                      

 
    



                     


      
                 


          


                      


    
                 


         
              

 
           

                   


         

                                 


           

                     


                            


                      
               


             

                            


               


                                   

 
                   



                          
                    



                                                             

 
                     
                 




        

                        

 
                


                                                   



         
                 


          
              


        
                 


          
                     

                                                 



         
                 


      
                        


         
                  


    
              


     


                         


           
                        


          

                      


      



                            

 
                
                        


       
                 


      

                         


           

                          

 
           

                   



                    
                    


          

                  


         
                 


                
                               

 
                           






                    
/*
          、-'''"´ ̄ ̄`"''''(´・ω・`)
        /            と、  )
       /   ● ,,.  .,, ●   (_ノ CuteAnarchy Redo 29/03/19
         |      (__人__)     |   By Renard
       ''-、、,,,,,,______,,,,,,、、-'´
*/

body {
  background: #ffd9c6;
  color: #ced1cf;
}

body.mainpage {
  background: #ffd9c6 url("/static/css/img/shobon.png") no-repeat fixed right
    bottom;
}

body.threadpage {
  background: #ffe8dc;
  color: #5d475a;
}

h4 {
  color: #ad9ecc;
}

.msg a {
  color: #827699;
}

a:hover,
a:focus,
#n2:hover {
  text-decoration: underline;
  color: #edc1e8;
}

hr {
  border: 1px inset #f4daf1;
}

input[type="text"],
input[type="submit"],
input[type="button"],
select,
textarea {
  background: #e2ffeb;
  border: 1px solid #b4ccbc;
  color: #5d475a;
}

input[type="submit"],
input[type="button"] {
  background: #e2ffeb;
  padding: 1px 9px;
  color: #5d475a;
}

input[type="submit"]:active,
input[type="button"]:active {
  background: #f2d3df;
}

h1 {
  color: #dc9656;
  font-size: 26px;
  margin-top: -5px;
  text-align: center;
}

h2 a {
  color: #e9b2e3;
}

h2 small {
  color: #999;
  font-size: inherit;
  font-weight: normal;
}

h3 {
  color: #ab4642;
}

h3 span {
  color: #999;
}

#main_nav {
  background: #000;
  color: #7cafc2;
}

.banner {
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
}

.outerbox {
  margin: 0 auto 1em;
  max-width: 1024px;
  background: #ffeae0;
  border: 1px solid #ffa67a;
  color: #777879;
}

#titlebox .threadnav {
  margin: -6px;
}

#threadlist {
  background: #ffd9c6;
  border: 1px solid #ffb793;
}

#threadlist a {
  border-right: 1px solid #ffb793;
  border-bottom: 1px solid #ffb793;
  color: #d1a0cc;
}

.mainpage .thread {
  margin: 0 auto 2em;
  background: #ffebe2;
  border: 5px double #fff;
  color: #5d475a;
  max-width: 1024px;
  box-shadow: #000 5px;
  -webkit-box-shadow: 7px 7px 0px 0px rgba(204, 188, 180, 1);
  -moz-box-shadow: 7px 7px 0px 0px rgba(204, 188, 180, 1);
  box-shadow: 7px 7px 0px 0px rgba(204, 188, 180, 1);
}

.threadpage .thread {
  color: #5d475a;
}

a,
a .name,
#n2 {
  color: #e39edc;
  text-decoration: none;
}

.name, .hidden {
  color: #7ca380;
  text-shadow: 2px 0 11px #ffd7c6;
  background-image: url("/static/css/img/bg1.gif");
}

.name,
.abbrev {
  color: #e9b2c8;
}

.name em {
  color: #88f;
}

.del a {
  color: #ab4642;
}

h4 .date {
  font-size: smaller;
  font-family: "Courier New", Courier, monospace;
  vertical-align: middle;
}

h4 .date,
.quoted {
  color: #4e4e4e;
}

.msg {
  margin: 4px 40px 24px;
}

a.thumb {
  margin-top: 4px;
}

.q {
  color: #666;
}

.yt {
  background: #ffe2e8;
  border: 1px solid gray;
  color: #998d87;
}

.yt:hover {
  text-decoration: none;
}

.deleted {
  color: #999;
  margin-bottom: 12px;
}

#q-p {
  background: #ffd9c6;
  border: 1px solid #efc9d8;
  border-radius: 3px;
  color: #66564f;
}

.lastposts #n2 {
  text-decoration: none;
}

#size {
  color: #e9b2c8;
}

.end {
  font-size: small;
  font-family: monospace;
}

form .msg {
  background: #383838;
  border: 1px dotted #000;
}

.postform {
  margin: 0 auto;
  margin-left: 3em;
}

.mainpage .postform,
.formpad {
  padding-left: 0px;
}

.formpad {
  margin: 0 auto;
  padding-left: 0;
}

#footer {
  color: #fff6c6;
}

#footer::after {
  content: "ヽ(*・ω・)ノ";
}

@media (max-width: 600px) {
  h1 {
    font-size: 18px;
  }
  .postform {
    margin-left: 0;
  }
}