From 99f904adcc37d93c90defcd8ce898598e25be212 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 11 Mar 2015 16:55:04 +0100 Subject: Lot of plugins --- settings/skins/larry/settings.css | 65 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 settings/skins/larry/settings.css (limited to 'settings/skins/larry/settings.css') diff --git a/settings/skins/larry/settings.css b/settings/skins/larry/settings.css new file mode 100644 index 0000000..90d0887 --- /dev/null +++ b/settings/skins/larry/settings.css @@ -0,0 +1,65 @@ +#sections-table #rcmrowaccountlink td.section{ + background-position: -8px -1036px; +} + +#sections-table #rcmrowaccountlink.selected td.section{ + background-position: -8px -1068px; +} + +#accountlink +{ + font-size: 12px; +} + +#prefs-details +{ + /*margin-top: -20px;*/ + left: 220px; +} + +#userprefs-accountblocks +{ + position: absolute; + left: 10px; + right: 10px; + margin-top: -25px; + background: #dfdfdf; + padding: 10px 10px 10px 10px; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; +} + +.settingsplugin +{ + margin-top: 15px; +} + +a.plugin-description-link:active, a.plugin-description-link:visited, a.plugin-description-link:link +{ + font-size: 13px; + font-weight: normal; + color: #376572; + text-shadow: 0px 1px 1px white; + text-decoration: none; + font-style: normal; +} + +a.plugin-description-link:hover, a.plugin-description-link:focus +{ + /*font-weight: bold;*/ + color: #999999; +} + +#prefs-details div.plugin-description-text +{ + padding: 2px 5px 5px 2px; + text-align: justify; + font-size: 11px; + font-weight: normal; + color: #666666; + background-color: #F9F9F9; + /*word-wrap: break-word;*/ + width: 450px; + white-space: normal; +} \ No newline at end of file -- cgit v1.2.3