summaryrefslogblamecommitdiff
path: root/src/compiler/scala/tools/nsc/doc/html/resource/lib/index.css
blob: 7c056783131894ddb21cc4f3140ebe3aabc28e50 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
   

                        
                              





                                











                                   



               



                  



                    
                    

                        

 
         
                           

                       


                 
                                  




                           

                           

 
                    
                   





                                           

 
                      
                       



                       


                              
                     
                     
                          
                        
                                










                                            

 















                               
             




                         

 





                            
      


                        


                  
                 



                           
                
                       


                            
                       

 




                            







                           

 

                          
                     

                          

 




                                  

                       

 
                      
                    

 
                    
                     



                           


                                 
                        


                              
                    

 


                                 
                                 













                           












                     
* {
	color: inherit;
	font-size: 10pt;
	text-decoration: none;
	font-family: sans-serif;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

a {
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

h1 {
	display: none;
}

.letters {
  padding: 5px;
}

#library {
    display: none;
}

#browser {
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	position: fixed;
}

#filter {
	position: absolute;
	display: block;
	padding: 5px;
	right: 0;
	left: 0;
	top: 0;
	background-color: #DADADA;
}

#textfilter {
	position: relative;
	display: block;
    height: 20px;
	margin-bottom: 5px;
}

#textfilter > .pre {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: url("filter_box_left.png");
}

#textfilter > .input {
	display: block;
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
}

#textfilter > .input > input {
	height: 16px;
	padding: 2px;
	font-weight: bold;
	color: darkblue;
	background-color: white;
    width: 100%;
}

#textfilter > .post {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background: url("filter_box_right.png");
}

#focusfilter {
	position: relative;
	display: block;
	padding: 5px;
	background-color: pink;
}

#focusfilter .focuscoll {
	font-weight: bold;
}

#focusfilter img {
	bottom: -2px;
	position: relative;
}

#kindfilter {
  position: relative;
  display: block;
  padding: 5px;
  background-color: #999;
  text-align: center;
}


#kindfilter > a {
 color: white; 
 text-decoration: underline;
}
  
#tpl {
	display: block;
	position: fixed;
	overflow: auto;
	right: 0;
	left: 0;
	bottom: 0;
	top: 5px;
	position: absolute;
	display: block;
}

#tpl .packhide {
	display: block;
	float: right;
	font-weight: normal;
	color: white;
	padding: 0 8px;
}

#tpl .packfocus {
	display: block;
	float: right;
	font-weight: normal;
	color: white;
}

#tpl .packages > ol {
  /*margin-bottom: 5px;*/
}

#tpl .packages > ol > li {
	margin-bottom: 1px;
}

#tpl .packages > li > h3 {
	display: block;
	color: white;
	font-weight: bold;
	display: block;
}

#tpl ol > li.pack {
	background-color: #2C475C;
	padding: 3px 5px;
}

#tpl ol > li {
	display: block;
}

#tpl .templates > li {
  padding-left: 5px;
}

#tpl ol > li .icon {
  padding-right: 5px;
	bottom: -2px;
	position: relative;
}

#tpl .templates div.placeholder {
  padding-right: 5px;
  width: 13px;
  display: inline-block;
}

#tpl .templates span.tplLink {
  padding-left: 5px;
}

#content {
	border-left-width: 1px;
	border-left-color: black;
	border-left-style: white;
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	position: fixed;
	margin-left: 300px;
	display: block;
}

#content > iframe {
	display: block;
	height: 100%;
	width: 100%;
}

.ui-layout-pane {
    background: #FFF;
    overflow: auto;
}

.ui-layout-resizer {
    background: #DDD;
}

.ui-layout-toggler {
    background: #AAA;
}