Theme for WordPress: Style Sheet
A single file defines the appearance of articles, homepages, and other site pages.
This does not apply to the administrative panel, which has its own style.
The theme style table contains file separations.
Header
#header #logo #navbar
The header section contains the logo and navigation bar.
These elements, in turn, are divided into components.
Sidebar
#leftside .widget #leftside ul li ul #leftside ul li ul li #leftside ul li ul p
In the "leftside" panel, elements are encapsulated in the li tag, whose class name is "widget." In turn, it contains a ul beacon, which contains different beacons depending on the element .
For the content of this panel, elements in addition to the "widget" class are found by the tag hierarchy.
Contents
This is an article or homepage.
#container .postinfo .homeinfo
The "container" identifier applies to any content, article, or header list.
The "postinfo" class defines the style of article information (author, date, etc.)
The homeinfo class defines the same information, but for a homepage or category, where it is presented differently.
Football player
#footer
In our case, it comes down to a simple line. Defines the general appearance and font of the text font.
Useful documentation
If you want, we will look at the development page and the final style file.