Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/diffusion/diffusion.css
| Show First 20 Lines • Show All 87 Lines • ▼ Show 20 Lines | |||||
| /* - List Styles ------------------------------------------------------------*/ | /* - List Styles ------------------------------------------------------------*/ | ||||
| .diffusion-history-list .phui-oi-link { | .diffusion-history-list .phui-oi-link { | ||||
| color: {$blacktext}; | color: {$blacktext}; | ||||
| font-size: {$biggerfontsize}; | font-size: {$biggerfontsize}; | ||||
| } | } | ||||
| .diffusion-history-message { | |||||
| background-color: {$bluebackground}; | |||||
| padding: 16px; | |||||
| margin: 4px 0; | |||||
| border-radius: 5px; | |||||
| color: {$darkbluetext}; | |||||
| } | |||||
| .diffusion-history-list .phui-oi-attribute { | .diffusion-history-list .phui-oi-attribute { | ||||
| font-size: {$smallerfontsize}; | font-size: {$smallerfontsize}; | ||||
| letter-spacing: 0.01em; | letter-spacing: 0.01em; | ||||
| } | } | ||||
| .diffusion-history-author-name a { | .diffusion-history-author-name a { | ||||
| color: {$darkbluetext}; | color: {$darkbluetext}; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 142 Lines • Show Last 20 Lines | |||||