mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Added Metro Edge theme
This commit is contained in:
		
							
								
								
									
										92
									
								
								webapp/titanembeds/static/themes/MetroEdge/css/style.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								webapp/titanembeds/static/themes/MetroEdge/css/style.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,92 @@
 | 
			
		||||
/* Metro Edge theme by Jelle Z. @ https://github.com/jelle619 */
 | 
			
		||||
 | 
			
		||||
.subheader {
 | 
			
		||||
    font-style: italic;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.footercontainer {
 | 
			
		||||
    border: 0px solid rgb(99, 99, 99);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.btn-floating {
 | 
			
		||||
    background-color: #171717;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.btn-floating:hover {
 | 
			
		||||
    background-color: #595959;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.btn-floating {
 | 
			
		||||
    background-color: #171717;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.btn {
 | 
			
		||||
    background-color: #171717;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.btn:hover {
 | 
			
		||||
    background-color: #595959;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.btn-large {
 | 
			
		||||
    background-color: #171717;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#modal_guildinfobox {
 | 
			
		||||
    background-color: #595959;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.loginmodal-maincontent {
 | 
			
		||||
    background-color: #171717;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.chatbox {
 | 
			
		||||
    background-color: #2A97FA;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: Roboto;
 | 
			
		||||
    font-style: light;
 | 
			
		||||
    font-weight: 300;
 | 
			
		||||
    src: url("../font/roboto_light.woff") format("woff")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: Roboto;
 | 
			
		||||
    font-style: normal;
 | 
			
		||||
    font-weight: 500;
 | 
			
		||||
    src: url("../font/roboto_normal.woff") format("woff")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: Roboto;
 | 
			
		||||
    font-style: medium;
 | 
			
		||||
    font-weight: 600;
 | 
			
		||||
    src: url("../font/roboto_medium.woff") format("woff")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: Roboto;
 | 
			
		||||
    font-style: bold;
 | 
			
		||||
    font-weight: 700;
 | 
			
		||||
    src: url("../font/roboto_bold.woff") format("woff")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
* {
 | 
			
		||||
font-family: Helvetica Neue, Roboto, Helvetica, Arial, sans-serif;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
:root {
 | 
			
		||||
  /*--Standard CSS Values*/
 | 
			
		||||
  --modal: #434343;
 | 
			
		||||
  --noroleusers: #ECEFF1;
 | 
			
		||||
  --main: #000000;
 | 
			
		||||
  --placeholder: #FFFFFF;
 | 
			
		||||
  --sidebardivider: #90A4AE;
 | 
			
		||||
  --leftsidebar: #171717;
 | 
			
		||||
  --rightsidebar: #171717;
 | 
			
		||||
  --header: #000000;
 | 
			
		||||
  --chatmessage: #FFFFFF;
 | 
			
		||||
  --discrim: #FFFFFF;
 | 
			
		||||
  --chatbox: #2A97FA;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										13
									
								
								webapp/titanembeds/static/themes/MetroEdge/font/license.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								webapp/titanembeds/static/themes/MetroEdge/font/license.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
Copyright 2004 Christian Robertson
 | 
			
		||||
 | 
			
		||||
Licensed under the Apache License, Version 2.0 (the "License");
 | 
			
		||||
you may not use this file except in compliance with the License.
 | 
			
		||||
You may obtain a copy of the License at
 | 
			
		||||
 | 
			
		||||
    http://www.apache.org/licenses/LICENSE-2.0
 | 
			
		||||
 | 
			
		||||
Unless required by applicable law or agreed to in writing, software
 | 
			
		||||
distributed under the License is distributed on an "AS IS" BASIS,
 | 
			
		||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 | 
			
		||||
See the License for the specific language governing permissions and
 | 
			
		||||
limitations under the License.
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								webapp/titanembeds/static/themes/MetroEdge/font/roboto_bold
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								webapp/titanembeds/static/themes/MetroEdge/font/roboto_bold
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								webapp/titanembeds/static/themes/MetroEdge/font/roboto_light
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								webapp/titanembeds/static/themes/MetroEdge/font/roboto_light
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								webapp/titanembeds/static/themes/MetroEdge/font/roboto_medium
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								webapp/titanembeds/static/themes/MetroEdge/font/roboto_medium
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								webapp/titanembeds/static/themes/MetroEdge/font/roboto_normal
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								webapp/titanembeds/static/themes/MetroEdge/font/roboto_normal
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user