CSS

Snippets


CSS

Cascading Style Sheets

NO Image:
27
<PagerStyle  CssClass="pagination-ys" />  .pagination-ys { /*display: inline-block;*/ padding-left: 0; ...

[Read the rest of this article...]

GridView PagerStyle
Posted in: CSS
15
Add a stylesheet from custom DNN module settings HtmlGenericControl css1 = new HtmlGenericControl("link"); css1.Attributes["type&qu...

[Read the rest of this article...]

css, stylesheet, DNN Module Settings
05
<style type="text/css"> @media print {   a[href]:after {     content: none !important;   } } </s...

[Read the rest of this article...]

css, printing
Posted in: CSS
23
To hide text elements on mobile devices use the class hidden-xs class="hidden-xs"  <p class="hidden-xs">Your lo...

[Read the rest of this article...]

Posted in: CSS
07
<div style="display: inline-block;margin:6px;"> <div style="margin: 0 auto !important;">[PHOTOWITHBORDER]</div> <div style="tex...

[Read the rest of this article...]

Ventrian Simple Gallery
Posted in: CSS, Web Design
21
#Body{      background: url(/Portals/0/BGImage/Grays_Beach.jpg) no-repeat center center fixed;   -webkit-background-size: co...

[Read the rest of this article...]

Fixed background Image
Posted in: CSS
Page 1 of 3First   Previous   [1]  2  3  Next   Last