Sandbox

(Difference between revisions)
Jump to: navigation, search
m
Line 11: Line 11:
 
This is a cool box
 
This is a cool box
 
}}
 
}}
 +
 +
<div style="
 +
/* global container */
 +
  background-color: #f1fdff;
 +
  border:          1px solid #dedede;
 +
  border-radius:    10px;
 +
  width:            80%;
 +
margin-left: auto ;
 +
  margin-right: auto ;
 +
/*  margin:          5px;*/
 +
  padding:          0px;
 +
">
 +
  <div style="
 +
  /* title container */
 +
    background-color: #d0e5f5;
 +
    border-radius:    10px 10px 0 0;
 +
    margin:          0px;
 +
    padding:          1px 5px;
 +
    font-size:        1.1em;
 +
    font-weight:      bold;
 +
  ">
 +
{{{1}}}
 +
  </div>
 +
  <div style="
 +
  /* content container */
 +
    border-radius:    0 0 10px 10px;
 +
    margin:          0px;
 +
    padding:          1px 5px;
 +
    max-height:      70px;
 +
    overflow:        auto;
 +
  ">
 +
{{{2}}}
 +
  </div>
 +
</div>

Revision as of 13:03, 13 November 2012

<issues />

<issues project="My Project" />

<issues project="My Project" search="true" filter="false" />

<issues project="My Project" authenticate="false" />



Your Title

This is a cool box

{{{1}}}

{{{2}}}

Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox