2015-02-03 04:36:49 +01:00
|
|
|
/*blue 2098d1
|
2015-09-01 21:52:43 +02:00
|
|
|
lila 5a4b68*/
|
2015-02-13 18:11:24 +01:00
|
|
|
body {
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-family: 'Abel', sans-serif;
|
|
|
|
|
font-size: 16px;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
h3 {
|
|
|
|
|
color: #fff;
|
2014-12-19 22:50:16 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
a {
|
2015-09-01 21:52:43 +02:00
|
|
|
color: #5a4b68;
|
2015-01-13 09:42:51 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
a:hover {
|
|
|
|
|
text-decoration: none;
|
2015-09-01 21:52:43 +02:00
|
|
|
color: #5a4b68;
|
2015-02-13 18:11:24 +01:00
|
|
|
cursor: pointer;
|
2015-01-13 09:42:51 +01:00
|
|
|
}
|
2015-03-04 13:07:55 +01:00
|
|
|
.small-text{
|
2015-03-26 16:12:06 +01:00
|
|
|
font-size: 14px;
|
2015-03-04 13:07:55 +01:00
|
|
|
}
|
|
|
|
|
.left{
|
|
|
|
|
float:left;
|
|
|
|
|
}
|
|
|
|
|
.right{
|
|
|
|
|
float:right;
|
|
|
|
|
}
|
2015-09-01 21:52:43 +02:00
|
|
|
.center{
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2015-04-08 15:50:21 +02:00
|
|
|
.menu-icon{
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
.menu-icon-big{
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.top-button {
|
2015-04-08 15:50:21 +02:00
|
|
|
opacity:0.0;
|
|
|
|
|
-moz-opacity:0.0
|
|
|
|
|
filter:alpha(opacity=0.0);
|
2015-02-13 18:11:24 +01:00
|
|
|
float: right;
|
2015-04-08 15:50:21 +02:00
|
|
|
margin-right: 10px;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.navbar-header {
|
2015-04-08 15:50:21 +02:00
|
|
|
width: 100%;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
margin-left:0px;
|
|
|
|
|
margin-right:0px;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.navbar-options {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
float: right;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.navbar-brand img {
|
2015-02-13 18:44:32 +01:00
|
|
|
height: 40px;
|
|
|
|
|
margin-top:-10px;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.navbar-header a {
|
|
|
|
|
color: #000;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.navbar-nav li a {
|
|
|
|
|
color: #000;
|
2015-02-13 18:09:23 +01:00
|
|
|
border-bottom: 4px solid #f8f8f8;
|
|
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.navbar-nav li a:hover {
|
2015-09-01 21:52:43 +02:00
|
|
|
color: #5a4b68;
|
|
|
|
|
border-bottom: 4px solid #5a4b68;
|
2015-02-13 18:09:23 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.navigator {
|
|
|
|
|
padding: 20px;
|
2015-02-03 04:36:49 +01:00
|
|
|
background: #fff;
|
2015-02-13 18:11:24 +01:00
|
|
|
margin-top: 40px;
|
2015-02-03 04:36:49 +01:00
|
|
|
border-top: 1px solid #333;
|
2015-02-13 18:11:24 +01:00
|
|
|
display: none;
|
2015-02-13 21:11:03 +01:00
|
|
|
}
|
|
|
|
|
.navigator h4 {
|
|
|
|
|
|
2015-02-03 04:36:49 +01:00
|
|
|
}
|
2015-09-01 21:52:43 +02:00
|
|
|
.navigator a{
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
.navigator a:hover{
|
|
|
|
|
background: #5a4b68;
|
|
|
|
|
color: #fff;
|
2015-02-13 18:09:23 +01:00
|
|
|
}
|
2015-02-13 21:11:03 +01:00
|
|
|
.navigator p {
|
|
|
|
|
color: #000;
|
2015-03-01 19:46:21 +01:00
|
|
|
padding-left:10px;
|
2015-02-13 21:11:03 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.navigator li {
|
2015-02-03 04:36:49 +01:00
|
|
|
float: left;
|
|
|
|
|
margin: 4px;
|
|
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.navigator h3 {
|
2015-09-01 21:52:43 +02:00
|
|
|
color: #5a4b68;
|
2015-02-13 18:09:23 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.navigator h4 {
|
2015-09-01 21:52:43 +02:00
|
|
|
color: #5a4b68;
|
2015-02-13 21:11:03 +01:00
|
|
|
padding: 10px;
|
2015-02-03 04:36:49 +01:00
|
|
|
}
|
2015-09-01 21:52:43 +02:00
|
|
|
.section-separation{
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: #000;
|
|
|
|
|
}
|
2015-03-01 19:46:21 +01:00
|
|
|
.share-page li{
|
|
|
|
|
float:left;
|
|
|
|
|
}
|
|
|
|
|
.share-page i{
|
|
|
|
|
font-size:30px;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
}
|
2015-09-01 21:52:43 +02:00
|
|
|
#upcoming{
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: rgba(0, 0, 0, 1);
|
|
|
|
|
padding: 10px;
|
|
|
|
|
margin: 40px 0px 0px 0px;
|
2015-02-13 18:09:23 +01:00
|
|
|
}
|
2015-03-03 11:17:52 +01:00
|
|
|
.upcoming-media {
|
|
|
|
|
width: 100px;
|
2015-03-04 13:07:55 +01:00
|
|
|
height: 80px;
|
2015-03-26 16:12:06 +01:00
|
|
|
padding: 0px 10px;
|
2015-02-13 18:09:23 +01:00
|
|
|
float: left;
|
2015-02-13 18:11:24 +01:00
|
|
|
margin-right: 10px;
|
2015-02-13 21:11:03 +01:00
|
|
|
margin-left: 4px;
|
2015-02-13 18:09:23 +01:00
|
|
|
}
|
2015-03-03 11:17:52 +01:00
|
|
|
.upcoming-media img {
|
|
|
|
|
width:100%;
|
|
|
|
|
}
|
2015-03-04 13:07:55 +01:00
|
|
|
.upcoming-detail p{
|
|
|
|
|
margin: 0px;
|
|
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.site-header {
|
|
|
|
|
background: #fff;
|
2014-12-19 22:50:16 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.site-footer {
|
|
|
|
|
color: #fff;
|
2014-12-19 22:50:16 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.content {
|
|
|
|
|
margin-top: 40px;
|
2015-01-09 18:01:24 +01:00
|
|
|
}
|
2015-04-14 11:57:13 +02:00
|
|
|
.event-info {
|
|
|
|
|
height: 100%;
|
2015-01-13 09:42:51 +01:00
|
|
|
}
|
2015-04-14 11:57:13 +02:00
|
|
|
.event-info a {
|
|
|
|
|
margin-right: 0px;
|
2015-01-13 09:42:51 +01:00
|
|
|
}
|
2015-04-14 11:57:13 +02:00
|
|
|
.event-info p {
|
2015-02-13 18:11:24 +01:00
|
|
|
color: #fff;
|
2015-04-14 11:57:13 +02:00
|
|
|
padding-right: 0px;
|
2015-01-11 10:18:24 +01:00
|
|
|
}
|
2015-04-14 11:57:13 +02:00
|
|
|
.event-info h3 {
|
2015-02-13 18:11:24 +01:00
|
|
|
font-size: 96px;
|
2015-04-14 11:57:13 +02:00
|
|
|
padding-right: 0px;
|
2015-01-09 18:01:24 +01:00
|
|
|
}
|
2015-04-14 11:57:13 +02:00
|
|
|
.event-info h4 {
|
2015-02-13 18:11:24 +01:00
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: normal;
|
2015-04-14 11:57:13 +02:00
|
|
|
padding-right: 0px;
|
2015-01-13 09:42:51 +01:00
|
|
|
}
|
2015-04-14 11:57:13 +02:00
|
|
|
.event-info ul {
|
|
|
|
|
padding-right: 0px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: right;
|
2015-03-01 19:46:21 +01:00
|
|
|
}
|
2015-04-14 11:57:13 +02:00
|
|
|
.event-info li {
|
2015-02-13 18:11:24 +01:00
|
|
|
list-style: none;
|
2015-04-14 11:57:13 +02:00
|
|
|
padding: 0px 10px 4px 0px;
|
2015-03-01 19:46:21 +01:00
|
|
|
color: #CCC;
|
2015-04-14 11:57:13 +02:00
|
|
|
font-size:16px;
|
|
|
|
|
}
|
|
|
|
|
.event-date {
|
|
|
|
|
text-align: right;
|
|
|
|
|
margin-right: 10px;
|
2015-04-14 12:20:11 +02:00
|
|
|
width: 100%;
|
2015-01-09 18:01:24 +01:00
|
|
|
}
|
2014-12-19 22:50:16 +01:00
|
|
|
.artist-media {
|
2015-02-13 18:11:24 +01:00
|
|
|
width: 100%;
|
|
|
|
|
height: 140px;
|
|
|
|
|
background: #000;
|
2014-12-19 22:50:16 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.artist-media {
|
|
|
|
|
background: #000;
|
|
|
|
|
text-align: center;
|
2014-11-30 23:17:02 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.artist-media img {
|
|
|
|
|
width: 100%;
|
2015-01-13 09:42:51 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.event {
|
|
|
|
|
margin-bottom: 10px;
|
2015-01-09 18:01:24 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.highlight {
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: #000;
|
|
|
|
|
padding: 2px 10px;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.dark_bg {
|
|
|
|
|
background: rgb(0, 0, 0) transparent;
|
|
|
|
|
background: rgba(0, 0, 0, 0.6);
|
|
|
|
|
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
|
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
|
2014-11-30 23:17:02 +01:00
|
|
|
}
|
2015-04-14 11:57:13 +02:00
|
|
|
.white_bg {
|
|
|
|
|
background: rgb(255,255,255) transparent;
|
|
|
|
|
background: rgba(255,255,255, 0.8);
|
|
|
|
|
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#88FFFFFF, endColorstr=#88FFFFFF);
|
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88FFFFFF, endColorstr=#88FFFFFF)";
|
|
|
|
|
}
|
2017-03-04 22:02:51 +01:00
|
|
|
.purple_bg {
|
|
|
|
|
background: rgb(90,75,104) transparent;
|
|
|
|
|
background: rgba(90,75,104, 0.8);
|
|
|
|
|
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#885a4b68, endColorstr=#885a4b68);
|
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#885a4b68, endColorstr=#885a4b68)";
|
|
|
|
|
}
|
|
|
|
|
.red_bg {
|
|
|
|
|
background: rgb(198,80,51) transparent;
|
|
|
|
|
background: rgba(198,80,51, 0.8);
|
|
|
|
|
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#88c65033, endColorstr=#88c65033);
|
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88c65033, endColorstr=#88c65033)";
|
|
|
|
|
}
|
|
|
|
|
.green_bg{
|
|
|
|
|
background: rgb(40,71,73) transparent;
|
|
|
|
|
background: rgba(40,71,73, 0.8);
|
|
|
|
|
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#88284749, endColorstr=#88284749);
|
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88284749, endColorstr=#88284749)";
|
|
|
|
|
}
|
2015-04-14 11:57:13 +02:00
|
|
|
.transp-bg {
|
2015-09-01 21:52:43 +02:00
|
|
|
background: rgb(0,0,0) transparent;
|
|
|
|
|
background: rgba(0,0,0, 1);
|
2015-04-14 11:57:13 +02:00
|
|
|
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#22FFFFFF, endColorstr=#22FFFFFF);
|
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#22FFFFFF, endColorstr=#22FFFFFF)";
|
|
|
|
|
}
|
|
|
|
|
.padded{
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
.padded_vert{
|
|
|
|
|
padding: 10px 0px;
|
|
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.talk {
|
|
|
|
|
padding: 20px 5px;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.talk:hover {} .talk-detail {} .talk-detail h3 {
|
|
|
|
|
font-size: 24px;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.talk-detail h4 {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: #000;
|
|
|
|
|
padding: 4px;
|
2015-01-11 10:18:24 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.talk-detail h5 {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: #000;
|
|
|
|
|
padding: 4px;
|
2015-01-11 10:18:24 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.talk-detail a {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
float: center;
|
|
|
|
|
text-weight: bold;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.event-selector {
|
|
|
|
|
text-align: center;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.event-selector ul {
|
|
|
|
|
list-style: none;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.event-selector li {
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 10px;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.event-selector a {
|
|
|
|
|
display: block;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 20px;
|
2015-01-11 10:18:24 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.gallery {
|
|
|
|
|
margin-bottom: 10px;
|
2015-01-11 10:18:24 +01:00
|
|
|
}
|
2015-04-14 11:57:13 +02:00
|
|
|
.team ul{
|
|
|
|
|
padding-left: 0px;
|
|
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.team li {
|
|
|
|
|
list-style-type: none;
|
2015-01-11 10:18:24 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.team-image img {
|
|
|
|
|
width: 100%;
|
2015-01-11 10:18:24 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.team-list {
|
|
|
|
|
text-align: left;
|
2015-01-11 10:18:24 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.nav_bottom {
|
|
|
|
|
margin-bottom: 10px;
|
2015-01-11 10:18:24 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.page-title {
|
2015-09-01 21:52:43 +02:00
|
|
|
text-align: left;
|
|
|
|
|
padding-left: 20px;
|
2015-01-11 10:18:24 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.page-title h3 {
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
font-size: 48px;
|
2015-01-11 10:18:24 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.about h5 {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: #000;
|
|
|
|
|
padding: 4px;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-03-03 11:17:52 +01:00
|
|
|
.call-for-talks{
|
|
|
|
|
height: 1600px;
|
|
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.footer {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
background: #fff;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.footer li {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 10px;
|
2015-01-11 10:18:24 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.footer h4 {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: #000;
|
|
|
|
|
padding: 4px;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.supporters li {
|
2015-02-03 04:36:49 +01:00
|
|
|
list-style: none;
|
|
|
|
|
float: left;
|
2015-01-11 10:18:24 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.supporters li img {
|
2015-02-28 22:51:15 +01:00
|
|
|
height: 40px;
|
|
|
|
|
margin: 4px;
|
2015-02-03 04:36:49 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.footer-support {
|
|
|
|
|
float: right;
|
2015-02-13 18:09:23 +01:00
|
|
|
}
|
|
|
|
|
.footer li {
|
2015-03-04 12:33:32 +01:00
|
|
|
font-size: 24px;
|
|
|
|
|
margin-right: 4px;
|
2015-02-13 18:09:23 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.footer li a:hover {
|
2015-02-13 18:09:23 +01:00
|
|
|
color: #000;
|
2015-03-04 12:33:32 +01:00
|
|
|
font-size: 24px;
|
2015-02-13 18:09:23 +01:00
|
|
|
}
|
2015-02-13 18:11:24 +01:00
|
|
|
.footer li img {
|
|
|
|
|
height: 40px;
|
2014-12-01 00:39:03 +01:00
|
|
|
}
|
2015-02-13 21:11:03 +01:00
|
|
|
.picbook .album-title {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
.picbook .photo-list .photo-list-item .item-thumb {
|
|
|
|
|
max-width: 100px;
|
|
|
|
|
}
|
2015-02-28 22:51:15 +01:00
|
|
|
#mc_embed_signup {
|
|
|
|
|
background: #fff;
|
|
|
|
|
clear: left;
|
2015-03-01 19:46:21 +01:00
|
|
|
color: #333;
|
|
|
|
|
font-weight: normal;
|
2015-02-28 22:51:15 +01:00
|
|
|
padding:0px;
|
|
|
|
|
}
|
|
|
|
|
#mc_embed_signup form{
|
2015-03-01 19:46:21 +01:00
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
.mc-field-group label{
|
|
|
|
|
color:#333;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
#mc_embed_signup .button {
|
2015-09-01 21:52:43 +02:00
|
|
|
background-color: #5a4b68;
|
2015-03-01 19:46:21 +01:00
|
|
|
clear: both;
|
|
|
|
|
border: 0px none;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
height: 32px;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
margin: 10px 5px 10px 0px;
|
|
|
|
|
padding: 0px 22px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
#mc_embed_signup .mc-field-group input {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 8px 0px;
|
|
|
|
|
text-indent: 2%;
|
|
|
|
|
}
|
|
|
|
|
#mc_embed_signup input {
|
|
|
|
|
border: 1px solid #999;
|
2015-02-28 22:51:15 +01:00
|
|
|
}
|