mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Change-Id: Iecdb4d0151a0cf76614548aee69e525ad7e1fe68 (cherry picked from commit 4c7403683b334e42d8676a933012e2133cd1ce7f)
		
			
				
	
	
		
			512 lines
		
	
	
	
		
			5.7 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			512 lines
		
	
	
	
		
			5.7 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
*
 | 
						|
{
 | 
						|
	padding:0px;
 | 
						|
	border: 0px;
 | 
						|
	margin: 0px;
 | 
						|
    font-family: "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
 | 
						|
}
 | 
						|
 | 
						|
html, body {
 | 
						|
	height: 100%;
 | 
						|
	width: 100%;
 | 
						|
    margin: 0px;
 | 
						|
    padding: 0px;
 | 
						|
	line-height: 20px;
 | 
						|
    font-size: 16px;	
 | 
						|
}
 | 
						|
 | 
						|
.RedFont
 | 
						|
{
 | 
						|
	font-size:12px;
 | 
						|
	color: #F07E4A;		
 | 
						|
}
 | 
						|
 | 
						|
.LinkBtn
 | 
						|
{
 | 
						|
	font-size:12px;
 | 
						|
	color: #1200FF;	
 | 
						|
	cursor: pointer;
 | 
						|
}
 | 
						|
 | 
						|
.LinkBtn:hover
 | 
						|
{
 | 
						|
	text-decoration:underline;
 | 
						|
}
 | 
						|
 | 
						|
/*------------------*/
 | 
						|
#DebugText
 | 
						|
{
 | 
						|
	height:30px;
 | 
						|
}
 | 
						|
 | 
						|
/*------------------*/
 | 
						|
body
 | 
						|
{
 | 
						|
	display:flex;
 | 
						|
	justify-content: flex-start;
 | 
						|
}
 | 
						|
 | 
						|
#LeftBoard
 | 
						|
{
 | 
						|
	border-right: 1px solid #EFF0F0;
 | 
						|
	width:262px;
 | 
						|
	height: 100%;
 | 
						|
}
 | 
						|
 | 
						|
