Advertisement
Guest User

overlay-layout

a guest
May 12th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. "resource/layout/overlaydesktop.layout"
  2. {
  3. controls
  4. {
  5. BaseDesktopPanel
  6. {
  7. controlname="EditablePanel"
  8. }
  9.  
  10. GameGroupsButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_GameGroups" style=sidemenu }
  11. ChatRoomButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_ChatRoom" style=sidemenu }
  12. DLCButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_DLC" style=sidemenu }
  13. GuideButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_Guide" style=sidemenu }
  14. LegacyCDKeyButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_legacycdkey" style=sidemenu }
  15. WebSiteButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_WebSite" style=sidemenu }
  16. RecommendButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_Recommend" style=sidemenu }
  17. WorkshopButton { controlname="URLLabel" labeltext="#Overlay_Taskbar_Workshop" style=sidemenu }
  18.  
  19. GoogleID { controlname="URLLabel" labeltext="Google" urltext="https://google.co.uk/" style=sidemenu }
  20. FacebookID { controlname="URLLabel" labeltext="Facebook" urltext="https://www.facebook.com/" style=sidemenu }
  21. YoutubeID { controlname="URLLabel" labeltext="Youtube" urltext="https://youtube.com/feed/subscriptions" style=sidemenu }
  22. AmazonID { controlname="URLLabel" labeltext="Amazon" urltext="https://amazon.co.uk/" style=sidemenu }
  23. eBayID { controlname="URLLabel" labeltext="eBay" urltext="https://ebay.co.uk/" style=sidemenu }
  24.  
  25. FriendsDetailPanel { controlname="COverlay_Details_Friends" style="detailsbox" }
  26. AchievementsDetailPanel { controlname="COverlay_Details_Achievements" style="detailsbox" }
  27. NewsDetailPanel { controlname="COverlay_Details_News" style="detailsbox" }
  28. ScreenshotsDetailPanel { controlname="COverlay_Details_Screenshots_Panel" style="detailsbox" }
  29. GuidesDetailPanel { controlname="COverlay_Details_Guides_Panel" style="detailsbox" }
  30. CommunityHubDetailPanel { controlname="COverlay_Details_CommunityHub_Panel" style="detailsbox" }
  31. CommunityDiscussionsDetailPanel { controlname="COverlay_Details_CommunityDiscussions_Panel" style="detailsbox" }
  32. BroadcastDetailPanel { controlname="COverlay_Details_Broadcast_Panel" style="detailsbox" }
  33.  
  34. Clock { controlname="Label" labeltext="10:43" style=topbar }
  35. ClockSuffix { controlname="Label" labeltext="am" style=clocksuffix }
  36. SessionText { controlname=label style=TimeStrings labeltext="#Overlay_Playtime_Session" }
  37. TwoWeeksText { controlname=label style=TimeStrings }
  38. ForeverText { controlname=label style=TimeStrings }
  39. }
  40.  
  41. styles
  42. {
  43. sidemenu
  44. {
  45. font-size=18
  46. textcolor=texthover
  47. }
  48.  
  49. sidemenu:hover
  50. {
  51. font-size=18
  52. textcolor=text
  53. }
  54.  
  55. topbar
  56. {
  57. font-size=36
  58. textcolor=text
  59. }
  60.  
  61. clocksuffix
  62. {
  63. font-size=24
  64. padding-top=10
  65. //textcolor=red
  66. font-weight=400
  67. font-style=uppercase;
  68. }
  69.  
  70. timeStrings
  71. {
  72. font-size="17"
  73. textcolor="label"
  74. font-family=basefont
  75. font-weight=700
  76. }
  77. }
  78.  
  79. layout
  80. {
  81. region { name=overlay width=1010 align=top-center margin-top=10 margin-bottom=10 }
  82.  
  83. region { name="detailpanelsTop" region=overlay align=bottom width=max height=594 margin-bottom=480 }
  84. region { name="detailpanelsMiddle" region=overlay align=bottom width=max height=466 margin-bottom=206 }
  85. region { name="detailpanelsBottom" region=overlay align=bottom width=max height=210 margin-bottom=100 }
  86. region { name="topbar" region=overlay width="max" height=50 }
  87. region { name="taskbar" region=overlay width="max" height=75 align=bottom }
  88.  
  89. place { controls="GoogleID,FacebookID,YoutubeID,AmazonID,eBayID,GameGroupsButton,ChatRoomButton,DLCButton,GuideButton,LegacyCDKeyButton,WebSiteButton,RecommendButton,WorkshopButton" y=50 align=right region=overlay dir=left spacing=10 }
  90.  
  91. place { controls="BroadcastDetailPanel" region=detailpanelsTop width=330 height=240 spacing=10 }
  92. place { controls="FriendsDetailPanel,NewsDetailPanel,AchievementsDetailPanel,GuidesDetailPanel" region=detailpanelsMiddle width=330 height=240 spacing=10 }
  93. place { controls="ScreenshotsDetailPanel,CommunityHubDetailPanel,CommunityDiscussionsDetailPanel" region=detailpanelsBottom width=330 height=240 spacing=10 }
  94.  
  95. place { control="Clock,ClockSuffix" region=topbar }
  96. place { control="SessionText,TwoWeeksText,ForeverText" dir=down region=overlay y=35 }
  97.  
  98. }
  99.  
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement