MediaWiki:Gadget-compare.css: Difference between revisions

From Old School Near-Reality Wiki
Jump to navigation Jump to search
(Created page with ".cioIcon-crush { background: url('images/White_warhammer.png?width=20') center no-repeat; } .cioIcon-magic { background: url('images/Magic_icon.png?width=24') center no-repeat; } .cioIcon-prayer { background: url('images/Prayer_icon.png?width=22') center no-repeat; } .cioIcon-price { background: url('images/Coins_25.png?width=22') center no-repeat; } .cioIcon-ranged { background: url('images/Ranged_icon.png?width=22') center no-repeat; } .cioIcon-slash { backg...")
 
(No difference)

Latest revision as of 18:32, 3 October 2022

 1 .cioIcon-crush {
 2 	background: url('images/White_warhammer.png?width=20') center no-repeat;
 3 }
 4 
 5 .cioIcon-magic {
 6 	background: url('images/Magic_icon.png?width=24') center no-repeat;
 7 }
 8 
 9 .cioIcon-prayer {
10 	background: url('images/Prayer_icon.png?width=22') center no-repeat;
11 }
12 
13 .cioIcon-price {
14 	background: url('images/Coins_25.png?width=22') center no-repeat;
15 }
16 
17 .cioIcon-ranged {
18 	background: url('images/Ranged_icon.png?width=22') center no-repeat;
19 }
20 
21 .cioIcon-slash {
22 	background: url('images/White_scimitar.png?width=25') center no-repeat;
23 }
24 
25 .cioIcon-speed {
26 	background: url('images/Energy.png?width=20') center no-repeat;
27 }
28 
29 .cioIcon-stab {
30 	background: url('images/White_dagger.png?width=20') center no-repeat;
31 }
32 
33 .cioIcon-strength {
34 	background: url('images/Strength_icon.png?width=20') center no-repeat;
35 }
36 
37 .cioIcon-rangedstrength {
38 	background: url('images/Ranged_Strength_icon.png?width=20') center no-repeat;
39 }
40 
41 .cioIcon-magicdamage {
42 	background: url('images/Magic_Damage_icon.png?width=20') center no-repeat;
43 }
44 
45 .cioIcon-weight {
46 	background: url('images/Weight_icon.png?width=20') center no-repeat;
47 }