Skip to content

Instantly share code, notes, and snippets.

@nternetinspired
Created June 26, 2012 13:20
Show Gist options
  • Save nternetinspired/2995751 to your computer and use it in GitHub Desktop.
Save nternetinspired/2995751 to your computer and use it in GitHub Desktop.
An example os Joomla system message styles
/* system messages */
dl#system-message {
border:1px solid #e5e5e5;
border:1px solid rgba(0,0,0,.15)
}
dl#system-message dt {
border-bottom:3px double #ddd;
border-bottom:3px double rgba(0,0,0,.1);
font-weight:700;
text-align:center;
}
dl#system-message dt,
dl#system-message dd{
padding:10px;
padding:1rem;
}
dl#system-message > .message {
background-color: #D9EDF7;
color: #3A87AD;
}
dl#system-message > .notice {
background-color: #D9EDF7;
color: #3A87AD;
}
dl#system-message > .warning {
background-color: #F2DEDE;
color: #B94A48;
}
dl#system-message ul{
margin-bottom:0;
}
@janepatel
Copy link

Hi,
If you want to design message styles please check below link for this. On below link you can find complete code with live demo.

message styles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment