/usr/share/mediawiki-extensions/openid/skin/openid-plain.css is in mediawiki-extensions-openid 3.7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | #openid_form {
width: 470px;
}
#openid_form legend {
font-weight: bold;
}
#openid_input_area {
clear: both;
padding: 20px;
margin: 5px;
}
#openid_btns {
}
#openid_highlight {
padding: 3px;
background-color: #FFFCC9;
float: left;
}
.openid_large_link {
font-size: larger;
border: 1px solid #DDD;
padding: 15px;
margin: 7px;
}
.openid_small_link {
}
.openid_selected {
color: orange;
}
#openid_large_providers {
margin: 22px;
}
#openid_small_providers_links {
margin: 0 0 0 30px;
}
.openid_small_providers_block {
float: left;
margin: 0 0 0 30px;
}
#openid_url {
background: url(icons/openid-inputicon.png) no-repeat;
background-position: 0 50%;
background-color: #fff;
color: #000;
padding-left: 18px;
}
|