Click here to Skip to main content
15,906,816 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What are your CSS practices? Pin
Marc Clifton13-Aug-19 4:32
mvaMarc Clifton13-Aug-19 4:32 
GeneralRe: What are your CSS practices? Pin
Mark_Wallace13-Aug-19 7:38
Mark_Wallace13-Aug-19 7:38 
GeneralRe: What are your CSS practices? Pin
Chris Maunder13-Aug-19 8:08
cofounderChris Maunder13-Aug-19 8:08 
GeneralRe: What are your CSS practices? Pin
Member 1453048014-Aug-19 11:58
Member 1453048014-Aug-19 11:58 
GeneralRe: What are your CSS practices? Pin
F-ES Sitecore13-Aug-19 5:10
professionalF-ES Sitecore13-Aug-19 5:10 
GeneralRe: What are your CSS practices? Pin
Chris C-B13-Aug-19 5:13
Chris C-B13-Aug-19 5:13 
GeneralRe: What are your CSS practices? Pin
W Balboos, GHB13-Aug-19 5:59
W Balboos, GHB13-Aug-19 5:59 
GeneralRe: What are your CSS practices? Pin
jgakenhe13-Aug-19 7:10
professionaljgakenhe13-Aug-19 7:10 
Firstly, I make it a point to put nearly all formatting in CSS. This will make all the pages look similar. Too many times over the years, the web page style would change depending on the programmer. If I'm working with someone that is not strong in CSS, I tell them to just use divs and do not add any styling; I'll do it.

I typically have a Main (parent) CSS document and then it's children, based upon its function. In the Main, the basic structure of the web pages, fonts, size, and other selectors that will be reused. For the children CSS documents such as a sidebar, formatted tables for tabular data, printing, and even colors I have separate. Having all colors separate allows me to easily create themes and plug style such as a sidebar or tabular data when needed. And yes, I do use multiple selectors for HTML attributes; such as:
CSS
<div class="content theme p8 mt50 b red"></div>
And for the CSS coding guidelines, I put everything on one line; I don't make it look like a programming function because CSS is not a programming language.
GeneralRe: What are your CSS practices? Pin
Jay Bardeleben14-Aug-19 4:10
professionalJay Bardeleben14-Aug-19 4:10 
GeneralRe: What are your CSS practices? Pin
jgakenhe14-Aug-19 4:48
professionaljgakenhe14-Aug-19 4:48 
GeneralRe: What are your CSS practices? PinPopular
Chris Maunder13-Aug-19 8:15
cofounderChris Maunder13-Aug-19 8:15 
GeneralRe: What are your CSS practices? Pin
agolddog14-Aug-19 3:04
agolddog14-Aug-19 3:04 
GeneralRe: What are your CSS practices? Pin
englebart14-Aug-19 3:25
professionalenglebart14-Aug-19 3:25 
GeneralRe: What are your CSS practices? Pin
Chris Maunder14-Aug-19 3:30
cofounderChris Maunder14-Aug-19 3:30 
GeneralRe: What are your CSS practices? Pin
Jay Bardeleben14-Aug-19 4:15
professionalJay Bardeleben14-Aug-19 4:15 
GeneralRe: What are your CSS practices? Pin
Member 1409260513-Aug-19 20:59
Member 1409260513-Aug-19 20:59 
GeneralRe: What are your CSS practices? Pin
loctrice14-Aug-19 1:48
professionalloctrice14-Aug-19 1:48 
GeneralOh, you ... idiot. Pin
OriginalGriff13-Aug-19 1:53
mveOriginalGriff13-Aug-19 1:53 
GeneralRe: Oh, you ... idiot. Pin
Rage13-Aug-19 1:56
professionalRage13-Aug-19 1:56 
GeneralRe: Oh, you ... idiot. Pin
musefan13-Aug-19 2:04
musefan13-Aug-19 2:04 
GeneralRe: Oh, you ... idiot. Pin
#realJSOP13-Aug-19 2:17
professional#realJSOP13-Aug-19 2:17 
GeneralRe: Oh, you ... idiot. Pin
OriginalGriff13-Aug-19 2:21
mveOriginalGriff13-Aug-19 2:21 
GeneralRe: Oh, you ... idiot. Pin
Richard Deeming13-Aug-19 4:05
mveRichard Deeming13-Aug-19 4:05 
GeneralRe: Oh, you ... idiot. Pin
Member 1126470613-Aug-19 23:12
Member 1126470613-Aug-19 23:12 
GeneralRe: Oh, you ... idiot. Pin
glennPattonWork313-Aug-19 2:23
professionalglennPattonWork313-Aug-19 2:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.