Advertisement
Guest User

Sharepoint 2010 Theme Engine Options - CSS

a guest
Nov 12th, 2010
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.96 KB | None | 0 0
  1. /*Accent Styles*/
  2. #accents {
  3.     width: 150px;
  4.     height: 50px;
  5.     float: left;
  6.     padding-left: 2px;
  7. }
  8.  
  9. /*THMX - Sharepoint Theme styles*/
  10.  
  11. /*Dark1*/
  12. .dark1lightest {
  13.     /* [ReplaceColor(themeColor:"Dark1-Lightest")] */ background-color:#000;
  14. }
  15. .dark1lighter{
  16.     /* [ReplaceColor(themeColor:"Dark1-Lighter")] */ background-color:#000;
  17. }
  18. .dark1medium {
  19.     /* [ReplaceColor(themeColor:"Dark1-Medium")] */ background-color:#000;
  20. }
  21. .dark1 {
  22.     /* [ReplaceColor(themeColor:"Dark1")] */ background-color:#000;
  23. }
  24. .dark1darker {
  25.     /* [ReplaceColor(themeColor:"Dark1-Darker")] */ background-color:#000;
  26. }
  27. .dark1darkest {
  28.     /* [ReplaceColor(themeColor:"Dark1-Darkest")] */ background-color:#000;
  29. }
  30.  
  31. /*Dark2*/
  32. .dark2lightest {
  33.     /* [ReplaceColor(themeColor:"Dark2-Lightest")] */ background-color:#000;
  34. }
  35. .dark2lighter{
  36.     /* [ReplaceColor(themeColor:"Dark2-Lighter")] */ background-color:#000;
  37. }
  38. .dark2medium {
  39.     /* [ReplaceColor(themeColor:"Dark2-Medium")] */ background-color:#000;
  40. }
  41. .dark2 {
  42.     /* [ReplaceColor(themeColor:"Dark2")] */ background-color:#000;
  43. }
  44. .dark2darker {
  45.     /* [ReplaceColor(themeColor:"Dark2-Darker")] */ background-color:#000;
  46. }
  47. .dark2darkest {
  48.     /* [ReplaceColor(themeColor:"Dark2-Darkest")] */ background-color:#000;
  49. }
  50.  
  51. /*Light1*/
  52. .light1lightest {
  53.     /* [ReplaceColor(themeColor:"Light1-Lightest")] */ background-color:#000;
  54. }
  55. .light1lighter{
  56.     /* [ReplaceColor(themeColor:"Light1-Lighter")] */ background-color:#000;
  57. }
  58. .light1medium {
  59.     /* [ReplaceColor(themeColor:"Light1-Medium")] */ background-color:#000;
  60. }
  61. .light1 {
  62.     /* [ReplaceColor(themeColor:"Light1")] */ background-color:#000;
  63. }
  64. .light1darker {
  65.     /* [ReplaceColor(themeColor:"Light1-Darker")] */ background-color:#000;
  66. }
  67. .light1darkest {
  68.     /* [ReplaceColor(themeColor:"Light1-Darkest")] */ background-color:#000;
  69. }
  70.  
  71. /*Light2*/
  72. .light2lightest {
  73.     /* [ReplaceColor(themeColor:"Light2-Lightest")] */ background-color:#000;
  74. }
  75. .light2lighter{
  76.     /* [ReplaceColor(themeColor:"Light2-Lighter")] */ background-color:#000;
  77. }
  78. .light2medium {
  79.     /* [ReplaceColor(themeColor:"Light2-Medium")] */ background-color:#000;
  80. }
  81. .light2 {
  82.     /* [ReplaceColor(themeColor:"Light2")] */ background-color:#000;
  83. }
  84. .light2darker {
  85.     /* [ReplaceColor(themeColor:"Light2-Darker")] */ background-color:#000;
  86. }
  87. .light2darkest {
  88.     /* [ReplaceColor(themeColor:"Light2-Darkest")] */ background-color:#000;
  89. }
  90.  
  91. /*Accent1*/
  92. .accent1lightest {
  93.     /* [ReplaceColor(themeColor:"Accent1-Lightest")] */ background-color:#000;
  94. }
  95. .accent1lighter{
  96.     /* [ReplaceColor(themeColor:"Accent1-Lighter")] */ background-color:#000;
  97. }
  98. .accent1medium {
  99.     /* [ReplaceColor(themeColor:"Accent1-Medium")] */ background-color:#000;
  100. }
  101. .accent1 {
  102.     /* [ReplaceColor(themeColor:"Accent1")] */ background-color:#000;
  103. }
  104. .accent1darker {
  105.     /* [ReplaceColor(themeColor:"Accent1-Darker")] */ background-color:#000;
  106. }
  107. .accent1darkest {
  108.     /* [ReplaceColor(themeColor:"Accent1-Darkest")] */ background-color:#000;
  109. }
  110.  
  111. /*Accent2*/
  112. .accent2lightest {
  113.     /* [ReplaceColor(themeColor:"Accent2-Lightest")] */ background-color:#000;
  114. }
  115. .accent2lighter{
  116.     /* [ReplaceColor(themeColor:"Accent2-Lighter")] */ background-color:#000;
  117. }
  118. .accent2medium {
  119.     /* [ReplaceColor(themeColor:"Accent2-Medium")] */ background-color:#000;
  120. }
  121. .accent2 {
  122.     /* [ReplaceColor(themeColor:"Accent2")] */ background-color:#000;
  123. }
  124. .accent2darker {
  125.     /* [ReplaceColor(themeColor:"Accent2-Darker")] */ background-color:#000;
  126. }
  127. .accent2darkest {
  128.     /* [ReplaceColor(themeColor:"Accent2-Darkest")] */ background-color:#000;
  129. }
  130.  
  131. /*Accent3*/
  132. .accent3lightest {
  133.     /* [ReplaceColor(themeColor:"Accent3-Lightest")] */ background-color:#000;
  134. }
  135. .accent3lighter{
  136.     /* [ReplaceColor(themeColor:"Accent3-Lighter")] */ background-color:#000;
  137. }
  138. .accent3medium {
  139.     /* [ReplaceColor(themeColor:"Accent3-Medium")] */ background-color:#000;
  140. }
  141. .accent3 {
  142.     /* [ReplaceColor(themeColor:"Accent3")] */ background-color:#000;
  143. }
  144. .accent3darker {
  145.     /* [ReplaceColor(themeColor:"Accent3-Darker")] */ background-color:#000;
  146. }
  147. .accent3darkest {
  148.     /* [ReplaceColor(themeColor:"Accent3-Darkest")] */ background-color:#000;
  149. }
  150.  
  151. /*Accent4*/
  152. .accent4lightest {
  153.     /* [ReplaceColor(themeColor:"Accent4-Lightest")] */ background-color:#000;
  154. }
  155. .accent4lighter{
  156.     /* [ReplaceColor(themeColor:"Accent4-Lighter")] */ background-color:#000;
  157. }
  158. .accent4medium {
  159.     /* [ReplaceColor(themeColor:"Accent4-Medium")] */ background-color:#000;
  160. }
  161. .accent4 {
  162.     /* [ReplaceColor(themeColor:"Accent4")] */ background-color:#000;
  163. }
  164. .accent4darker {
  165.     /* [ReplaceColor(themeColor:"Accent4-Darker")] */ background-color:#000;
  166. }
  167. .accent4darkest {
  168.     /* [ReplaceColor(themeColor:"Accent4-Darkest")] */ background-color:#000;
  169. }
  170.  
  171. /*Accent5*/
  172. .accent5lightest {
  173.     /* [ReplaceColor(themeColor:"Accent5-Lightest")] */ background-color:#000;
  174. }
  175. .accent5lighter{
  176.     /* [ReplaceColor(themeColor:"Accent5-Lighter")] */ background-color:#000;
  177. }
  178. .accent5medium {
  179.     /* [ReplaceColor(themeColor:"Accent5-Medium")] */ background-color:#000;
  180. }
  181. .accent5 {
  182.     /* [ReplaceColor(themeColor:"Accent5")] */ background-color:#000;
  183. }
  184. .accent5darker {
  185.     /* [ReplaceColor(themeColor:"Accent5-Darker")] */ background-color:#000;
  186. }
  187. .accent5darkest {
  188.     /* [ReplaceColor(themeColor:"Accent5-Darkest")] */ background-color:#000;
  189. }
  190.  
  191. /*Accent6*/
  192. .accent6lightest {
  193.     /* [ReplaceColor(themeColor:"Accent6-Lightest")] */ background-color:#000;
  194. }
  195. .accent6lighter{
  196.     /* [ReplaceColor(themeColor:"Accent6-Lighter")] */ background-color:#000;
  197. }
  198. .accent6medium {
  199.     /* [ReplaceColor(themeColor:"Accent6-Medium")] */ background-color:#000;
  200. }
  201. .accent6 {
  202.     /* [ReplaceColor(themeColor:"Accent6")] */ background-color:#000;
  203. }
  204. .accent6darker {
  205.     /* [ReplaceColor(themeColor:"Accent6-Darker")] */ background-color:#000;
  206. }
  207. .accent6darkest {
  208.     /* [ReplaceColor(themeColor:"Accent6-Darkest")] */ background-color:#000;
  209. }
  210.  
  211. /*Hyperlink*/
  212. .hyperlinklightest {
  213.     /* [ReplaceColor(themeColor:"Hyperlink-Lightest")] */ background-color:#000;
  214. }
  215. .hyperlinklighter{
  216.     /* [ReplaceColor(themeColor:"Hyperlink-Lighter")] */ background-color:#000;
  217. }
  218. .hyperlinkmedium {
  219.     /* [ReplaceColor(themeColor:"Hyperlink-Medium")] */ background-color:#000;
  220. }
  221. .hyperlink {
  222.     /* [ReplaceColor(themeColor:"Hyperlink")] */ background-color:#000;
  223. }
  224. .hyperlinkdarker {
  225.     /* [ReplaceColor(themeColor:"Hyperlink-Darker")] */ background-color:#000;
  226. }
  227. .hyperlinkdarkest {
  228.     /* [ReplaceColor(themeColor:"Hyperlink-Darkest")] */ background-color:#000;
  229. }
  230.  
  231. /*FollowedHyperlink*/
  232. .followedhyperlinklightest {
  233.     /* [ReplaceColor(themeColor:"FollowedHyperlink-Lightest")] */ background-color:#000;
  234. }
  235. .followedhyperlinklighter{
  236.     /* [ReplaceColor(themeColor:"FollowedHyperlink-Lighter")] */ background-color:#000;
  237. }
  238. .followedhyperlinkmedium {
  239.     /* [ReplaceColor(themeColor:"FollowedHyperlink-Medium")] */ background-color:#000;
  240. }
  241. .followedhyperlink {
  242.     /* [ReplaceColor(themeColor:"FollowedHyperlink")] */ background-color:#000;
  243. }
  244. .followedhyperlinkdarker {
  245.     /* [ReplaceColor(themeColor:"FollowedHyperlink-Darker")] */ background-color:#000;
  246. }
  247. .followedhyperlinkdarkest {
  248.     /* [ReplaceColor(themeColor:"FollowedHyperlink-Darkest")] */ background-color:#000;
  249. }
  250.  
  251. /*ReplaceFont*/
  252. .majorfont {
  253.     /* [ReplaceFont(themeFont: "MajorFont")] */ font-family:Arial;
  254.     /* [ReplaceColor(themeColor:"Accent6")] */ color:#000;
  255.     font-size: 2em;
  256. }
  257. .minorfont {
  258.     /* [ReplaceFont(themeFont: "MinorFont")] */ font-family:Arial;
  259.     /* [ReplaceColor(themeColor:"Accent1")] */ color:#000;
  260. }
  261.  
  262. /*Tint Image*/
  263. .tint {
  264.     /* [RecolorImage(themeColor:"Accent1",method:"Tinting")] */ background:url("/_layouts/images/siteIcon.png") repeat;
  265. }
  266.  
  267. /*Blend Image*/
  268. .blend {
  269.     /* [RecolorImage(themeColor:"Accent2",method:"Blending",includeRectangle:{x:0,y:0,width:100,height:50})] */ background:url("/_layouts/images/SiteSettings_SiteActions_48x48.png") repeat;
  270. }
  271.  
  272. /*Fill Images*/
  273. .filling {
  274.     /* [RecolorImage(themeColor:"Accent3",method:"Filling",includeRectangle:{x:0,y:0,width:100,height:50})] */ background:url("/_layouts/images/SiteSettings_SiteCollectionAdmin_48x48.png") repeat;
  275. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement