Blame client/Android/Studio/aFreeRDP/src/main/assets/help.css

Packit Service fa4841
<style type="text/css">
Packit Service fa4841
Packit Service fa4841
@charset "utf-8";
Packit Service fa4841
Packit Service fa4841
#container{
Packit Service fa4841
    text-align:center;
Packit Service fa4841
    color:#FFFFFF;
Packit Service fa4841
}
Packit Service fa4841
Packit Service fa4841
body {
Packit Service fa4841
    margin:0;
Packit Service fa4841
    padding:<length> 0 0 0;
Packit Service fa4841
    font: 100%/1.4 Helvetica;
Packit Service fa4841
    background-image:url(../background.jpg);
Packit Service fa4841
    background-position:center;
Packit Service fa4841
}
Packit Service fa4841
Packit Service fa4841
#headline {
Packit Service fa4841
    background-color:#353639;
Packit Service fa4841
    opacity:0.9;
Packit Service fa4841
    color:FFF;
Packit Service fa4841
    text-align:center;
Packit Service fa4841
}
Packit Service fa4841
Packit Service fa4841
#article {
Packit Service fa4841
    background-color:#FFFFFF;
Packit Service fa4841
    opacity: 0.8;
Packit Service fa4841
    z-index:0;
Packit Service fa4841
    margin-bottom:3%;
Packit Service fa4841
    padding-bottom:0.1%;
Packit Service fa4841
    border-radius: 15px;
Packit Service fa4841
    border-top-left-radius:0px;
Packit Service fa4841
    border-top-right-radius:0px;
Packit Service fa4841
    color:#000;
Packit Service fa4841
    margin: 10px auto;
Packit Service fa4841
    position:relative;
Packit Service fa4841
}
Packit Service fa4841
Packit Service fa4841
#header {
Packit Service fa4841
    height:auto;
Packit Service fa4841
    width:100%;
Packit Service fa4841
    background-color:#353639;
Packit Service fa4841
    padding-bottom:5px;
Packit Service fa4841
    padding-left:5px;
Packit Service fa4841
    padding-right:5px;
Packit Service fa4841
    padding-top:10px;
Packit Service fa4841
    position: fixed;
Packit Service fa4841
    top: 0;
Packit Service fa4841
    left: 0;
Packit Service fa4841
    height:40px;
Packit Service fa4841
    overflow:visible;
Packit Service fa4841
    min-width:400px;
Packit Service fa4841
    z-index:20;
Packit Service fa4841
}
Packit Service fa4841
Packit Service fa4841
#content {
Packit Service fa4841
	padding-top:70px;
Packit Service fa4841
	z-index:-20;
Packit Service fa4841
	max-width:420px;
Packit Service fa4841
}
Packit Service fa4841
Packit Service fa4841
/* ~~ Element/tag selectors ~~ */
Packit Service fa4841
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
Packit Service fa4841
	padding: 0;
Packit Service fa4841
	margin: 0;
Packit Service fa4841
}
Packit Service fa4841
Packit Service fa4841
h1, h2, h3, h4, h5, h6, p {
Packit Service fa4841
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
Packit Service fa4841
	padding-right: 1px;
Packit Service fa4841
	padding-left: 1px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method.
Packit Service fa4841
 */
Packit Service fa4841
 color:#000;
Packit Service fa4841
}
Packit Service fa4841
Packit Service fa4841
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
Packit Service fa4841
	border: none;
Packit Service fa4841
}
Packit Service fa4841
Packit Service fa4841
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
Packit Service fa4841
/*a:link {
Packit Service fa4841
	color:#414958;
Packit Service fa4841
	text-decoration: underline;  unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
Packit Service fa4841
Packit Service fa4841
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
Packit Service fa4841
	text-decoration: none;
Packit Service fa4841
}
Packit Service fa4841
Packit Service fa4841
* {
Packit Service fa4841
    -webkit-touch-callout: none;
Packit Service fa4841
    -webkit-user-select: none; /* Disable selection/Copy of UIWebView */
Packit Service fa4841
}
Packit Service fa4841
Packit Service fa4841
Packit Service fa4841
Packit Service fa4841
Packit Service fa4841
Packit Service fa4841
Packit Service fa4841
Packit Service fa4841
    </style>