First attempt and putting logo up on the site.
This commit is contained in:
		
							parent
							
								
									e56deff63d
								
							
						
					
					
						commit
						53acfaa42f
					
				
					 3 changed files with 10 additions and 8 deletions
				
			
		|  | @ -45,10 +45,16 @@ h2 { border-bottom: 1px solid #aaa; } | ||||||
| 
 | 
 | ||||||
| /* Header */ | /* Header */ | ||||||
| 
 | 
 | ||||||
|  | #conservancyheader { | ||||||
|  |   height: 90px; | ||||||
|  |   background-color: #d1ff96; | ||||||
|  |   border-bottom: 1px solid #808080; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| #logobutton { | #logobutton { | ||||||
|   display: block; |   display: block; | ||||||
|   position: absolute; left: 17px; top: 10px; height: 51px; width: 525px; |   position: absolute; left: 17px; top: 10px; height: 75px; width: 75px; | ||||||
|   background: url(/img/conservancy-logo-wide.png) left center no-repeat; |   background: url(/img/conservancy-logo-75px.png) left center no-repeat; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /* Navigation bar */ | /* Navigation bar */ | ||||||
|  | @ -163,7 +169,6 @@ span.subsectionToc { padding-left: 4em; } | ||||||
| span.subsubsectionToc { padding-left: 6em;} | span.subsubsectionToc { padding-left: 6em;} | ||||||
| .js, .js p, .js p.bibitem, .js p.bibitem-p { background-color: #cde7e9; } | .js, .js p, .js p.bibitem, .js p.bibitem-p { background-color: #cde7e9; } | ||||||
| 
 | 
 | ||||||
| #conservancyheader { background: #d4ff9d url(/img/headerbg.png) left top repeat-x; } |  | ||||||
| 
 | 
 | ||||||
| #conservancyheader h1 { | #conservancyheader h1 { | ||||||
|   text-indent: 0; |   text-indent: 0; | ||||||
|  | @ -176,10 +181,6 @@ span.subsubsectionToc { padding-left: 6em;} | ||||||
|   color: #000; |   color: #000; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #logobutton { |  | ||||||
|   position: absolute; left: 17px; top: 10px; height: 51px; width: 70px; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| body.conservancy-overview #navbar ul li.overview a, | body.conservancy-overview #navbar ul li.overview a, | ||||||
| body.conservancy-members #navbar ul li.members a, | body.conservancy-members #navbar ul li.members a, | ||||||
| body.conservancy-news #navbar ul li.news a, | body.conservancy-news #navbar ul li.news a, | ||||||
|  |  | ||||||
							
								
								
									
										
											BIN
										
									
								
								www/conservancy/static/img/conservancy-logo-75px.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								www/conservancy/static/img/conservancy-logo-75px.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 6.3 KiB | 
|  | @ -14,7 +14,8 @@ | ||||||
| 
 | 
 | ||||||
|   <body class="conservancy-{% block category %}other{% endblock %}"> |   <body class="conservancy-{% block category %}other{% endblock %}"> | ||||||
|     <div id="conservancyheader"> |     <div id="conservancyheader"> | ||||||
|       <h1><a href="/"><span id="logobutton">Software Freedom Conservancy</span></a></h1> |     <span id="logobutton"/> | ||||||
|  |       <h1><a href="/">Software Freedom Conservancy</a></h1> | ||||||
|     </div> |     </div> | ||||||
|     <div id="navbar-outer"> |     <div id="navbar-outer"> | ||||||
|       <div id="navbar"> |       <div id="navbar"> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn