
內容簡介
Companion 旨在協助使用者設計網站,而不需編輯原本的 style.css 檔案。
Companion 的功能包括:
編輯 CSS 樣式表,覆蓋主題中原有的 style.css。
為非 WPMU 網站添加自訂的資訊到 head 區域。- 不適用於多站點
請不要複製整個 style.css 到編輯器中,這個編輯器是用來放置特定元素的更改。如果你想改變整個網站的背景色彩,你可以這樣做:
body { background: #333333; }
333333 被替換成您要使用的顏色。
請注意,您不需要替換整個 CSS 元素,只需更改您想要覆蓋或更改的部分即可。
授權
Companion 釋出的版本為 GNU GPL 3.0 或更新版本。
外掛標籤
開發者團隊
原文外掛簡介
Companion is intended to assist users designing their sites without editing their original style.css files.
Companion’s features include:
Editing CSS stylesheets that override the original style.css in the theme.
Add custom information into the head area of your site/page for non-wpmu sites. – Does NOT activate for Multisite
Please do *not* copy the entire style.css into the editor, the editor is used for placing specific element changes. If you want to change the background of your entire site you do
body { background: #333333; }
333333 being swapped for the color that you want to use.
Notice that you do not need to replace the entire CSS element but just the portion you want to override / change.
License
Companion is released under the GNU GPL version 3.0 or later.
