mirror of
https://git.feneas.org/mediaformat/fediembedi
synced 2024-12-23 01:08:12 +01:00
74c6fd0a31
Reorganized file structure
235 lines
3.3 KiB
CSS
235 lines
3.3 KiB
CSS
/* .wrap{
|
|
padding:10px;
|
|
border-radius:10px;
|
|
min-height:100%;
|
|
}
|
|
.wrap h1, .wrap label, .wrap form p{
|
|
color: #000;
|
|
}
|
|
|
|
.wrap .button{
|
|
color:#2b90d9 !important;
|
|
border-color:#2b90d9 !important;
|
|
box-shadow:none !important;
|
|
text-shadow:none !important;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.wrap .button:hover{
|
|
background-color:transparent;
|
|
}
|
|
|
|
.wrap input, .wrap textarea{
|
|
background-color:transparent !important;
|
|
color:#000 !important;
|
|
border-color:#000;
|
|
border-radius:4px;
|
|
}
|
|
|
|
.wrap > form{
|
|
border:solid 1px #2b90d9;
|
|
padding:1%;
|
|
background-color:#FFF;
|
|
} */
|
|
|
|
.spacer{
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.account{
|
|
border: 1px solid #000;
|
|
padding: 15px;
|
|
border-radius:4px;
|
|
float:left;
|
|
|
|
}
|
|
|
|
.m-avatar{
|
|
float:left;
|
|
border-radius: 100px;
|
|
margin-right: 20px;
|
|
width: 60px;
|
|
}
|
|
|
|
.details{
|
|
float:left;
|
|
}
|
|
|
|
.details .link{
|
|
color:#000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.connected{
|
|
color: #2b90d9;
|
|
font-size: 16px;
|
|
font-weight:bold;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.disconnected{
|
|
color: #FF0000;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.advanced_setting{
|
|
display:none;
|
|
}
|
|
|
|
|
|
/* .wrap .button:hover{
|
|
background-color:transparent;
|
|
}
|
|
|
|
.wrap input, .wrap textarea{
|
|
background-color:transparent !important;
|
|
color:#000 !important;
|
|
border-color:#000;
|
|
border-radius:4px;
|
|
} */
|
|
.spacer{
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.account{
|
|
border: 1px solid #000;
|
|
padding: 15px;
|
|
border-radius:4px;
|
|
float:left;
|
|
margin: 0 0 1em;
|
|
}
|
|
|
|
.m-avatar{
|
|
float:left;
|
|
border-radius: 100px;
|
|
margin-right: 20px;
|
|
width: 60px;
|
|
}
|
|
|
|
.details{
|
|
float:left;
|
|
}
|
|
|
|
.details .link{
|
|
color:#000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.connected{
|
|
color: #2b90d9;
|
|
font-size: 16px;
|
|
font-weight:bold;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.disconnected{
|
|
color: #FF0000;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.advanced_setting{
|
|
display:none;
|
|
}
|
|
|
|
|
|
label{
|
|
display:inline-block;
|
|
vertical-align: bottom;
|
|
text-align:center;
|
|
}
|
|
|
|
.messageRadioButtons label{
|
|
padding:10px;
|
|
border:dashed 2px #000;
|
|
opacity:0.5;
|
|
}
|
|
|
|
.scopeRadioButtons label{
|
|
opacity:0.5;
|
|
margin-right:1em;
|
|
}
|
|
|
|
input[type="radio"]{
|
|
display:none;
|
|
}
|
|
|
|
.github-icon{
|
|
margin-right: 10px;
|
|
text-decoration: none;
|
|
position: relative;
|
|
}
|
|
|
|
html > body .liberapay-btn{
|
|
margin-top: 3px;
|
|
position: absolute;
|
|
}
|
|
|
|
.github-icon{
|
|
margin-right: 10px;
|
|
text-decoration: none;
|
|
position: relative;
|
|
}
|
|
|
|
.modeIcon{
|
|
height:1em;
|
|
}
|
|
|
|
html > body .liberapay-btn{
|
|
margin-top: 3px;
|
|
position: absolute;
|
|
}
|
|
|
|
.tab-button{
|
|
text-align:center;
|
|
margin-bottom:-1px !important;
|
|
border-bottom:none !important;
|
|
border-radius:0 !important;
|
|
}
|
|
|
|
.tab-button.active{
|
|
background-color:#FFF !important;
|
|
margin-bottom:-0px !important;
|
|
}
|
|
.pixelfed {
|
|
background: url('img/pixelfed.svg') no-repeat 0 0;
|
|
background-size: 30px;
|
|
border: none;
|
|
border-radius: 50%;
|
|
color: transparent;
|
|
display: inline-block;
|
|
height: 32px;
|
|
width: 36px;
|
|
vertical-align: middle;
|
|
}
|
|
.mastodon {
|
|
background: url('img/mastodon.svg') no-repeat 1px 4px;
|
|
background-size: 28px;
|
|
border: none;
|
|
color: transparent;
|
|
display: inline-block;
|
|
height: 36px;
|
|
width: 36px;
|
|
vertical-align: middle;
|
|
}
|
|
.peertube {
|
|
background: url('img/peertube.svg') no-repeat 7px 4px;
|
|
background-size: 24px;
|
|
border: none;
|
|
color: transparent;
|
|
display: inline-block;
|
|
height: 36px;
|
|
width: 36px;
|
|
vertical-align: middle;
|
|
}
|
|
.instance_url {
|
|
max-width: 500px;
|
|
}
|
|
.instance_type.widefat {
|
|
max-width: 160px;
|
|
vertical-align: baseline;
|
|
}
|