Skip to content

Instantly share code, notes, and snippets.

@agent-simon-s
Created November 6, 2017 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agent-simon-s/cf120611254c5440413309c62ae6b783 to your computer and use it in GitHub Desktop.
Save agent-simon-s/cf120611254c5440413309c62ae6b783 to your computer and use it in GitHub Desktop.
CSS: rule format archetype
.foo { display:block;
opacity: 1;
visibility: visible;
position:inherit;
top: 0;
left: 0;
float:none;
margin:0px auto 1rem;
width:747px;
height:427px;
z-index: 1;
padding:0.5rem;
//background: #FFF url(../img/bnr_trim.gif) no-repeat 0% 0%;
background: url(img_flwr.gif);
background-repeat: no-repeat;
background-position:top center;
background-size: contain;
//border:1px solid #333;
border-collapse: collapse;
border-width: 1px;
border-style: solid;
border-color: #ff0000 #0000ff;
border-radius: 25px;
overflow-x: hidden;
overflow-y: scroll;
box-shadow: 2px 8px 8px 8px #CCCCCC inset;
color: #000;
//font:29px/30px bold Verdana, Arial, Helvetica, sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-size: 1rem;
font-weight: normal;
line-height:1.2em;
letter-spacing: 0.2px;
word-spacing: auto;
text-decoration: none;
text-shadow: 2px 2px #ff0000;
text-indent:0;
text-transform:none;
quotes: "\201c" "\201e";
text-align:left;
list-style-position: inside;
list-style-type: upper-roman;
list-style-image: url('sqpurple.gif');
cursor: pointer;
transform: scale(0.9, 0.9);
clear:both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment