Sha256: 7bb26cbdbbb5ce13435ef0c50d79311c7a9e5355d23cbd52c23307e9b753b16e

Contents?: true

Size: 1.97 KB

Versions: 1

Compression:

Stored size: 1.97 KB

Contents

html {
	font-family: "PT Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
}

@media (min-width: 40em) {
	html {
		font-size: 18px;
	}
}

@media (min-width: 80em) {
	html {
		font-size: 20px;
	}
}

body {
	padding: 0;
	margin: 0;
	
	background-color: #fafafa;
}

body > header {
	margin: 1rem 0 1rem 0;
	
	background-color: white;
	
	background-image: url(/_static/utopia-background.svg);
	
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

body > header img {
	display: block;
	margin: auto;
	height: 4rem;
}

p {
	color: #555;
}

p strong {
	color: #222;
}

h1, h2, h3, h4, h5, h6 {
	margin: 2rem 1rem 1rem 1rem;
	color: #4E8DD9;
}

img {
	border: none;
}

a {
	color: #33a;
}

a:hover {
	color: #55c;
}

p, ul, ol, dl, h3 {
	margin: 2rem;
}

pre {
	padding: 1rem 3rem;
	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	background-color: #eee;
}

h3 {
	border-bottom: 1px solid #ccf;
}

ul {
	margin-bottom: 1rem;
}

h2, h3, h4, h5, h6 {
	font-weight: normal;
}

body.front h1 {
	font-weight: normal;
	font-size: 300%;
	color: #F89432;

	text-align: center;
}

footer {
	text-align: right;
	margin: 2rem;
	font-size: 0.65rem;
	color: #aaa;
}

nav {
	position: absolute;
	margin: 2.5rem;
	font-size: 0.8rem;
	color: #aaa;
}

section.features {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	
	margin: 1rem;
}

section.features > div {
	box-sizing: border-box;
	
	flex-basis: 20rem;
	flex-grow: 1;
	
	color: #171e42;
	margin: 1rem;
	padding: 1rem;
	
	padding-left: 3rem;
	
	position: relative;
}

section.features > div i {
	position: absolute;
	left: 0rem;
	
	font-size: 1.5rem;
	text-align: center;
	
	width: 3rem;
	color: #fafafa;
	text-shadow: 0px 0px 1px #000;
}

section.features p {
	margin: 0;
	maring-bottom: 1rem;
	font-size: 80%;
}

section.features h2 {
	margin: 0;
	font-size: 1.1rem;
	padding: 0;
}

form fieldset {
	border: 0;
}

form fieldset textarea {
	box-sizing: border-box;
	
	width: 100%;
	height: 10rem;
}

form fieldset.footer {
	text-align: right;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
utopia-1.9.2 setup/site/public/_static/site.css