Template:NewsBox

From FSI
(Difference between revisions)
Jump to: navigation, search
(Created page with "<noinclude> <pre>{{NewsBox|title|content}}</pre> </noinclude> <div style=" - global container: background-color: #f1fdff; border: 1px solid #dedede; posit...")
 
 
(6 intermediate revisions by one user not shown)
Line 2: Line 2:
 
<pre>{{NewsBox|title|content}}</pre>
 
<pre>{{NewsBox|title|content}}</pre>
 
</noinclude>
 
</noinclude>
 
 
<div style="
 
<div style="
 
/* global container */
 
/* global container */
  background-color: #f1fdff;  
+
    background-color: #f1fdff;  
  border:          1px solid #dedede;
+
    border:          1px solid #dedede;
  position : fixed;
+
    position :       fixed;
  border-radius:    10px;
+
    border-radius:    10px;
  width:            90%;
+
    width:            90%;
  margin:          5px auto;
+
    margin:          3px auto;
  padding:          0px;
+
    padding:          0px;
 
">
 
">
  <div style="
+
    <div style="
  /* title container */
+
    /* title container */
    background-color: #d0e5f5;  
+
        background-color: #d0e5f5;  
    border-radius:    10px 10px 0 0;
+
        border-radius:    10px 10px 0 0;
    margin:          0px;  
+
        margin:          0px;  
    padding:          1px 5px;  
+
        padding:          1px 3px;  
    font-size:        1.1em;  
+
        font-size:        1.1em;  
    font-weight:      bold;
+
        font-weight:      bold;
 
   ">
 
   ">
 
{{{1}}}
 
{{{1}}}
  </div>
+
    </div>
  <div style="
+
    <div style="
  /* content container */
+
    /* content container */
    border-radius:    0 0 10px 10px;
+
        border-radius:    0 0 10px 10px;
    margin:          0px;  
+
        margin:          0px;  
    padding:          1px 5px;  
+
        padding:          1px 5px;  
    max-height:      73px;
+
        max-height:      73px;
    overflow:        auto;
+
        overflow:        auto;
  ">
+
    ">
 
{{{2}}}
 
{{{2}}}
  </div>
+
    </div>
 
</div>
 
</div>

Latest revision as of 07:54, 29 May 2013

{{NewsBox|title|content}}

{{{1}}}

{{{2}}}

Personal tools
Namespaces
Variants
Actions
Navigation
Modules / Projects
Browse
Toolbox