#LoginArea
 | 
						|
{
 | 
						|
	height: 180px;
 | 
						|
	display: flex;
 | 
						|
	flex-direction: column;
 | 
						|
	align-items: center;
 | 
						|
	justify-content: center;
 | 
						|
	flex-wrap: nowrap;
 | 
						|
	position: relative;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
#Login1
 | 
						|
{
 | 
						|
	height:36px;
 | 
						|
	line-height: 36px;
 | 
						|
	display: flex;
 | 
						|
	justify-content: center;
 | 
						|
}
 | 
						|
 | 
						|
#LoginBtn
 | 
						|
{
 | 
						|
	cursor:pointer;
 | 
						|
}
 | 
						|
 | 
						|
#LoginBtn:hover
 | 
						|
{
 | 
						|
	font-size:17px;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
#NoPluginTip
 | 
						|
{
 | 
						|
	position: absolute;
 | 
						|
	top: 0px;
 | 
						|
	left: 0px;
 | 
						|
	bottom: 0px;
 | 
						|
	right: 0px;
 | 
						|
	z-index: 1;
 | 
						|
	display: none;
 | 
						|
	flex-direction: column;
 | 
						|
	justify-content: flex-end;
 | 
						|
	padding: 5px;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
#DownloadBtn
 | 
						|
{
 | 
						|
	color:#0A00FF;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
#Icon1
 | 
						|
{
 | 
						|
	margin-right: 10px;	
 | 
						|
}
 | 
						|
 | 
						|
#BBLIcon
 | 
						|
{
 | 
						|
	height:36px;
 | 
						|
}
 | 
						|
 | 
						|
#Login2
 | 
						|
{
 | 
						|
	display: none;
 | 
						|
	flex-direction: column;
 | 
						|
	align-items: center;
 | 
						|
	text-align: center;
 | 
						|
	width: 262px;
 | 
						|
}
 | 
						|
 | 
						|
#UserAvatarIcon
 | 
						|
{
 | 
						|
	height: 85px;
 | 
						|
}
 | 
						|
 | 
						|
#UserName
 | 
						|
{
 | 
						|
	white-space: nowrap;
 | 
						|
	text-overflow: ellipsis;
 | 
						|
	text-align: center;
 | 
						|
	overflow: hidden; 
 | 
						|
	width: 80%;
 | 
						|
}
 | 
						|
 | 
						|
#LogoutBtn
 | 
						|
{
 | 
						|
	font-size: 14px;
 | 
						|
	height: 24px;
 | 
						|
	line-height: 24px;
 | 
						|
	color: #00B731;
 | 
						|
	border: 1px solid  #00AE42;
 | 
						|
	border-radius: 4px;
 | 
						|
	cursor: pointer;
 | 
						|
	margin-top: 5px;
 | 
						|
	padding: 0px 8px;
 | 
						|
}
 | 
						|
 | 
						|
#LogoutBtn:hover
 | 
						|
{
 | 
						|
	background: #00B731;
 | 
						|
	color: #fff;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
/*------------------*/
 | 
						|
#BtnArea
 | 
						|
{
 | 
						|
	
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
.BtnItem
 | 
						|
{
 | 
						|
    padding-left:40px;	
 | 
						|
	height:50px;
 | 
						|
	line-height: 50px;
 | 
						|
	display: flex;
 | 
						|
	justify-content:flex-start;
 | 
						|
	cursor: pointer;
 | 
						|
}
 | 
						|
 | 
						|
.BtnItem:hover
 | 
						|
{
 | 
						|
	background-color: #E0FCEB;
 | 
						|
}
 | 
						|
 | 
						|
.BtnItemSelected
 | 
						|
{
 | 
						|
	background-color: #E0FCEB;
 | 
						|
}
 | 
						|
 | 
						|
.BtnIcon
 | 
						|
{
 | 
						|
	margin-right:6px;
 | 
						|
	display: flex;
 | 
						|
	flex-direction: column;
 | 
						|
	justify-content: center;
 | 
						|
}
 | 
						|
 | 
						|
.LeftIcon
 | 
						|
{
 | 
						|
	width:20px;
 | 
						|
	height: 20px;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
/*--------------------*/
 | 
						|
#RightBoard
 | 
						|
{
 | 
						|
	width: 100%;
 | 
						|
	height: 100%;
 | 
						|
	overflow-y:auto;
 | 
						|
}
 | 
						|
 | 
						|
#ContentBoard
 | 
						|
{
 | 
						|
	overflow-y:hidden;
 | 
						|
	padding: 0px 40px;
 | 
						|
	display: flex;
 | 
						|
	flex-direction: column;
 | 
						|
	position: relative;
 | 
						|
}
 | 
						|
 | 
						|
#MenuArea
 | 
						|
{
 | 
						|
	height: 140px;
 | 
						|
	display: flex;
 | 
						|
	align-items: center;
 | 
						|
}
 | 
						|
 | 
						|
.MenuItem
 | 
						|
{
 | 
						|
	border: 1px solid #EEEEEE;
 | 
						|
	border-radius: 12px;
 | 
						|
	height: 101px;
 | 
						|
	width: 253px;
 | 
						|
	padding-left: 20px;
 | 
						|
	display: flex;
 | 
						|
	justify-content: flex-start;
 | 
						|
	align-items: center;
 | 
						|
	margin-right: 16px;
 | 
						|
	cursor: pointer;
 | 
						|
}
 | 
						|
 | 
						|
.MenuItem:hover
 | 
						|
{
 | 
						|
	border-color: #4CAA50;
 | 
						|
	background-color: #E0FCEB;
 | 
						|
}
 | 
						|
 | 
						|
.MenuIcon
 | 
						|
{
 | 
						|
	margin-right: 1em;
 | 
						|
}
 | 
						|
 | 
						|
.MenuIcon img
 | 
						|
{
 | 
						|
	width:56px;
 | 
						|
	height: 56px;
 | 
						|
}
 | 
						|
 | 
						|
.MenuDesc
 | 
						|
{
 | 
						|
	color: #A8A8A8;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
.Content-Title
 | 
						|
{
 | 
						|
	line-height: 30px;
 | 
						|
	font-weight: 700;
 | 
						|
}
 | 
						|
 | 
						|
#HotspotWEB
 | 
						|
{
 | 
						|
	width:100%;
 | 
						|
	height: 420px;
 | 
						|
}
 | 
						|
 | 
						|
#RecentFileArea
 | 
						|
{
 | 
						|
	margin-top: 10px;
 | 
						|
	flex: 1;
 | 
						|
	display: flex;
 | 
						|
	flex-direction: column;
 | 
						|
}
 | 
						|
 | 
						|
#RecentTitleBlock
 | 
						|
{
 | 
						|
	display:flex;
 | 
						|
	align-items: center;
 | 
						|
	padding: 6px;
 | 
						|
    border-bottom: 1px solid #D9D9D9;	
 | 
						|
}
 | 
						|
 | 
						|
#RecentClearAllBtn
 | 
						|
{
 | 
						|
	border: 1px solid #C4C4C4;
 | 
						|
	padding: 0px 10px;
 | 
						|
	border-radius: 6px;
 | 
						|
	line-height: 26px;
 | 
						|
	height: 26px;
 | 
						|
	margin-left: 20px;
 | 
						|
	cursor: pointer;
 | 
						|
	background-color: #00AE42;
 | 
						|
	color: #fff;
 | 
						|
	display: inline;
 | 
						|
}
 | 
						|
 | 
						|
#RecentTitle
 | 
						|
{
 | 
						|
	
 | 
						|
}
 | 
						|
 | 
						|
#FileList
 | 
						|
{
 | 
						|
	flex: 1;
 | 
						|
	display: flex;
 | 
						|
	flex-wrap: wrap;
 | 
						|
	align-content: flex-start;
 | 
						|
	overflow-y: auto;
 | 
						|
}
 | 
						|
 | 
						|
.FileItem
 | 
						|
{
 | 
						|
	width: 184px;
 | 
						|
    white-space: nowrap;
 | 
						|
    text-overflow: ellipsis;
 | 
						|
    overflow: hidden;
 | 
						|
    word-break: break-all;
 | 
						|
	position: relative;
 | 
						|
	cursor: pointer;
 | 
						|
	margin: 8px;
 | 
						|
}
 | 
						|
 | 
						|
.FileTip
 | 
						|
{
 | 
						|
	position: absolute;
 | 
						|
	top: 0px;
 | 
						|
	left: 0px;
 | 
						|
	right: 0px;
 | 
						|
	bottom: 0px;
 | 
						|
}
 | 
						|
 | 
						|
.FileImg
 | 
						|
{
 | 
						|
	text-align: center;
 | 
						|
	background-color: #E4E4E4;
 | 
						|
	border-radius: 8px;
 | 
						|
	width: 184px;
 | 
						|
	height: 184px;	
 | 
						|
}
 | 
						|
 | 
						|
.FileItem img
 | 
						|
{
 | 
						|
	width: 184px;
 | 
						|
	height: 184px;
 | 
						|
	border-radius: 8px;
 | 
						|
	display: inline-block;
 | 
						|
}
 | 
						|
 | 
						|
.FileDate
 | 
						|
{
 | 
						|
	color: #A8A8A8;
 | 
						|
}
 | 
						|
 | 
						|
#recnet_context_menu
 | 
						|
{
 | 
						|
	position: absolute;
 | 
						|
	margin: 0px;
 | 
						|
	padding: 0px;
 | 
						|
	border: 0px;
 | 
						|
	min-width: 100px;
 | 
						|
    top: 800px;
 | 
						|
	border: 1px solid #C5C5C5;
 | 
						|
	border-radius: 6px;
 | 
						|
	background-color: #fff;
 | 
						|
}
 | 
						|
 | 
						|
.CT_Item
 | 
						|
{
 | 
						|
	line-height:30px;
 | 
						|
	padding: 0px 10px;
 | 
						|
	display: flex;
 | 
						|
	flex-direction: row;
 | 
						|
	align-content: center;
 | 
						|
	align-items: center;
 | 
						|
}
 | 
						|
 | 
						|
.CT_Item:hover
 | 
						|
{
 | 
						|
	background-color: #E9E9E9;
 | 
						|
	cursor: pointer;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
.CT_Icon
 | 
						|
{
 | 
						|
	margin-right: 6px;
 | 
						|
	width: 16px;
 | 
						|
	height: 16px;		
 | 
						|
}
 | 
						|
 | 
						|
.CT_Delete
 | 
						|
{
 | 
						|
	background: url("../img/delete.png");
 | 
						|
	background-repeat: no-repeat;
 | 
						|
	background-size: contain;	
 | 
						|
}
 | 
						|
 | 
						|
.CT_Explore
 | 
						|
{
 | 
						|
	background: url("../img/folder.png");
 | 
						|
	background-repeat: no-repeat;
 | 
						|
	background-size: contain;		
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
.CT_Seperate
 | 
						|
{
 | 
						|
	border-bottom:1px solid  #C5C5C5;
 | 
						|
}
 | 
						|
 | 
						|
.CT_Text
 | 
						|
{
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
/*--------Mall------*/
 | 
						|
#MallBoard
 | 
						|
{
 | 
						|
	height: 100%;
 | 
						|
	max-width: 1600px;
 | 
						|
	overflow-y: hidden;
 | 
						|
	padding: 0px 40px;
 | 
						|
	display: none;
 | 
						|
}
 | 
						|
 | 
						|
#MallWeb
 | 
						|
{
 | 
						|
	width: 100%;
 | 
						|
	height: 95%;
 | 
						|
	border: 1px solid #D9D9D9;
 | 
						|
}
 | 
						|
 | 
						|
/*------Manual------*/
 | 
						|
#ManualBoard
 | 
						|
{
 | 
						|
	height: 100%;
 | 
						|
	max-width: 1600px;
 | 
						|
	overflow-y: hidden;
 | 
						|
	padding: 0px 40px;
 | 
						|
	display: none;
 | 
						|
}
 | 
						|
 | 
						|
#ManualWeb
 | 
						|
{
 | 
						|
	width: 100%;
 | 
						|
	height: 95%;
 | 
						|
	border: 1px solid #D9D9D9;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
/*---------Wiki----------*/
 | 
						|
#WikiGuideBigBoard
 | 
						|
{
 | 
						|
	display:none;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
#WikiGuideBoard
 | 
						|
{
 | 
						|
	display: flex;
 | 
						|
	flex-wrap: wrap;
 | 
						|
	align-content: flex-start;
 | 
						|
	overflow-y: auto;
 | 
						|
	padding: 50px;
 | 
						|
}
 | 
						|
 | 
						|
.GuideBlock
 | 
						|
{
 | 
						|
	width: 320px;
 | 
						|
	margin: 0px;
 | 
						|
	margin: 0px 12px 30px 12px;
 | 
						|
	cursor: pointer;
 | 
						|
}
 | 
						|
 | 
						|
.UG_IMG
 | 
						|
{
 | 
						|
	width: 320px;
 | 
						|
	height: 200px;	
 | 
						|
}
 | 
						|
 | 
						|
.UG_IMG img
 | 
						|
{
 | 
						|
	width: 320px;
 | 
						|
	height: 200px;
 | 
						|
}
 | 
						|
 | 
						|
.UG_TITLE
 | 
						|
{
 | 
						|
	font-size: 16px;
 | 
						|
	line-height: 20px;
 | 
						|
	width: 320px;
 | 
						|
	margin-top: 6px;
 | 
						|
}
 | 
						|
 | 
						|
.UG_DESC
 | 
						|
{
 | 
						|
	width: 320px;
 | 
						|
	line-height: 18px;
 | 
						|
	color: #C4C4C4;
 | 
						|
	font-size: 14px;
 | 
						|
}
 | 
						|
 | 
						|
 |