Difference between revisions of "Template:Stockholm"

m
m
Line 7: Line 7:
 
 
  
 +
 
  @font-face {
 
  @font-face {
 
font-family: 'icomoon';
 
font-family: 'icomoon';
Line 155: Line 156:
 
}
 
}
  
@media screen and (min-width: 1px) and (max-width: 1px) {
 
  
.container.\31 25\25 {
 
width: 100%;
 
max-width: 1200px;
 
min-width: 960px;
 
}
 
 
.container.\37 5\25 {
 
width: 720px;
 
}
 
 
.container.\35 0\25 {
 
width: 480px;
 
}
 
 
.container.\32 5\25 {
 
width: 240px;
 
}
 
 
.container {
 
width: 960px;
 
}
 
 
}
 
 
@media screen and (max-width: 1px) {
 
 
.container.\31 25\25 {
 
width: 100%;
 
max-width: 125%;
 
min-width: 100%;
 
}
 
 
.container.\37 5\25 {
 
width: 75%;
 
}
 
 
.container.\35 0\25 {
 
width: 50%;
 
}
 
 
.container.\32 5\25 {
 
width: 25%;
 
}
 
 
.container {
 
width: 100% !important;
 
}
 
 
}
 
  
 
/* Grid */
 
/* Grid */
Line 1,397: Line 1,348:
 
}
 
}
  
/* Form */
 
  
form label {
 
font-weight: 600;
 
text-transform: uppercase;
 
color: #888;
 
display: block;
 
margin: 0 0 1em 0;
 
}
 
 
form input[type="text"],
 
form input[type="email"]
 
input[type="password"],
 
form select,
 
form textarea {
 
-moz-transition: background-color 0.25s ease-in-out;
 
-webkit-transition: background-color 0.25s ease-in-out;
 
-ms-transition: background-color 0.25s ease-in-out;
 
transition: background-color 0.25s ease-in-out;
 
-webkit-appearance: none;
 
display: block;
 
border: 0;
 
background: #e8e8e8;
 
width: 100%;
 
box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
 
border-radius: 4px;
 
line-height: 1.25em;
 
padding: 0.75em 1em 0.75em 1em;
 
}
 
 
form input[type="text"]:focus,
 
form input[type="email"]
 
input[type="password"]:focus,
 
form select:focus,
 
form textarea:focus {
 
background: #f0f0f0;
 
}
 
 
form textarea {
 
min-height: 11em;
 
}
 
 
form .formerize-placeholder {
 
color: #555 !important;
 
}
 
 
form ::-webkit-input-placeholder {
 
color: #555 !important;
 
line-height: 1.35em;
 
}
 
 
form :-moz-placeholder {
 
color: #555 !important;
 
}
 
 
form ::-moz-placeholder {
 
color: #555 !important;
 
}
 
 
form :-ms-input-placeholder {
 
color: #555 !important;
 
}
 
 
form ::-moz-focus-inner {
 
border: 0;
 
}
 
  
 
/* Table */
 
/* Table */
Line 1,770: Line 1,656:
 
}
 
}
  
/* Features */
+
 
  
 
/* Banner */
 
/* Banner */
Line 2,096: Line 1,982:
  
 
}
 
}
 +
 +
 +
  
 
</style>
 
</style>

Revision as of 13:04, 28 July 2015