Index: trunk/extensions/UsabilityInitiative/OptIn/OptIn.css |
— | — | @@ -0,0 +1,94 @@ |
| 2 | +div.optin-accept { |
| 3 | + float: left; |
| 4 | + margin-right: 1em; |
| 5 | + margin-bottom: 1em; |
| 6 | + background-image: url(images/accept-border.png); |
| 7 | +} |
| 8 | +div.optin-deny { |
| 9 | + float: left; |
| 10 | + margin-right: 1em; |
| 11 | + margin-bottom: 1em; |
| 12 | + background-image: url(images/deny-border.png); |
| 13 | +} |
| 14 | +div.optin-accept div { |
| 15 | + float: left; |
| 16 | + background-image: url(images/accept-base.png); |
| 17 | + margin: 4px; |
| 18 | +} |
| 19 | +div.optin-accept div div { |
| 20 | + background-image: url(images/accept-tl.png); |
| 21 | + background-position: top left; |
| 22 | + background-repeat: no-repeat; |
| 23 | + margin: -4px; |
| 24 | +} |
| 25 | +div.optin-accept div div div { |
| 26 | + background-image: url(images/accept-tr.png); |
| 27 | + background-position: top right; |
| 28 | + background-repeat: no-repeat; |
| 29 | + margin: 0; |
| 30 | +} |
| 31 | +div.optin-accept div div div div { |
| 32 | + background-image: url(images/accept-bl.png); |
| 33 | + background-position: bottom left; |
| 34 | + background-repeat: no-repeat; |
| 35 | + margin: 0; |
| 36 | +} |
| 37 | +div.optin-accept div div div div a { |
| 38 | + background-image: url(images/accept-br.png); |
| 39 | + background-position: bottom right; |
| 40 | + background-repeat: no-repeat; |
| 41 | + display: block; |
| 42 | + text-align: center; |
| 43 | + padding: 1em; |
| 44 | + padding-bottom: 0.75em; |
| 45 | + margin: 0; |
| 46 | + cursor: pointer; |
| 47 | +} |
| 48 | +div.optin-accept div div div div a:hover { |
| 49 | + text-decoration: none; |
| 50 | +} |
| 51 | +div.optin-deny div { |
| 52 | + float: left; |
| 53 | + background-image: url(images/deny-base.png); |
| 54 | + margin: 4px; |
| 55 | +} |
| 56 | +div.optin-deny div div { |
| 57 | + background-image: url(images/deny-tl.png); |
| 58 | + background-position: top left; |
| 59 | + background-repeat: no-repeat; |
| 60 | + margin: -4px; |
| 61 | +} |
| 62 | +div.optin-deny div div div { |
| 63 | + background-image: url(images/deny-tr.png); |
| 64 | + background-position: top right; |
| 65 | + background-repeat: no-repeat; |
| 66 | + margin: 0; |
| 67 | +} |
| 68 | +div.optin-deny div div div div { |
| 69 | + background-image: url(images/deny-bl.png); |
| 70 | + background-position: bottom left; |
| 71 | + background-repeat: no-repeat; |
| 72 | + margin: 0; |
| 73 | +} |
| 74 | +div.optin-deny div div div div a { |
| 75 | + background-image: url(images/deny-br.png); |
| 76 | + background-position: bottom right; |
| 77 | + background-repeat: no-repeat; |
| 78 | + display: block; |
| 79 | + text-align: center; |
| 80 | + padding: 1em; |
| 81 | + padding-bottom: 0.75em; |
| 82 | + margin: 0; |
| 83 | + cursor: pointer; |
| 84 | +} |
| 85 | +div.optin-deny div div div div a:hover { |
| 86 | + text-decoration: none; |
| 87 | +} |
| 88 | +span.optin-button-shorttext { |
| 89 | + font-size: large; |
| 90 | + font-weight: bold; |
| 91 | + color: white; |
| 92 | +} |
| 93 | +span.optin-button-longtext { |
| 94 | + color: white; |
| 95 | +} |
\ No newline at end of file |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/accept-tl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UsabilityInitiative/OptIn/images/accept-tl.png |
___________________________________________________________________ |
Name: svn:mime-type |
1 | 96 | + application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/deny-tl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UsabilityInitiative/OptIn/images/deny-tl.png |
___________________________________________________________________ |
Name: svn:mime-type |
2 | 97 | + application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/accept-br.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UsabilityInitiative/OptIn/images/accept-br.png |
___________________________________________________________________ |
Name: svn:mime-type |
3 | 98 | + application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/deny-br.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UsabilityInitiative/OptIn/images/deny-br.png |
___________________________________________________________________ |
Name: svn:mime-type |
4 | 99 | + application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/accept-tr.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UsabilityInitiative/OptIn/images/accept-tr.png |
___________________________________________________________________ |
Name: svn:mime-type |
5 | 100 | + application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/deny-tr.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UsabilityInitiative/OptIn/images/deny-tr.png |
___________________________________________________________________ |
Name: svn:mime-type |
6 | 101 | + application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/accept-base.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UsabilityInitiative/OptIn/images/accept-base.png |
___________________________________________________________________ |
Name: svn:mime-type |
7 | 102 | + application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/deny-base.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UsabilityInitiative/OptIn/images/deny-base.png |
___________________________________________________________________ |
Name: svn:mime-type |
8 | 103 | + application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/accept-bl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UsabilityInitiative/OptIn/images/accept-bl.png |
___________________________________________________________________ |
Name: svn:mime-type |
9 | 104 | + application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/accept-border.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UsabilityInitiative/OptIn/images/accept-border.png |
___________________________________________________________________ |
Name: svn:mime-type |
10 | 105 | + application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/deny-bl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UsabilityInitiative/OptIn/images/deny-bl.png |
___________________________________________________________________ |
Name: svn:mime-type |
11 | 106 | + application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/deny-border.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UsabilityInitiative/OptIn/images/deny-border.png |
___________________________________________________________________ |
Name: svn:mime-type |
12 | 107 | + application/octet-stream |