MyBB Community Forums

Full Version: Help identifying theme placeholders
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Could anyone help identify the theme placeholders marked?

[Image: 4nyNO.jpg]



[Image: RYbm.jpg]

If someone could identify the labelled sections in the theme, it would be very helpful!
install Opera or Chrome or Firefox (with Web Developer plugin) and "Inspect Element" to see whatever you need
Google Chrome has built in "Inspect Element " Smile
(2011-11-17, 03:57 AM)phwebmaster.net Wrote: [ -> ]Google Chrome has built in "Inspect Element " Smile

exactly what I said
While examining the element with Chromium, I got this:


a:link {
color: #026CB1;
text-decoration: none;
}
user agent stylesheet
a:-webkit-any-link {
color: -webkit-link;
text-decoration: underline;

cursor: auto;
}
Inherited from strong
user agent stylesheet
strong, b {
font-weight: bolder;
}
Inherited from div#panel
global.css:66
#panel {
color: black;
font-size: 11px;
}
Inherited from div#container
global.css:25
#container {
color: black;
text-align: left;
}
Inherited from body


The code I put in red italics had a strikethrough in the elements inspector. What does that mean?
^ strikethrough --> overrided by some other property !!