diff options
Diffstat (limited to 'h-source/Public')
| -rw-r--r-- | h-source/Public/Css/mobile.css | 89 | 
1 files changed, 89 insertions, 0 deletions
diff --git a/h-source/Public/Css/mobile.css b/h-source/Public/Css/mobile.css index 85dabb3..4fa4c83 100644 --- a/h-source/Public/Css/mobile.css +++ b/h-source/Public/Css/mobile.css @@ -157,6 +157,95 @@ img  	border-bottom:1px solid #FF4500;  } +.home_objectives_description +{ +	margin:5px; +	overflow:hidden; +	width:100%; +} +.home_objectives_description img +{ +	float:left; +	margin-right:5px; +} +.home_objectives_title +{ +	margin:15px 5px 5px 5px; +/* 	background:#90EE90; */ +	font-weight:bold; +	padding:5px 0px; +	border-bottom:1px solid #228B22; +} + +.home_container +{ +	margin:20px 0px; +} + +.tables_of_contents +{ +	margin:20px 0; +	padding:5px; +	background-color:#EAF2F4; +	border:1px solid #C7DAEF; +	-moz-border-radius: 15px; +    -webkit-border-radius: 15px; +} +.tables_of_contents a +{ +	font-size:14px; +} +.tables_of_contents_title +{ +	margin:10px 25px; +	font-weight:bold; +} +/*wiki code*/ +.code_pre +{ +/* 	width:650px; */ +	max-height:300px; +	overflow:scroll; +	background:#f9f4a7; +	padding:5px 0 5px 5px; +	font-size:12px; +/* 	color:#4169E1; */ +	border:1px dashed #d4cb3b; +} + +.div_h1 +{ +	font:bold 18px/1 sans-serif,arial; +	border-bottom:1px solid gray; +	padding:3px 0px; +	margin:20px 0px 10px 0px; +	color:gray; +} +.div_h2 +{ +	font:bold 17px/1 sans-serif,arial; +	color:gray; +	padding:2px 0; +} +.div_h3 +{ +	font:bold 16px/1 sans-serif,arial; +	color:gray; +	padding:2px 0; +} +.div_lang +{ +	margin-top:4em; +	padding:8px; +	background:#cfe2ff; +	/*border-top:1px solid #FFA500; +	border-bottom:1px solid #FFA500;*/ +} +.div_lang a +{ +	padding:0px 3px; +} +  .ui-body {      padding-top: 0.8em;      margin-top:10px;  | 
