MediaWiki:Gadget-crob.css: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
#crob { |
|||
#crob { color: black; z-index: 200; position: fixed; bottom: 30px; left: 30px;}#crob-speech { position: fixed; bottom: 188px; left: 15px; background-color: #fffdcc; width: 175px; border: 1px solid black; border-radius: 7px;}#crob-speech-text { margin: 7px 10px; font-family: Arial; font-size: 13px;}#crob-speech-arrow { width: 0; position: relative; bottom: -24px; left: 110px; border-top: 15px solid #fffdcc; border-left: 0 solid transparent; border-right: 10px solid transparent; filter: drop-shadow(-1px 1px 0 #000) drop-shadow(0 1px 0 #000);}#crob-img { background: url('/images/rss/Crob.gif') no-repeat; background-size: 150px; height: 168px; width: 158px;}#crob-speech-buttons { font-family: Arial; font-size: 14px; position: relative; text-align: center; border-top: 1px solid #c2c2c2; bottom: 0; margin: 7px 7px 10px 7px;}.crob-button { background-color: #fffdcc; border: 1px solid #c2c2c2; border-radius: 3px; padding: 5px 12px; margin: 10px 5px 0 5px; color: var(--button-dark);} |
|||
color: black; |
|||
z-index: 200; |
|||
position: fixed; |
|||
bottom: 30px; |
|||
left: 30px; |
|||
} |
|||
#crob-speech { |
|||
position: fixed; |
|||
bottom: 188px; |
|||
left: 15px; |
|||
background-color: #fffdcc; |
|||
width: 175px; |
|||
border: 1px solid black; |
|||
border-radius: 7px; |
|||
} |
|||
#crob-speech-text { |
|||
margin: 7px 10px; |
|||
font-family: Arial; |
|||
font-size: 13px; |
|||
} |
|||
#crob-speech-arrow { |
|||
width: 0; |
|||
position: relative; |
|||
bottom: -24px; |
|||
left: 110px; |
|||
border-top: 15px solid #fffdcc; |
|||
border-left: 0 solid transparent; |
|||
border-right: 10px solid transparent; |
|||
filter: drop-shadow(-1px 1px 0 #000) drop-shadow(0 1px 0 #000); |
|||
} |
|||
#crob-img { |
|||
background: url('/images/rss/Crob.gif') no-repeat; |
|||
background-size: 150px; |
|||
height: 168px; |
|||
width: 158px; |
|||
} |
|||
#crob-speech-buttons { |
|||
font-family: Arial; |
|||
font-size: 14px; |
|||
position: relative; |
|||
text-align: center; |
|||
border-top: 1px solid #c2c2c2; |
|||
bottom: 0; |
|||
margin: 7px 7px 10px 7px; |
|||
} |
|||
.crob-button { |
|||
background-color: #fffdcc; |
|||
border: 1px solid #c2c2c2; |
|||
border-radius: 3px; |
|||
padding: 5px 12px; |
|||
margin: 10px 5px 0 5px; |
|||
color: var(--button-dark); |
|||
} |
Latest revision as of 17:14, 17 October 2024
#crob {
color: black;
z-index: 200;
position: fixed;
bottom: 30px;
left: 30px;
}
#crob-speech {
position: fixed;
bottom: 188px;
left: 15px;
background-color: #fffdcc;
width: 175px;
border: 1px solid black;
border-radius: 7px;
}
#crob-speech-text {
margin: 7px 10px;
font-family: Arial;
font-size: 13px;
}
#crob-speech-arrow {
width: 0;
position: relative;
bottom: -24px;
left: 110px;
border-top: 15px solid #fffdcc;
border-left: 0 solid transparent;
border-right: 10px solid transparent;
filter: drop-shadow(-1px 1px 0 #000) drop-shadow(0 1px 0 #000);
}
#crob-img {
background: url('/images/rss/Crob.gif') no-repeat;
background-size: 150px;
height: 168px;
width: 158px;
}
#crob-speech-buttons {
font-family: Arial;
font-size: 14px;
position: relative;
text-align: center;
border-top: 1px solid #c2c2c2;
bottom: 0;
margin: 7px 7px 10px 7px;
}
.crob-button {
background-color: #fffdcc;
border: 1px solid #c2c2c2;
border-radius: 3px;
padding: 5px 12px;
margin: 10px 5px 0 5px;
color: var(--button-dark);
}