atom-beautify/examples/simple-jsbeautifyrc/titanium-style-sheets/expected/random_indent.tss

98 lines
1.2 KiB
Plaintext
Raw Normal View History

"Window" : {
2015-06-25 06:06:05 -06:00
exitOnClose: true,
backgroundColor: "#fff",
title: "Kochgut"
}
2015-06-25 06:06:05 -06:00
"Label" : {
2015-06-25 06:06:05 -06:00
width: Ti.UI.SIZE,
height: Ti.UI.SIZE,
color: "#555",
touchEnabled: false
}
2015-06-25 06:06:05 -06:00
"Button" : {
2015-06-25 06:06:05 -06:00
backgroundColor: "#03a9f4",
color: "#fff",
borderRadius: 2
}
2015-06-25 06:06:05 -06:00
"#menu" : {
2015-06-25 06:06:05 -06:00
backgroundImage: "/images/bg.png"
}
2015-06-25 06:06:05 -06:00
".button" : {
2015-06-25 06:06:05 -06:00
backgroundColor: "#03a9f4",
color: "#fff",
borderRadius: 2,
width: Ti.UI.SIZE,
height: 48,
top: 16,
bottom: 16
}
2015-06-25 06:06:05 -06:00
".lbl_button" : {
2015-06-25 06:06:05 -06:00
left: 20,
right: 20,
color: "#fff"
}
2015-06-25 06:06:05 -06:00
".headline" : {
2015-06-25 06:06:05 -06:00
color: "#aaa",
left: 16,
height: 48,
font: {
fontWeight: "bold"
}
}
2015-06-25 06:06:05 -06:00
".grid" : {
2015-06-25 06:06:05 -06:00
left: 2,
right: 2,
layout: "horizontal",
height: Ti.UI.SIZE
}
2015-06-25 06:06:05 -06:00
".card [platform=tablet]" : {
2015-06-25 06:06:05 -06:00
width: "33%",
height: 150,
bottom: 2
}
2015-06-25 06:06:05 -06:00
".card" : {
2015-06-25 06:06:05 -06:00
width: "50%",
height: 150,
bottom: 2
}
2015-06-25 06:06:05 -06:00
".padding" : {
2015-06-25 06:06:05 -06:00
right: 2,
left: 0,
top: 0,
bottom: 0,
backgroundImage: "/images/essen.jpg"
}
".card_overlay" : {
2015-06-25 06:06:05 -06:00
bottom: 0,
left: 0,
right: 0,
height: 48
}
2015-06-25 06:06:05 -06:00
".card_overlay_bg" : {
2015-06-25 06:06:05 -06:00
left: 0,
right: 0,
bottom: 0,
top: 0,
backgroundColor: "#000",
opacity: 0.3
}
2015-06-25 06:06:05 -06:00
".card_lbl" : {
2015-06-25 06:06:05 -06:00
color: "#fff",
left: 16,
font: {
fontSize: 16
}
2015-06-25 06:06:05 -06:00
}