Sha256: f85cd9979844404598f558aee68f5fff8353e699d71edb811980de1b1738966c

Contents?: true

Size: 1.72 KB

Versions: 4

Compression:

Stored size: 1.72 KB

Contents

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

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

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

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

body > header {
	margin: 1em 0 1em 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: 4em;
}

p {
	color: #555;
}

p strong {
	color: #222;
}

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

img {
	border: none;
}

a {
	color: #33a;
}

a:hover {
	color: #55c;
}

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

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

ul {
	margin-bottom: 1em;
}

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;
}

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

4 entries across 4 versions & 1 rubygems

Version Path
utopia-1.8.3 setup/site/public/_static/site.css
utopia-1.8.2 setup/site/public/_static/site.css
utopia-1.8.1 setup/site/public/_static/site.css
utopia-1.8.0 setup/site/public/_static/site.css