condividi-link-fediverso-fi.../css/style.css

231 lines
3.6 KiB
CSS

/*by Kim*/
/* Button Style 1 (Left Icons) */
html,
body {
width: auto;
height: auto;
}
.btns-container{
height:auto;
width: auto;
float:right;
padding: 5px 5px 5px 1px;
}
.btns-container a{
float:right;
margin:2px;
}
.btns-container a:hover{
color: #fff;
text-decoration: none;
}
a.btn-grey, a.btn-grey:hover{
color: #666 !important;
}
.btn-gradient {
width:40%;
position: relative;
display: inline-block;
left:-20px;
background: rgba(0, 0, 0, 0.15);
border-top-right-radius: 60px;
padding: 8px 24px 8px 16px;
box-shadow: 2px 0px 0px 0px rgba(78, 72, 72, 0.4);
}
.btn-gnusocial{
font-size:20px;
padding:0px 20px;
color: #fff;
background-color: #a22430;
border:none;
justify-content: center;
align-items: center;
display: flex;
width:230px;
}
.btn-mastodon{
font-size:20px;
padding:0px 20px;
color: #fff;
background-color: #2b90d9;
border:none;
justify-content: center;
align-items: center;
display: flex;
width:230px;
}
.btn-pleroma{
font-size:20px;
padding:0px 20px;
color: #fff;
background-color: #fba457;
border:none;
justify-content: center;
align-items: center;
display: flex;
width:230px;
}
.btn-hubzilla{
font-size:20px;
padding:0px 20px;
color: #fff;
background-color: #44498b;
border:none;
justify-content: center;
align-items: center;
display: flex;
width:230px;
}
.btn-diaspora{
font-size:20px;
padding:0px 20px;
color: #fff;
background-color: #000000;
border:none;
justify-content: center;
align-items: center;
display: flex;
width:230px;
}
.btn-friendica{
font-size:20px;
padding:0px 20px;
color: #fff;
background-color: #f7c43d;
border:none;
justify-content: center;
align-items: center;
display: flex;
width:230px;
}
.btn-lemmy{
font-size:20px;
padding:0px 20px;
color: #fff;
background-color: #16a2b5;
border:none;
justify-content: center;
align-items: center;
display: flex;
width:230px;
}
.btn-socialhome{
font-size:20px;
padding:0px 20px;
color: #fff;
background-color: #2fcbbe;
border:none;
justify-content: center;
align-items: center;
display: flex;
width:230px;
}
.btn-xmpp{
font-size:20px;
padding:0px 20px;
color: #fff;
background-color: #a0ce67;
border:none;
justify-content: center;
align-items: center;
display: flex;
width:230px;
}
.btn-nextcloud{
font-size:20px;
padding:0px 20px;
color: #fff;
background-color: #007ec3;
border:none;
justify-content: center;
align-items: center;
display: flex;
width:230px;
}
.btn-text{
width:60%;
}
.btn-gradient i{
font-size:30px;
display:flex;
justify-content:center;
align-items:center;
}
.flex {
float: relative;
display: flex;
flex-direction: row;
}
.options-container {
display: flex;
flex: initial;
flex-direction: row;
float: left;
cursor: pointer;
color: #7d7d7d;
}
.btn-options {
font-size: 30px;
display: flex;
justify-content: center;
align-items: center;
}
label {
display: block;
color: #ffffff;
padding: 3px;
margin: 5px;
}
button {
margin: 15px;
padding: 3px;
border: none;
border-radius: 5px;
width: 190px;
height: 35px;
text-align: center;
background-color: #3455b8;
color: #ffffff;
font-size: 19px;
}
button:hover {
background-color: #3a5fcd;
}
button:active {
background-color: #22397b;
}
h2 {
color: #ffffff;
}
.credits {
color: #ffffff;
}