]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdinsets.inc
Remove stray tab
[lyx.git] / lib / layouts / stdinsets.inc
index 32e54a62df4a30255c05bf2bbcf16bb1e2350442..50b875b21a3bd8c5d81b69df09705e7849e3853c 100644 (file)
@@ -53,7 +53,7 @@
 #                         be comma-separated.
 #End
 
-Format 18
+Format 26
 
 Provides stdinsets 1
 
@@ -77,6 +77,11 @@ InsetLayout Marginal
                        margin: 1ex; 
                        background-color: #F0F0F0; 
                        float:right;
+                       font-size: small;
+                       font-weight: medium;
+                       font-family: serif;
+                       font-variant: normal;
+                       font-style: normal;
                }
        EndHTMLStyle
 End
@@ -92,6 +97,7 @@ InsetLayout Foot
          Size                Small
        EndFont
        MultiPar              true
+       RefPrefix             fn
        HTMLLabel             \arabic{footnote}
        HTMLInnerTag          div
        HTMLStyle
@@ -101,7 +107,14 @@ InsetLayout Foot
                        font-weight: bold;
                        text-decoration: underline;
                }
-    div.foot { display: inline; }
+               div.foot { 
+                       display: inline; 
+                       font-size: small;
+                       font-weight: medium;
+                       font-family: serif;
+                       font-variant: normal;
+                       font-style: normal;
+               }
                div.foot_inner { display: none; }
                div.foot:hover div.foot_inner { 
                        display: block; 
@@ -147,6 +160,9 @@ InsetLayout Note:Greyedout
        LatexType             environment
        LatexName             lyxgreyedout
        BgColor               greyedoutbg
+       Font
+         Color               greyedouttext
+       EndFont
        LabelFont
          Color               greyedout
          Size                Small
@@ -154,7 +170,8 @@ InsetLayout Note:Greyedout
        MultiPar              true
        HTMLStyle
                div.note_greyedout { 
-                       background-color: #A0A0A0; 
+                       display: inline;
+                       color: #A0A0A0; 
                        padding-left: 1ex;
                        padding-right: 1ex;
                }
@@ -210,6 +227,7 @@ InsetLayout Listings
        KeepEmpty             true
        FreeSpacing           true
        ForceLTR              true
+       RefPrefix             lst
 End
 
 InsetLayout Branch
@@ -236,6 +254,7 @@ InsetLayout Index
        MultiPar              false
        CustomPars            false
        ForcePlain            true
+       ContentAsLabel        true
 End
 
 InsetLayout Box
@@ -244,6 +263,9 @@ InsetLayout Box
          Size                Small
        EndFont
        MultiPar              true
+       HTMLStyle
+               div.Frameless { font-family: sans-serif; }
+       EndHTMLStyle
 End
 
 InsetLayout Box:Shaded
@@ -261,6 +283,12 @@ InsetLayout Float
          Size                Small
        EndFont
        MultiPar              true
+       HTMLStyle
+               div.float {
+                       border: 2px solid black;
+                       text-align: center;
+               }
+       EndHTMLStyle
 End
 
 InsetLayout Wrap
@@ -269,6 +297,7 @@ InsetLayout Wrap
          Size                Small
        EndFont
        MultiPar              true
+       RefPrefix             wrap
        HTMLStyle
                div.wrap { 
                        float: right;
@@ -283,6 +312,7 @@ InsetLayout URL
        LyXType               standard
        Decoration            classic
        LabelString           URL
+       ContentAsLabel        true
        LatexName             url
        LatexType             command
        Requires              url
@@ -373,8 +403,20 @@ InsetLayout Info:shortcuts
        EndHTMLStyle
 End
 
-InsetLayout Box
+InsetLayout Caption
        HTMLStyle
-               div.Frameless { font-family: sans-serif; }
+               div.float-caption {
+                       text-align: center;
+                       border: 2px solid black;
+                       padding: 1ex;
+                       margin: 1ex;
+               }
        EndHTMLStyle
 End
+
+
+InsetLayout Preview
+       LabelString           Preview
+       Decoration            minimalistic
+       MultiPar              true
+End